All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractGeometryCollection<T extends Geometry> An abstract base class for GeometryCollectionsCircularString A CircularString is a Curve made up of three or more Coordinates.CompoundCurve A CompoundCurve contains one or more connected CurvesCoordinate A Coordinate that can contain X, Y, Z, and M valuesCoordinate.Builder A Builder for constructing immutable CoordinatesCurve The Abstract class for Curves.CurvePolygon A CurvePolygon is Surface made up of Curves.Dimension An enum that represents the Dimension of the Geometry.Envelope An Envelope is a rectangular bounding boxGeoJSONReader Read a Geometry from a GeoJSON StringGeoJSONWriter Write a Geometry to a GeoJSON StringGeometry The Abstract base class for all GeometriesGeometryCollection A GeometryCollection is made up of other GeometriesGeoPackage A holder to GeoPackage enums used in the GeoPackageReader and WriterGeoPackage.BinaryType Binary TypeGeoPackage.EnvelopeType Envelope TypeGeoPackage.Flag GeoPackage FlagsGeoPackage.GeometryEmptyType Geometry Empty TypeGeoPackageReader Read GeoPackage encoded GeometryGeoPackageWriter Write GeoPackage encoded GeometryJSONBaseListener This class provides an empty implementation ofJSONListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.JSONBaseVisitor<T> This class provides an empty implementation ofJSONVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.JSONLexer JSONListener This interface defines a complete listener for a parse tree produced byJSONParser
.JSONParser JSONParser.ArrayContext JSONParser.JsonContext JSONParser.ObjContext JSONParser.PairContext JSONParser.ValueContext JSONVisitor<T> This interface defines a complete generic visitor for a parse tree produced byJSONParser
.LinearRing A LinearRing is a LineString that is closedLineString A LineString is a Curve with only straight linesMultiCurve A MultiCurve is a GeometryCollection made up of only CurvesMultiLineString A MultiLineString is a GeometryCollection made up of only LineStringsMultiPoint A MultiPoint is a GeometryCollection made up of only PointsMultiPolygon A MultiPolygon is a GeometryCollection made up of only Polygons.MultiSurface A MultiSurface is a GeometryCollection made up of only SurfacesPoint A Point is made up of a single CoordinatePolygon A Polygon is a Surface made up of an outer LinearRing and zero or more inner LinearRings.PolyHedralSurface A PolyHedralSurface is a Surface made up of connected PolygonsReader<T> Read a Geometry from an input typeReaders Get a list of Readers or find a Reader by name.Surface A Surface is the abstract base class for Polygonal GeometriesTin A Tin is a Surface made up of TrianglesTriangle A Triangle is a Polygon where the outer LinearRing is made up of 4 CoordinatesWKB A holder for enums used in the WKBWriter and WKBReaderWKB.Endian The Byte OrderWKB.GeometryType The Geometry TypeWKB.GeometryTypeFlag The Geometry Type FlagsWKB.Type The WKB standardWKBReader A WKB and EWKB Geometry ReaderWKBWriter A Well Known Binary Writer.WKTBaseListener This class provides an empty implementation ofWKTListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.WKTBaseVisitor<T> This class provides an empty implementation ofWKTVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.WKTLexer WKTListener This interface defines a complete listener for a parse tree produced byWKTParser
.WKTParser WKTParser.CircularStringContext WKTParser.CompoundCurveContext WKTParser.CompoundCurveElementsContext WKTParser.CompoundCurveItemsContext WKTParser.CoordinateContext WKTParser.CoordinatesContext WKTParser.CoordinatesetsContext WKTParser.CoordinatesetssetContext WKTParser.CurvePolygonContext WKTParser.CurvePolygonElementsContext WKTParser.CurvePolygonItemsContext WKTParser.DimensionContext WKTParser.EmptyContext WKTParser.GeometryCollectionContext WKTParser.GeometryCollectionElementsContext WKTParser.GeometryCollectionItemsContext WKTParser.LineStringContext WKTParser.LineStringCoordinatesContext WKTParser.MultiCurveContext WKTParser.MultiCurveElementsContext WKTParser.MultiCurveItemsContext WKTParser.MultiLineStringContext WKTParser.MultiPointContext WKTParser.MultiPolygonContext WKTParser.MultiSurfaceContext WKTParser.MultiSurfaceElementsContext WKTParser.MultiSurfaceItemsContext WKTParser.PointContext WKTParser.PolygonContext WKTParser.PolygonCoordinatesContext WKTParser.PolyHedralSurfaceContext WKTParser.SridContext WKTParser.TinContext WKTParser.TriangleContext WKTParser.WktContext WKTReader Read a Geometry from a Well Known Text (WKT) StringWKTVisitor<T> This interface defines a complete generic visitor for a parse tree produced byWKTParser
.WKTWriter Write a Geometry to a WKT String.Writer<T> Write a Geometry to an output typeWriters Get a list of Writers or find a Writer by name.