All Classes
-
All Classes Interface Summary Class Summary Class Description BinaryParser Parse binary representation of geometries.BinaryWriter Create binary representation of geometries.ByteGetter Allows reading bytes from aString
in hex format.ByteSetter Allows writing bytes to aString
in hex format.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 Base class for simple curves likeLineString
s and complex classes likeCompoundCurve
s.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 geometriesGeometryCollection Geometry Collection.LinearRing This represents the LinearRing GIS datatype.LineBasedGeometry Interface to mark line based geometries.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.ValueGetter Allows reading values.ValueSetter Allows writing values in little endian encoding.