Package io.github.sebasbaumh.postgis


package io.github.sebasbaumh.postgis
  • Klasse
    Beschreibung
    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 LineStrings and complex classes like CompoundCurves.
    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.
    PolygonBase<T extends Curve>
    Base class for a polygon to allow similar handling of straight and circular polygons.
    Class for helper functions.