Package org.locationtech.jts.awt
Class IdentityPointTransformation
- java.lang.Object
-
- org.locationtech.jts.awt.IdentityPointTransformation
-
- All Implemented Interfaces:
PointTransformation
public class IdentityPointTransformation extends java.lang.Object implements PointTransformation
Copies point ordinates with no transformation.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description IdentityPointTransformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transform(Coordinate model, java.awt.geom.Point2D view)
Transforms aCoordinate
into a Java2DPoint
.
-
-
-
Method Detail
-
transform
public void transform(Coordinate model, java.awt.geom.Point2D view)
Description copied from interface:PointTransformation
Transforms aCoordinate
into a Java2DPoint
.- Specified by:
transform
in interfacePointTransformation
- Parameters:
model
- the source Coordinateview
- the destination Point
-
-