See: Description
| Interface | Description |
|---|---|
| PointShapeFactory |
An interface for classes which create
Shapes to represent point geometries. |
| PointTransformation |
Transforms a geometry
Coordinate into a Java2D Point,
possibly with a mathematical transformation of the ordinate values. |
| Class | Description |
|---|---|
| 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.
|
| PolygonShape |
A Shape which represents a polygon which may contain holes.
|
| ShapeCollectionPathIterator |
A
PathIterator which provides paths for a collection of Shapes. |
| ShapeReader | |
| ShapeWriter |
Writes
Geometrys into Java2D Shape objects |
| SqarePointShapeFactory |
A factory for generating square shapes to represent points.
|