public interface PointTransformation
Coordinate into a Java2D Point,
possibly with a mathematical transformation of the ordinate values.
Transformation from a model coordinate system to a view coordinate system
can be efficiently performed by supplying an appropriate transformation.| Modifier and Type | Method and Description |
|---|---|
void |
transform(Coordinate src,
Point2D dest)
Transforms a
Coordinate into a Java2D Point. |
void transform(Coordinate src, Point2D dest)
Coordinate into a Java2D Point.src - the source Coordinatedest - the destination PointCopyright © 2024. All rights reserved.