Uses of Interface
com.vividsolutions.jts.awt.PointTransformation

Packages that use PointTransformation
com.vividsolutions.jts.awt Classes to perform conversions from Java2D shape objects. 
 

Uses of PointTransformation in com.vividsolutions.jts.awt
 

Classes in com.vividsolutions.jts.awt that implement PointTransformation
 class IdentityPointTransformation
          Copies point ordinates with no transformation.
 

Fields in com.vividsolutions.jts.awt declared as PointTransformation
static PointTransformation ShapeWriter.DEFAULT_POINT_TRANSFORMATION
          The point transformation used by default.
 

Constructors in com.vividsolutions.jts.awt with parameters of type PointTransformation
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.
 



Copyright © 2012. All Rights Reserved.