Interface Java2DConverter.PointConverter
-
- Enclosing class:
- Java2DConverter
public static interface Java2DConverter.PointConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.locationtech.jts.geom.Envelope
getEnvelopeInModelCoordinates()
double
getScale()
Point2D
toViewPoint(org.locationtech.jts.geom.Coordinate modelCoordinate)
-
-
-
Method Detail
-
toViewPoint
Point2D toViewPoint(org.locationtech.jts.geom.Coordinate modelCoordinate) throws NoninvertibleTransformException
- Throws:
NoninvertibleTransformException
-
getScale
double getScale() throws NoninvertibleTransformException
- Throws:
NoninvertibleTransformException
-
getEnvelopeInModelCoordinates
org.locationtech.jts.geom.Envelope getEnvelopeInModelCoordinates()
-
-