Uses of Interface
org.meteoinfo.jts.awt.PointTransformation
-
Packages that use PointTransformation Package Description org.meteoinfo.jts.awt -
-
Uses of PointTransformation in org.meteoinfo.jts.awt
Classes in org.meteoinfo.jts.awt that implement PointTransformation Modifier and Type Class Description classIdentityPointTransformationCopies point ordinates with no transformation.Fields in org.meteoinfo.jts.awt declared as PointTransformation Modifier and Type Field Description static PointTransformationShapeWriter. DEFAULT_POINT_TRANSFORMATIONThe point transformation used by default.Constructors in org.meteoinfo.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.
-