JTS Topology Suite version 1.12

Package com.vividsolutions.jts.awt

Classes to perform conversions from Java2D shape objects.

See:
          Description

Interface Summary
PointShapeFactory An interface for classes which create Shapes to represent PointShapeFactory.Point geometries.
PointTransformation Transforms a geometry Coordinate into a Java2D Point, possibly with a mathematical transformation of the ordinate values.
 

Class Summary
FontGlyphReader Provides methods to read Font glyphs for strings into Polygonal geometry.
GeometryCollectionShape A Shape which contains a heterogeneous collection of other shapes representing JTS Geometrys.
IdentityPointTransformation Copies point ordinates with no transformation.
PointShapeFactory.BasePointShapeFactory  
PointShapeFactory.Circle  
PointShapeFactory.Cross  
PointShapeFactory.Point  
PointShapeFactory.Square  
PointShapeFactory.Star  
PointShapeFactory.Triangle  
PointShapeFactory.X  
PolygonShape A Shape which represents a polygon which may contain holes.
ShapeCollectionPathIterator A PathIterator which provides paths for a collection of Shapes.
ShapeReader Converts a Java2D Shape or the more general PathIterator into a Geometry.
ShapeWriter Writes Geometrys into Java2D Shape objects
 

Package com.vividsolutions.jts.awt Description

Classes to perform conversions from Java2D shape objects.


JTS Topology Suite version 1.12