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. -
-
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.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.
-