com.vividsolutions.jts.awt
public class IdentityPointTransformation extends java.lang.Object implements PointTransformation
Constructor and Description |
---|
IdentityPointTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
transform(Coordinate model,
java.awt.geom.Point2D view)
Transforms a
Coordinate into a Java2D Point . |
public void transform(Coordinate model, java.awt.geom.Point2D view)
PointTransformation
Coordinate
into a Java2D Point
.transform
in interface PointTransformation
model
- the source Coordinateview
- the destination Point