All Classes and Interfaces
Class
Description
Parse binary representation of geometries.
Allows reading values from a byte array.
Allows writing values to a byte array in little endian format.
Create binary representation of geometries.
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.
A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.
Base class for simple curves like
LineString
s and complex classes like CompoundCurve
s.A CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.
Wraps the PostGreSQL Driver to transparently add the PostGIS Object Classes.
The base class of all geometries
Geometry Collection.
This represents the LinearRing GIS datatype.
Interface to mark line based geometries.
Linestring.
The MULTICURVE is a collection of curves, which can include linear strings, circular strings or compound strings.
Base class for multi geometries.
A multi line.
A multi point.
A multi polygon.
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.
BOX2D representing the maximum extents of the geometry.
BOX3D representing the maximum extents of the geometry.
Base class for bounding boxes.
Geometry class for geographic geometries.
Geometry class.
A PostgreSQL JDBC
PGobject
extension data type modeling a "geo" type.Point geometry.
A polygon.
Base class for a polygon to allow similar handling of straight and circular polygons.
Class for helper functions.
Allows reading values from a string.
Allows writing values as a string in little endian encoding and hex format.
A base class for value readers.
Builder for an int from a byte sequence.
Builder for a long from a byte sequence.
A base class for value setters.