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 TypeClassDescriptionclassCopies point ordinates with no transformation.Fields in org.locationtech.jts.awt declared as PointTransformationModifier and TypeFieldDescriptionstatic final PointTransformationShapeWriter.DEFAULT_POINT_TRANSFORMATIONThe 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. -
Uses of PointTransformation in org.locationtech.jtstest.testbuilder.ui
Classes in org.locationtech.jtstest.testbuilder.ui that implement PointTransformationModifier and TypeClassDescriptionclassMaintains the information associated with mapping the model view to the screen