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)
PointTransformationCoordinate into a Java2D Point.transform in interface PointTransformationmodel - the source Coordinateview - the destination PointCopyright © 2024. All rights reserved.