com.vividsolutions.jts.awt
Class IdentityPointTransformation
java.lang.Object
com.vividsolutions.jts.awt.IdentityPointTransformation
- All Implemented Interfaces:
- PointTransformation
public class IdentityPointTransformation
- extends Object
- implements PointTransformation
Copies point ordinates with no transformation.
- Author:
- Martin Davis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityPointTransformation
public IdentityPointTransformation()
transform
public void transform(Coordinate model,
Point2D view)
- Description copied from interface:
PointTransformation
- Transforms a
Coordinate
into a Java2D Point
.
- Specified by:
transform
in interface PointTransformation
- Parameters:
model
- the source Coordinateview
- the destination Point
Copyright © 2012. All Rights Reserved.