Uses of Interface
org.locationtech.jts.awt.PointTransformation
Packages that use PointTransformation
Package
Description
Classes to perform conversions from Java2D shape objects.
-
Uses of PointTransformation in org.locationtech.jts.awt
Classes in org.locationtech.jts.awt that implement PointTransformationModifier and TypeClassDescriptionclass
Copies point ordinates with no transformation.Fields in org.locationtech.jts.awt declared as PointTransformationModifier and TypeFieldDescriptionstatic final PointTransformation
ShapeWriter.DEFAULT_POINT_TRANSFORMATION
The point transformation used by default.Constructors in org.locationtech.jts.awt with parameters of type PointTransformationModifierConstructorDescriptionShapeWriter
(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.