JTS Core 1.17.1
Packages
Classes
Search
About
Top
transform(Coordinate, Point2D): void
Bottom
Source
Classic
org.locationtech.jts.awt
Class IdentityPointTransformation
Hierarchy:
Object
, IdentityPointTransformation
All Implemented Interfaces:
PointTransformation
public class IdentityPointTransformation
implements
PointTransformation
Copies point ordinates with no transformation.
Authors:
Martin Davis
public
void transform(
Coordinate
model,
Point2D
view)