Uses of Interface
com.vividsolutions.jts.awt.PointTransformation
-
Packages that use PointTransformation Package Description com.vividsolutions.jts.awt Classes to perform conversions from Java2D shape objects.com.vividsolutions.jtstest.testbuilder.ui -
-
Uses of PointTransformation in com.vividsolutions.jts.awt
Classes in com.vividsolutions.jts.awt that implement PointTransformation Modifier and Type Class Description classIdentityPointTransformationCopies point ordinates with no transformation.Fields in com.vividsolutions.jts.awt declared as PointTransformation Modifier and Type Field Description static PointTransformationShapeWriter. DEFAULT_POINT_TRANSFORMATIONThe point transformation used by default.Constructors in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.ui
Classes in com.vividsolutions.jtstest.testbuilder.ui that implement PointTransformation Modifier and Type Class Description classViewportMaintains the information associated with mapping the model view to the screen
-