public class IdentityPointTransformation extends Object implements PointTransformation
Constructor and Description |
---|
IdentityPointTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
transform(Coordinate model,
Point2D view)
Transforms a
Coordinate into a Java2D Point . |
public void transform(Coordinate model, Point2D view)
PointTransformation
Coordinate
into a Java2D Point
.transform
in interface PointTransformation
model
- the source Coordinateview
- the destination PointCopyright © 2024. All rights reserved.