Class Summary |
AbstractLiteIterator |
Subclass that provides a convenient efficient currentSegment(float[] coords)
implementation that reuses always the same double array. |
Decimator |
Accepts geometries and collapses all the vertices that will be rendered to
the same pixel. |
DefaultCoordinateSequenceTransformer |
A default implementation of coordinate sequence
transformer. |
EmptyIterator |
An iterator for empty geometries |
FactoryFinder |
Deprecated. Please use JTSFactoryFinder |
GeomCollectionIterator |
A path iterator for the LiteShape class, specialized to iterate over a
geometry collection. |
GeometryCoordinateSequenceTransformer |
Service object that takes a geometry an applies a MathTransform on top
of it. |
GeometryUtils |
|
JTS |
JTS Geometry utility methods, bringing Geotools to JTS. |
JTSFactoryFinder |
Defines static methods used to access geometry,
coordinate sequence or
precision model factories. |
JTSUtils |
Class with static methods to help the conversion process between JTS
geometries and GO-1 geometries. |
LineIterator |
A path iterator for the LiteShape class, specialized to iterate over
LineString object. |
LineIterator2 |
A path iterator for the LiteShape class, specialized to iterate over
LineString object. |
LiteCoordinateSequence |
|
LiteCoordinateSequenceFactory |
|
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. |
LiteShape2 |
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. |
PreciseCoordinateSequenceTransformer |
This coordinate sequence transformer will take a Geometry and transform in a set
of curved lines that will be "flattened" in order to get back a set of straight segments. |
ReferencedEnvelope |
A JTS envelope associated with a
coordinate reference system. |
TransformedShape |
Apply an arbitrary AffineTransform on a Shape . |
WKTReader2 |
Create a geometry from SQL Multi-Media Extension Well-Known Text which allows curves. |