CircularString |
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.
|
CompoundCurve |
A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.
|
Curve |
|
CurvePolygon |
A CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.
|
DriverWrapper |
DriverWrapper
Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes.
|
Geometry |
The base class of all geometries
|
GeometryCollection |
Geometry Collection.
|
LinearRing |
This represents the LinearRing GIS datatype.
|
LineString |
Linestring.
|
MultiCurve |
The MULTICURVE is a collection of curves, which can include linear strings, circular strings or compound strings.
|
MultiGeometry<T extends Geometry> |
Base class for multi geometries.
|
MultiLineString |
A multi line.
|
MultiPoint |
A multi point.
|
MultiPolygon |
A multi polygon.
|
MultiSurface |
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.
|
PGbox2d |
BOX2D representing the maximum extents of the geometry.
|
PGbox3d |
BOX3D representing the maximum extents of the geometry.
|
PGboxbase |
Base class for bounding boxes.
|
PGgeometry |
Basic geometry class.
|
Point |
Point geometry.
|
Polygon |
A polygon.
|
PolygonBase<T extends Curve> |
Base class for a polygon to allow similar handling of straight and circular polygons.
|
PostGisUtil |
Class for helper functions.
|