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