Uses of Interface
org.locationtech.jts.awt.PointTransformation
-
Packages that use PointTransformation Package Description org.locationtech.jts.awt Classes to perform conversions from Java2D shape objects.org.locationtech.jtstest.testbuilder.ui -
-
Uses of PointTransformation in org.locationtech.jts.awt
Classes in org.locationtech.jts.awt that implement PointTransformation Modifier and Type Class Description class
IdentityPointTransformation
Copies point ordinates with no transformation.Fields in org.locationtech.jts.awt declared as PointTransformation Modifier and Type Field Description static PointTransformation
ShapeWriter. DEFAULT_POINT_TRANSFORMATION
The point transformation used by default.private PointTransformation
ShapeWriter. pointTransformer
Constructors in org.locationtech.jts.awt with parameters of type PointTransformation Constructor Description ShapeWriter(PointTransformation pointTransformer)
Creates a new ShapeWriter with a specified point transformation and the default point shape factory.ShapeWriter(PointTransformation pointTransformer, PointShapeFactory pointFactory)
Creates a new ShapeWriter with a specified point transformation and point shape factory. -
Uses of PointTransformation in org.locationtech.jtstest.testbuilder.ui
Classes in org.locationtech.jtstest.testbuilder.ui that implement PointTransformation Modifier and Type Class Description class
Viewport
Maintains the information associated with mapping the model view to the screen
-