|
Class Summary |
| AbstractLiteIterator |
Subclass that provides a convenient efficient currentSegment(float[] coords) implementation that
reuses always the same double array. |
| EmptyIterator |
An iterator for empty geometries. |
| GeomCollectionIterator |
A path iterator for the LiteShape class, specialized to iterate over a
geometry collection. |
| LineIterator |
A path iterator for the LiteShape class, specialized to iterate over
LineString object. |
| LiteShape |
A thin wrapper that adapts a JTS geometry to the Shape interface so that the geometry
can be used by java2d without coordinate cloning. |
| PackedLineIterator |
A path iterator for the LiteShape class, specialized to iterate over
LineString object. |
| PointIterator |
A path iterator for the LiteShape class, specialized to iterate over Point objects. |
| PolygonIterator |
A path iterator for the LiteShape class, specialized to iterate over Polygon
objects. |