class |
CircularString |
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.
|
class |
CompoundCurve |
A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.
|
class |
Curve |
|
class |
CurvePolygon |
A CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.
|
class |
LinearRing |
This represents the LinearRing GIS datatype.
|
class |
LineString |
Linestring.
|
class |
Polygon |
A polygon.
|
class |
PolygonBase<T extends Curve> |
Base class for a polygon to allow similar handling of straight and circular polygons.
|