Class IdentityPointTransformation
java.lang.Object
org.locationtech.jts.awt.IdentityPointTransformation
- All Implemented Interfaces:
PointTransformation
Copies point ordinates with no transformation.
- Author:
- Martin Davis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(Coordinate model, Point2D view) Transforms aCoordinateinto a Java2DPoint.
-
Constructor Details
-
IdentityPointTransformation
public IdentityPointTransformation()
-
-
Method Details
-
transform
Description copied from interface:PointTransformationTransforms aCoordinateinto a Java2DPoint.- Specified by:
transformin interfacePointTransformation- Parameters:
model- the source Coordinateview- the destination Point
-