A B C D E F G H I J L M N O P R S T V W Z _ 
All Classes All Packages

A

AbstractGeometryCollection<T extends Geometry> - Class in org.cugos.wkg
An abstract base class for GeometryCollections
AbstractGeometryCollection(List<T>, Dimension, String) - Constructor for class org.cugos.wkg.AbstractGeometryCollection
Create a new AbstractGeometryCollection
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.JSONParser.ArrayContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.JSONParser.JsonContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.JSONParser.ObjContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.JSONParser.PairContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.EmptyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.SridContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
addCoordinate(Coordinate, StringBuilder) - Method in class org.cugos.wkg.WKTWriter
Add a Coordinate to the StringBuilder
addCoordinates(List<Coordinate>, boolean, StringBuilder) - Method in class org.cugos.wkg.WKTWriter
 
addCoordinates(List<Coordinate>, StringBuilder) - Method in class org.cugos.wkg.WKTWriter
 
addDimension(Geometry, StringBuilder) - Method in class org.cugos.wkg.WKTWriter
Add the Dimension (Z, M, or ZM) to the StringBuilder
addPolygonText(Polygon, StringBuilder) - Method in class org.cugos.wkg.WKTWriter
Add Polygon outer ring and inner rings to the StringBuilder
addSrid(Geometry, StringBuilder) - Method in class org.cugos.wkg.WKTWriter
Add the SRID to the StringBuilder
array() - Method in class org.cugos.wkg.internal.JSONParser
 
array() - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
ArrayContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.JSONParser.ArrayContext
 

B

Big - org.cugos.wkg.WKB.Endian
 
BinaryType - org.cugos.wkg.GeoPackage.Flag
 
build() - Method in class org.cugos.wkg.Coordinate.Builder
 
Builder() - Constructor for class org.cugos.wkg.Coordinate.Builder
 

C

calculateNumberOfBytes(Geometry) - Method in class org.cugos.wkg.GeoPackageWriter
 
calculateNumberOfBytes(Geometry) - Method in class org.cugos.wkg.WKBWriter
Calculate the number of bytes for a given Geometry.
channelNames - Static variable in class org.cugos.wkg.internal.JSONLexer
 
channelNames - Static variable in class org.cugos.wkg.internal.WKTLexer
 
circularString() - Method in class org.cugos.wkg.internal.WKTParser
 
circularString() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
circularString() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
circularString() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
circularString() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
CircularString - Class in org.cugos.wkg
A CircularString is a Curve made up of three or more Coordinates.
CircularString - org.cugos.wkg.WKB.GeometryType
 
CircularString(List<Coordinate>, Dimension) - Constructor for class org.cugos.wkg.CircularString
Create a new CircularString
CircularString(List<Coordinate>, Dimension, String) - Constructor for class org.cugos.wkg.CircularString
Create a new CircularString
CircularStringContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
compoundCurve() - Method in class org.cugos.wkg.internal.WKTParser
 
compoundCurve() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
compoundCurve() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
compoundCurve() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
CompoundCurve - Class in org.cugos.wkg
A CompoundCurve contains one or more connected Curves
CompoundCurve - org.cugos.wkg.WKB.GeometryType
 
CompoundCurve(List<Curve>, Dimension) - Constructor for class org.cugos.wkg.CompoundCurve
Create a new CompoundCurve
CompoundCurve(List<Curve>, Dimension, String) - Constructor for class org.cugos.wkg.CompoundCurve
Create a new CompoundCurve
CompoundCurveContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
compoundCurveElements() - Method in class org.cugos.wkg.internal.WKTParser
 
compoundCurveElements() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
compoundCurveElements(int) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
CompoundCurveElementsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
compoundCurveItems() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
compoundCurveItems() - Method in class org.cugos.wkg.internal.WKTParser
 
CompoundCurveItemsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
coordinate() - Method in class org.cugos.wkg.internal.WKTParser
 
coordinate() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
coordinate() - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
coordinate(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
Coordinate - Class in org.cugos.wkg
A Coordinate that can contain X, Y, Z, and M values
Coordinate(double, double) - Constructor for class org.cugos.wkg.Coordinate
Create a Coordinate with only XY values
Coordinate(double, double, double, double) - Constructor for class org.cugos.wkg.Coordinate
Creae a new Coordinate
Coordinate.Builder - Class in org.cugos.wkg
A Builder for constructing immutable Coordinates
CoordinateContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
coordinates() - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
coordinates() - Method in class org.cugos.wkg.internal.WKTParser
 
coordinates() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
coordinates() - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
coordinates() - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
coordinates() - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
coordinates(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
CoordinatesContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
coordinatesets() - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
coordinatesets(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
CoordinatesetsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
coordinatesetsset() - Method in class org.cugos.wkg.internal.WKTParser
 
coordinatesetsset() - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
coordinatesetsset() - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
coordinatesetsset() - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
CoordinatesetssetContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
create2D(double, double) - Static method in class org.cugos.wkg.Coordinate
Create a 2D Coordinate
create2D(double, double, double, double) - Static method in class org.cugos.wkg.Envelope
Create a 2D Envelope
create2DM(double, double, double) - Static method in class org.cugos.wkg.Coordinate
Create a 2DM Coordinate
create2DM(double, double, double, double, double, double) - Static method in class org.cugos.wkg.Envelope
Create a 2DM Envelope
create3D(double, double, double) - Static method in class org.cugos.wkg.Coordinate
Create a 3D Coordinate
create3D(double, double, double, double, double, double) - Static method in class org.cugos.wkg.Envelope
Create a 3D Envelope
create3DM(double, double, double, double) - Static method in class org.cugos.wkg.Coordinate
Create a 3DM Coordinate
create3DM(double, double, double, double, double, double, double, double) - Static method in class org.cugos.wkg.Envelope
Create a 3DM Envelope
createEmpty() - Static method in class org.cugos.wkg.CircularString
Create an empty CircularString
createEmpty() - Static method in class org.cugos.wkg.CompoundCurve
Create an empty CompoundCurve
createEmpty() - Static method in class org.cugos.wkg.Coordinate
Create an empty Coordinate
createEmpty() - Static method in class org.cugos.wkg.CurvePolygon
Create an empty CurvePolygon
createEmpty() - Static method in class org.cugos.wkg.Envelope
Create an empty Envelope
createEmpty() - Static method in class org.cugos.wkg.GeometryCollection
Create an empty GeometryCollection
createEmpty() - Static method in class org.cugos.wkg.LinearRing
Create an empty LinearRing
createEmpty() - Static method in class org.cugos.wkg.LineString
Create an empty LineString
createEmpty() - Static method in class org.cugos.wkg.MultiCurve
Create an empty MultiCurve
createEmpty() - Static method in class org.cugos.wkg.MultiLineString
Create an empty MultiLineString
createEmpty() - Static method in class org.cugos.wkg.MultiPoint
Create an empty MultiPoint
createEmpty() - Static method in class org.cugos.wkg.MultiPolygon
Create an empty MultiPolygon
createEmpty() - Static method in class org.cugos.wkg.MultiSurface
Create an empty MultiSurface
createEmpty() - Static method in class org.cugos.wkg.Point
Create an empty Point.
createEmpty() - Static method in class org.cugos.wkg.Polygon
Create an empty Polygon
createEmpty() - Static method in class org.cugos.wkg.PolyHedralSurface
Create an empty PolyHedralSurface
createEmpty() - Static method in class org.cugos.wkg.Tin
Create an empty Tin
createEmpty() - Static method in class org.cugos.wkg.Triangle
Create an empty Triangle
Curve - Class in org.cugos.wkg
The Abstract class for Curves.
Curve - org.cugos.wkg.WKB.GeometryType
 
Curve(Dimension, String) - Constructor for class org.cugos.wkg.Curve
Create a new Curve
curvePolygon() - Method in class org.cugos.wkg.internal.WKTParser
 
curvePolygon() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
curvePolygon() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
CurvePolygon - Class in org.cugos.wkg
A CurvePolygon is Surface made up of Curves.
CurvePolygon - org.cugos.wkg.WKB.GeometryType
 
CurvePolygon(Curve, List<Curve>, Dimension) - Constructor for class org.cugos.wkg.CurvePolygon
Create a new CurvePolygon
CurvePolygon(Curve, List<Curve>, Dimension, String) - Constructor for class org.cugos.wkg.CurvePolygon
Create a new CurvePolygon
CurvePolygonContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
curvePolygonElements() - Method in class org.cugos.wkg.internal.WKTParser
 
curvePolygonElements() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
curvePolygonElements(int) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
CurvePolygonElementsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
curvePolygonItems() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
curvePolygonItems() - Method in class org.cugos.wkg.internal.WKTParser
 
CurvePolygonItemsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 

D

data - Variable in class org.cugos.wkg.Geometry
The data property
dimension - Variable in class org.cugos.wkg.Geometry
The Dimension
dimension() - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
dimension() - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
Dimension - Enum in org.cugos.wkg
An enum that represents the Dimension of the Geometry.
DimensionContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.DimensionContext
 

E

empty() - Method in class org.cugos.wkg.internal.WKTParser
 
Empty - org.cugos.wkg.GeoPackage.GeometryEmptyType
 
EmptyContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.EmptyContext
 
Endianess - org.cugos.wkg.GeoPackage.Flag
 
enterArray(JSONParser.ArrayContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Enter a parse tree produced by JSONParser.array().
enterArray(JSONParser.ArrayContext) - Method in interface org.cugos.wkg.internal.JSONListener
Enter a parse tree produced by JSONParser.array().
enterCircularString(WKTParser.CircularStringContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.circularString().
enterCircularString(WKTParser.CircularStringContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.circularString().
enterCompoundCurve(WKTParser.CompoundCurveContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.compoundCurve().
enterCompoundCurve(WKTParser.CompoundCurveContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.compoundCurve().
enterCompoundCurveElements(WKTParser.CompoundCurveElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.compoundCurveElements().
enterCompoundCurveElements(WKTParser.CompoundCurveElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.compoundCurveElements().
enterCompoundCurveItems(WKTParser.CompoundCurveItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.compoundCurveItems().
enterCompoundCurveItems(WKTParser.CompoundCurveItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.compoundCurveItems().
enterCoordinate(WKTParser.CoordinateContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.coordinate().
enterCoordinate(WKTParser.CoordinateContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.coordinate().
enterCoordinates(WKTParser.CoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.coordinates().
enterCoordinates(WKTParser.CoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.coordinates().
enterCoordinatesets(WKTParser.CoordinatesetsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.coordinatesets().
enterCoordinatesets(WKTParser.CoordinatesetsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.coordinatesets().
enterCoordinatesetsset(WKTParser.CoordinatesetssetContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.coordinatesetsset().
enterCoordinatesetsset(WKTParser.CoordinatesetssetContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.coordinatesetsset().
enterCurvePolygon(WKTParser.CurvePolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.curvePolygon().
enterCurvePolygon(WKTParser.CurvePolygonContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.curvePolygon().
enterCurvePolygonElements(WKTParser.CurvePolygonElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.curvePolygonElements().
enterCurvePolygonElements(WKTParser.CurvePolygonElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.curvePolygonElements().
enterCurvePolygonItems(WKTParser.CurvePolygonItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.curvePolygonItems().
enterCurvePolygonItems(WKTParser.CurvePolygonItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.curvePolygonItems().
enterDimension(WKTParser.DimensionContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.dimension().
enterDimension(WKTParser.DimensionContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.dimension().
enterEmpty(WKTParser.EmptyContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.empty().
enterEmpty(WKTParser.EmptyContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.empty().
enterEveryRule(ParserRuleContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
enterGeometryCollection(WKTParser.GeometryCollectionContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.geometryCollection().
enterGeometryCollection(WKTParser.GeometryCollectionContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.geometryCollection().
enterGeometryCollectionElements(WKTParser.GeometryCollectionElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.geometryCollectionElements().
enterGeometryCollectionElements(WKTParser.GeometryCollectionElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.geometryCollectionElements().
enterGeometryCollectionItems(WKTParser.GeometryCollectionItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.geometryCollectionItems().
enterGeometryCollectionItems(WKTParser.GeometryCollectionItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.geometryCollectionItems().
enterJson(JSONParser.JsonContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Enter a parse tree produced by JSONParser.json().
enterJson(JSONParser.JsonContext) - Method in interface org.cugos.wkg.internal.JSONListener
Enter a parse tree produced by JSONParser.json().
enterLineString(WKTParser.LineStringContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.lineString().
enterLineString(WKTParser.LineStringContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.lineString().
enterLineStringCoordinates(WKTParser.LineStringCoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.lineStringCoordinates().
enterLineStringCoordinates(WKTParser.LineStringCoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.lineStringCoordinates().
enterMultiCurve(WKTParser.MultiCurveContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiCurve().
enterMultiCurve(WKTParser.MultiCurveContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiCurve().
enterMultiCurveElements(WKTParser.MultiCurveElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiCurveElements().
enterMultiCurveElements(WKTParser.MultiCurveElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiCurveElements().
enterMultiCurveItems(WKTParser.MultiCurveItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiCurveItems().
enterMultiCurveItems(WKTParser.MultiCurveItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiCurveItems().
enterMultiLineString(WKTParser.MultiLineStringContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiLineString().
enterMultiLineString(WKTParser.MultiLineStringContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiLineString().
enterMultiPoint(WKTParser.MultiPointContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiPoint().
enterMultiPoint(WKTParser.MultiPointContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiPoint().
enterMultiPolygon(WKTParser.MultiPolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiPolygon().
enterMultiPolygon(WKTParser.MultiPolygonContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiPolygon().
enterMultiSurface(WKTParser.MultiSurfaceContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiSurface().
enterMultiSurface(WKTParser.MultiSurfaceContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiSurface().
enterMultiSurfaceElements(WKTParser.MultiSurfaceElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiSurfaceElements().
enterMultiSurfaceElements(WKTParser.MultiSurfaceElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiSurfaceElements().
enterMultiSurfaceItems(WKTParser.MultiSurfaceItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.multiSurfaceItems().
enterMultiSurfaceItems(WKTParser.MultiSurfaceItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.multiSurfaceItems().
enterObj(JSONParser.ObjContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Enter a parse tree produced by JSONParser.obj().
enterObj(JSONParser.ObjContext) - Method in interface org.cugos.wkg.internal.JSONListener
Enter a parse tree produced by JSONParser.obj().
enterPair(JSONParser.PairContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Enter a parse tree produced by JSONParser.pair().
enterPair(JSONParser.PairContext) - Method in interface org.cugos.wkg.internal.JSONListener
Enter a parse tree produced by JSONParser.pair().
enterPoint(WKTParser.PointContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.point().
enterPoint(WKTParser.PointContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.point().
enterPolygon(WKTParser.PolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.polygon().
enterPolygon(WKTParser.PolygonContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.polygon().
enterPolygonCoordinates(WKTParser.PolygonCoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.polygonCoordinates().
enterPolygonCoordinates(WKTParser.PolygonCoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.polygonCoordinates().
enterPolyHedralSurface(WKTParser.PolyHedralSurfaceContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.polyHedralSurface().
enterPolyHedralSurface(WKTParser.PolyHedralSurfaceContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.polyHedralSurface().
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.ArrayContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.JsonContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.ObjContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.PairContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.EmptyContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.SridContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
enterRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
enterSrid(WKTParser.SridContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.srid().
enterSrid(WKTParser.SridContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.srid().
enterTin(WKTParser.TinContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.tin().
enterTin(WKTParser.TinContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.tin().
enterTriangle(WKTParser.TriangleContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.triangle().
enterTriangle(WKTParser.TriangleContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.triangle().
enterValue(JSONParser.ValueContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Enter a parse tree produced by JSONParser.value().
enterValue(JSONParser.ValueContext) - Method in interface org.cugos.wkg.internal.JSONListener
Enter a parse tree produced by JSONParser.value().
enterWkt(WKTParser.WktContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Enter a parse tree produced by WKTParser.wkt().
enterWkt(WKTParser.WktContext) - Method in interface org.cugos.wkg.internal.WKTListener
Enter a parse tree produced by WKTParser.wkt().
Envelope - Class in org.cugos.wkg
An Envelope is a rectangular bounding box
Envelope - org.cugos.wkg.GeoPackage.EnvelopeType
 
Envelope(Coordinate, Coordinate) - Constructor for class org.cugos.wkg.Envelope
Create a new Envelope with a min and max Coordinate
EnvelopeIndicator - org.cugos.wkg.GeoPackage.Flag
 
EnvelopeM - org.cugos.wkg.GeoPackage.EnvelopeType
 
EnvelopeZ - org.cugos.wkg.GeoPackage.EnvelopeType
 
EnvelopeZM - org.cugos.wkg.GeoPackage.EnvelopeType
 
equals(Object) - Method in class org.cugos.wkg.Coordinate
 
equals(Object) - Method in class org.cugos.wkg.Envelope
 
EWKB - org.cugos.wkg.WKB.Type
 
exitArray(JSONParser.ArrayContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Exit a parse tree produced by JSONParser.array().
exitArray(JSONParser.ArrayContext) - Method in interface org.cugos.wkg.internal.JSONListener
Exit a parse tree produced by JSONParser.array().
exitCircularString(WKTParser.CircularStringContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.circularString().
exitCircularString(WKTParser.CircularStringContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.circularString().
exitCompoundCurve(WKTParser.CompoundCurveContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.compoundCurve().
exitCompoundCurve(WKTParser.CompoundCurveContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.compoundCurve().
exitCompoundCurveElements(WKTParser.CompoundCurveElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.compoundCurveElements().
exitCompoundCurveElements(WKTParser.CompoundCurveElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.compoundCurveElements().
exitCompoundCurveItems(WKTParser.CompoundCurveItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.compoundCurveItems().
exitCompoundCurveItems(WKTParser.CompoundCurveItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.compoundCurveItems().
exitCoordinate(WKTParser.CoordinateContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.coordinate().
exitCoordinate(WKTParser.CoordinateContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.coordinate().
exitCoordinates(WKTParser.CoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.coordinates().
exitCoordinates(WKTParser.CoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.coordinates().
exitCoordinatesets(WKTParser.CoordinatesetsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.coordinatesets().
exitCoordinatesets(WKTParser.CoordinatesetsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.coordinatesets().
exitCoordinatesetsset(WKTParser.CoordinatesetssetContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.coordinatesetsset().
exitCoordinatesetsset(WKTParser.CoordinatesetssetContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.coordinatesetsset().
exitCurvePolygon(WKTParser.CurvePolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.curvePolygon().
exitCurvePolygon(WKTParser.CurvePolygonContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.curvePolygon().
exitCurvePolygonElements(WKTParser.CurvePolygonElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.curvePolygonElements().
exitCurvePolygonElements(WKTParser.CurvePolygonElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.curvePolygonElements().
exitCurvePolygonItems(WKTParser.CurvePolygonItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.curvePolygonItems().
exitCurvePolygonItems(WKTParser.CurvePolygonItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.curvePolygonItems().
exitDimension(WKTParser.DimensionContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.dimension().
exitDimension(WKTParser.DimensionContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.dimension().
exitEmpty(WKTParser.EmptyContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.empty().
exitEmpty(WKTParser.EmptyContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.empty().
exitEveryRule(ParserRuleContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
exitGeometryCollection(WKTParser.GeometryCollectionContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.geometryCollection().
exitGeometryCollection(WKTParser.GeometryCollectionContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.geometryCollection().
exitGeometryCollectionElements(WKTParser.GeometryCollectionElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.geometryCollectionElements().
exitGeometryCollectionElements(WKTParser.GeometryCollectionElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.geometryCollectionElements().
exitGeometryCollectionItems(WKTParser.GeometryCollectionItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.geometryCollectionItems().
exitGeometryCollectionItems(WKTParser.GeometryCollectionItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.geometryCollectionItems().
exitJson(JSONParser.JsonContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Exit a parse tree produced by JSONParser.json().
exitJson(JSONParser.JsonContext) - Method in interface org.cugos.wkg.internal.JSONListener
Exit a parse tree produced by JSONParser.json().
exitLineString(WKTParser.LineStringContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.lineString().
exitLineString(WKTParser.LineStringContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.lineString().
exitLineStringCoordinates(WKTParser.LineStringCoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.lineStringCoordinates().
exitLineStringCoordinates(WKTParser.LineStringCoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.lineStringCoordinates().
exitMultiCurve(WKTParser.MultiCurveContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiCurve().
exitMultiCurve(WKTParser.MultiCurveContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiCurve().
exitMultiCurveElements(WKTParser.MultiCurveElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiCurveElements().
exitMultiCurveElements(WKTParser.MultiCurveElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiCurveElements().
exitMultiCurveItems(WKTParser.MultiCurveItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiCurveItems().
exitMultiCurveItems(WKTParser.MultiCurveItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiCurveItems().
exitMultiLineString(WKTParser.MultiLineStringContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiLineString().
exitMultiLineString(WKTParser.MultiLineStringContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiLineString().
exitMultiPoint(WKTParser.MultiPointContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiPoint().
exitMultiPoint(WKTParser.MultiPointContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiPoint().
exitMultiPolygon(WKTParser.MultiPolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiPolygon().
exitMultiPolygon(WKTParser.MultiPolygonContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiPolygon().
exitMultiSurface(WKTParser.MultiSurfaceContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiSurface().
exitMultiSurface(WKTParser.MultiSurfaceContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiSurface().
exitMultiSurfaceElements(WKTParser.MultiSurfaceElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiSurfaceElements().
exitMultiSurfaceElements(WKTParser.MultiSurfaceElementsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiSurfaceElements().
exitMultiSurfaceItems(WKTParser.MultiSurfaceItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.multiSurfaceItems().
exitMultiSurfaceItems(WKTParser.MultiSurfaceItemsContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.multiSurfaceItems().
exitObj(JSONParser.ObjContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Exit a parse tree produced by JSONParser.obj().
exitObj(JSONParser.ObjContext) - Method in interface org.cugos.wkg.internal.JSONListener
Exit a parse tree produced by JSONParser.obj().
exitPair(JSONParser.PairContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Exit a parse tree produced by JSONParser.pair().
exitPair(JSONParser.PairContext) - Method in interface org.cugos.wkg.internal.JSONListener
Exit a parse tree produced by JSONParser.pair().
exitPoint(WKTParser.PointContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.point().
exitPoint(WKTParser.PointContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.point().
exitPolygon(WKTParser.PolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.polygon().
exitPolygon(WKTParser.PolygonContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.polygon().
exitPolygonCoordinates(WKTParser.PolygonCoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.polygonCoordinates().
exitPolygonCoordinates(WKTParser.PolygonCoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.polygonCoordinates().
exitPolyHedralSurface(WKTParser.PolyHedralSurfaceContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.polyHedralSurface().
exitPolyHedralSurface(WKTParser.PolyHedralSurfaceContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.polyHedralSurface().
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.ArrayContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.JsonContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.ObjContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.PairContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.EmptyContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.SridContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
exitRule(ParseTreeListener) - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
exitSrid(WKTParser.SridContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.srid().
exitSrid(WKTParser.SridContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.srid().
exitTin(WKTParser.TinContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.tin().
exitTin(WKTParser.TinContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.tin().
exitTriangle(WKTParser.TriangleContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.triangle().
exitTriangle(WKTParser.TriangleContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.triangle().
exitValue(JSONParser.ValueContext) - Method in class org.cugos.wkg.internal.JSONBaseListener
Exit a parse tree produced by JSONParser.value().
exitValue(JSONParser.ValueContext) - Method in interface org.cugos.wkg.internal.JSONListener
Exit a parse tree produced by JSONParser.value().
exitWkt(WKTParser.WktContext) - Method in class org.cugos.wkg.internal.WKTBaseListener
Exit a parse tree produced by WKTParser.wkt().
exitWkt(WKTParser.WktContext) - Method in interface org.cugos.wkg.internal.WKTListener
Exit a parse tree produced by WKTParser.wkt().
Extended - org.cugos.wkg.GeoPackage.BinaryType
 

F

find(String) - Static method in class org.cugos.wkg.Readers
Find a Reader by name or return null
find(String) - Static method in class org.cugos.wkg.Writers
Find a Writer by name or return null

G

GeoJSONReader - Class in org.cugos.wkg
Read a Geometry from a GeoJSON String
GeoJSONReader() - Constructor for class org.cugos.wkg.GeoJSONReader
 
GeoJSONWriter - Class in org.cugos.wkg
Write a Geometry to a GeoJSON String
GeoJSONWriter() - Constructor for class org.cugos.wkg.GeoJSONWriter
 
geometries - Variable in class org.cugos.wkg.AbstractGeometryCollection
The List of Geometries
Geometry - Class in org.cugos.wkg
The Abstract base class for all Geometries
Geometry(Dimension, String) - Constructor for class org.cugos.wkg.Geometry
Create a new Geometry with Dimension and SRID
geometryCollection() - Method in class org.cugos.wkg.internal.WKTParser
 
geometryCollection() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
GeometryCollection - Class in org.cugos.wkg
A GeometryCollection is made up of other Geometries
GeometryCollection - org.cugos.wkg.WKB.GeometryType
 
GeometryCollection(List<Geometry>, Dimension) - Constructor for class org.cugos.wkg.GeometryCollection
Create a new GeometryCollection
GeometryCollection(List<Geometry>, Dimension, String) - Constructor for class org.cugos.wkg.GeometryCollection
Create a new GeometryCollection
GeometryCollectionContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
geometryCollectionElements() - Method in class org.cugos.wkg.internal.WKTParser
 
geometryCollectionElements() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
geometryCollectionElements(int) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
GeometryCollectionElementsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
 
geometryCollectionItems() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
geometryCollectionItems() - Method in class org.cugos.wkg.internal.WKTParser
 
GeometryCollectionItemsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
GeometryEmpty - org.cugos.wkg.GeoPackage.Flag
 
GeoPackage - Class in org.cugos.wkg
A holder to GeoPackage enums used in the GeoPackageReader and Writer
GeoPackage() - Constructor for class org.cugos.wkg.GeoPackage
 
GeoPackage.BinaryType - Enum in org.cugos.wkg
Binary Type
GeoPackage.EnvelopeType - Enum in org.cugos.wkg
Envelope Type
GeoPackage.Flag - Enum in org.cugos.wkg
GeoPackage Flags
GeoPackage.GeometryEmptyType - Enum in org.cugos.wkg
Geometry Empty Type
GeoPackageReader - Class in org.cugos.wkg
Read GeoPackage encoded Geometry
GeoPackageReader() - Constructor for class org.cugos.wkg.GeoPackageReader
 
GeoPackageWriter - Class in org.cugos.wkg
Write GeoPackage encoded Geometry
GeoPackageWriter() - Constructor for class org.cugos.wkg.GeoPackageWriter
Create a new GeoPackageWriter that uses Big Endian and encodes the Envelope without MZ values
GeoPackageWriter(WKB.Endian, GeoPackage.EnvelopeType) - Constructor for class org.cugos.wkg.GeoPackageWriter
Create a new GeopackageWriter
get(int) - Static method in enum org.cugos.wkg.GeoPackage.BinaryType
 
get(int) - Static method in enum org.cugos.wkg.GeoPackage.EnvelopeType
 
get(int) - Static method in enum org.cugos.wkg.GeoPackage.GeometryEmptyType
 
get(int) - Static method in enum org.cugos.wkg.WKB.Endian
 
get(int) - Static method in enum org.cugos.wkg.WKB.GeometryType
 
getATN() - Method in class org.cugos.wkg.internal.JSONLexer
 
getATN() - Method in class org.cugos.wkg.internal.JSONParser
 
getATN() - Method in class org.cugos.wkg.internal.WKTLexer
 
getATN() - Method in class org.cugos.wkg.internal.WKTParser
 
getChannelNames() - Method in class org.cugos.wkg.internal.JSONLexer
 
getChannelNames() - Method in class org.cugos.wkg.internal.WKTLexer
 
getCoordinate() - Method in class org.cugos.wkg.Point
Get the Coordinate
getCoordinates() - Method in class org.cugos.wkg.AbstractGeometryCollection
 
getCoordinates() - Method in class org.cugos.wkg.CircularString
Get the List of Coordinates
getCoordinates() - Method in class org.cugos.wkg.CompoundCurve
 
getCoordinates() - Method in class org.cugos.wkg.CurvePolygon
 
getCoordinates() - Method in class org.cugos.wkg.Geometry
Get a List of all coordinates
getCoordinates() - Method in class org.cugos.wkg.LineString
Get the List of Coordinates
getCoordinates() - Method in class org.cugos.wkg.Point
 
getCoordinates() - Method in class org.cugos.wkg.Polygon
 
getCoordinates() - Method in class org.cugos.wkg.PolyHedralSurface
 
getCoordinates() - Method in class org.cugos.wkg.Tin
 
getCurves() - Method in class org.cugos.wkg.CompoundCurve
Get a List of Curves
getCurves() - Method in class org.cugos.wkg.MultiCurve
Get the List of Curves
getData() - Method in class org.cugos.wkg.Geometry
Get the data
getDimension() - Method in class org.cugos.wkg.Coordinate
Get the Dimension
getDimension() - Method in class org.cugos.wkg.Envelope
Get the Dimension
getDimension() - Method in class org.cugos.wkg.Geometry
Get the Dimension
getEnvelope() - Method in class org.cugos.wkg.Geometry
Get the bounding Envelope
getGeometries() - Method in class org.cugos.wkg.GeometryCollection
Get the List of Geometries
getGrammarFileName() - Method in class org.cugos.wkg.internal.JSONLexer
 
getGrammarFileName() - Method in class org.cugos.wkg.internal.JSONParser
 
getGrammarFileName() - Method in class org.cugos.wkg.internal.WKTLexer
 
getGrammarFileName() - Method in class org.cugos.wkg.internal.WKTParser
 
getInnerCurves() - Method in class org.cugos.wkg.CurvePolygon
Get the List of inner Curves
getInnerLinearRings() - Method in class org.cugos.wkg.Polygon
Get the List of inner LinearRings
getLineStrings() - Method in class org.cugos.wkg.MultiLineString
Get the List of LineStrings
getM() - Method in class org.cugos.wkg.Coordinate
Get the m vaue
getMaxM() - Method in class org.cugos.wkg.Envelope
Get the max M
getMaxX() - Method in class org.cugos.wkg.Envelope
Get the max X
getMaxY() - Method in class org.cugos.wkg.Envelope
Get the max Y
getMaxZ() - Method in class org.cugos.wkg.Envelope
Get the max Z
getMinM() - Method in class org.cugos.wkg.Envelope
Get the min M
getMinX() - Method in class org.cugos.wkg.Envelope
Get the min X
getMinY() - Method in class org.cugos.wkg.Envelope
Get the min Y
getMinZ() - Method in class org.cugos.wkg.Envelope
Get the min Z
getModeNames() - Method in class org.cugos.wkg.internal.JSONLexer
 
getModeNames() - Method in class org.cugos.wkg.internal.WKTLexer
 
getName() - Method in class org.cugos.wkg.GeoJSONReader
 
getName() - Method in class org.cugos.wkg.GeoJSONWriter
 
getName() - Method in class org.cugos.wkg.GeoPackageReader
 
getName() - Method in class org.cugos.wkg.GeoPackageWriter
 
getName() - Method in interface org.cugos.wkg.Reader
Get the name of the Reader
getName() - Method in class org.cugos.wkg.WKBReader
 
getName() - Method in class org.cugos.wkg.WKBWriter
 
getName() - Method in class org.cugos.wkg.WKTReader
 
getName() - Method in class org.cugos.wkg.WKTWriter
 
getName() - Method in interface org.cugos.wkg.Writer
Get the name of the Writer
getNumberOfCoordinates() - Method in class org.cugos.wkg.AbstractGeometryCollection
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.CircularString
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.CompoundCurve
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.CurvePolygon
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.Geometry
Get the number of coordinates
getNumberOfCoordinates() - Method in class org.cugos.wkg.LinearRing
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.LineString
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.Point
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.Polygon
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.PolyHedralSurface
 
getNumberOfCoordinates() - Method in class org.cugos.wkg.Tin
 
getOuterCurve() - Method in class org.cugos.wkg.CurvePolygon
Get the outer Curve
getOuterLinearRing() - Method in class org.cugos.wkg.Polygon
Get the outer LinearRing
getPoints() - Method in class org.cugos.wkg.MultiPoint
Get the List of Points
getPolygons() - Method in class org.cugos.wkg.MultiPolygon
Get the List of Polygons
getPolygons() - Method in class org.cugos.wkg.PolyHedralSurface
Get the List of Polygons
getRuleIndex() - Method in class org.cugos.wkg.internal.JSONParser.ArrayContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.JSONParser.JsonContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.JSONParser.ObjContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.JSONParser.PairContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.EmptyContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.SridContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
getRuleIndex() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
getRuleNames() - Method in class org.cugos.wkg.internal.JSONLexer
 
getRuleNames() - Method in class org.cugos.wkg.internal.JSONParser
 
getRuleNames() - Method in class org.cugos.wkg.internal.WKTLexer
 
getRuleNames() - Method in class org.cugos.wkg.internal.WKTParser
 
getSerializedATN() - Method in class org.cugos.wkg.internal.JSONLexer
 
getSerializedATN() - Method in class org.cugos.wkg.internal.JSONParser
 
getSerializedATN() - Method in class org.cugos.wkg.internal.WKTLexer
 
getSerializedATN() - Method in class org.cugos.wkg.internal.WKTParser
 
getSrid() - Method in class org.cugos.wkg.Geometry
Get the SRID which often is null
getSurfaces() - Method in class org.cugos.wkg.MultiSurface
Get the List of Surfaces
getTokenNames() - Method in class org.cugos.wkg.internal.JSONLexer
Deprecated.
getTokenNames() - Method in class org.cugos.wkg.internal.JSONParser
Deprecated.
getTokenNames() - Method in class org.cugos.wkg.internal.WKTLexer
Deprecated.
getTokenNames() - Method in class org.cugos.wkg.internal.WKTParser
Deprecated.
getTriangles() - Method in class org.cugos.wkg.Tin
Get the List of Triangles
getValue() - Method in enum org.cugos.wkg.GeoPackage.BinaryType
 
getValue() - Method in enum org.cugos.wkg.GeoPackage.EnvelopeType
 
getValue() - Method in enum org.cugos.wkg.GeoPackage.Flag
 
getValue() - Method in enum org.cugos.wkg.GeoPackage.GeometryEmptyType
 
getValue() - Method in enum org.cugos.wkg.WKB.Endian
 
getValue() - Method in enum org.cugos.wkg.WKB.GeometryType
 
getValue() - Method in enum org.cugos.wkg.WKB.GeometryTypeFlag
 
getVocabulary() - Method in class org.cugos.wkg.internal.JSONLexer
 
getVocabulary() - Method in class org.cugos.wkg.internal.JSONParser
 
getVocabulary() - Method in class org.cugos.wkg.internal.WKTLexer
 
getVocabulary() - Method in class org.cugos.wkg.internal.WKTParser
 
getX() - Method in class org.cugos.wkg.Coordinate
Get the x value
getY() - Method in class org.cugos.wkg.Coordinate
Get the y value
getZ() - Method in class org.cugos.wkg.Coordinate
Get the z value

H

hashCode() - Method in class org.cugos.wkg.Coordinate
 
hashCode() - Method in class org.cugos.wkg.Envelope
 

I

isEmpty() - Method in class org.cugos.wkg.AbstractGeometryCollection
 
isEmpty() - Method in class org.cugos.wkg.CircularString
 
isEmpty() - Method in class org.cugos.wkg.CompoundCurve
 
isEmpty() - Method in class org.cugos.wkg.Coordinate
Determine if the Coordinate is empty (x and y values of NaN)
isEmpty() - Method in class org.cugos.wkg.CurvePolygon
 
isEmpty() - Method in class org.cugos.wkg.Envelope
Determine if the Coordinate is empty (x and y values of NaN)
isEmpty() - Method in class org.cugos.wkg.Geometry
Is this Geometry empty?
isEmpty() - Method in class org.cugos.wkg.LineString
 
isEmpty() - Method in class org.cugos.wkg.Point
 
isEmpty() - Method in class org.cugos.wkg.Polygon
 
isEmpty() - Method in class org.cugos.wkg.PolyHedralSurface
 
isEmpty() - Method in class org.cugos.wkg.Tin
 

J

json() - Method in class org.cugos.wkg.internal.JSONParser
 
JSONBaseListener - Class in org.cugos.wkg.internal
This class provides an empty implementation of JSONListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
JSONBaseListener() - Constructor for class org.cugos.wkg.internal.JSONBaseListener
 
JSONBaseVisitor<T> - Class in org.cugos.wkg.internal
This class provides an empty implementation of JSONVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
JSONBaseVisitor() - Constructor for class org.cugos.wkg.internal.JSONBaseVisitor
 
JsonContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.JSONParser.JsonContext
 
JSONLexer - Class in org.cugos.wkg.internal
 
JSONLexer(CharStream) - Constructor for class org.cugos.wkg.internal.JSONLexer
 
JSONListener - Interface in org.cugos.wkg.internal
This interface defines a complete listener for a parse tree produced by JSONParser.
JSONParser - Class in org.cugos.wkg.internal
 
JSONParser(TokenStream) - Constructor for class org.cugos.wkg.internal.JSONParser
 
JSONParser.ArrayContext - Class in org.cugos.wkg.internal
 
JSONParser.JsonContext - Class in org.cugos.wkg.internal
 
JSONParser.ObjContext - Class in org.cugos.wkg.internal
 
JSONParser.PairContext - Class in org.cugos.wkg.internal
 
JSONParser.ValueContext - Class in org.cugos.wkg.internal
 
JSONVisitor<T> - Interface in org.cugos.wkg.internal
This interface defines a complete generic visitor for a parse tree produced by JSONParser.

L

LinearRing - Class in org.cugos.wkg
A LinearRing is a LineString that is closed
LinearRing(List<Coordinate>, Dimension) - Constructor for class org.cugos.wkg.LinearRing
Create a new LinearRing
LinearRing(List<Coordinate>, Dimension, String) - Constructor for class org.cugos.wkg.LinearRing
Create a new LinearRing
lineString() - Method in class org.cugos.wkg.internal.WKTParser
 
lineString() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
LineString - Class in org.cugos.wkg
A LineString is a Curve with only straight lines
LineString - org.cugos.wkg.WKB.GeometryType
 
LineString(List<Coordinate>, Dimension) - Constructor for class org.cugos.wkg.LineString
Create a new LineString
LineString(List<Coordinate>, Dimension, String) - Constructor for class org.cugos.wkg.LineString
Create a new LineString
LineStringContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.LineStringContext
 
lineStringCoordinates() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
 
lineStringCoordinates() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
 
lineStringCoordinates() - Method in class org.cugos.wkg.internal.WKTParser
 
lineStringCoordinates() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
LineStringCoordinatesContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
list() - Static method in class org.cugos.wkg.Readers
Get a list of all registered Readers
list() - Static method in class org.cugos.wkg.Writers
Get a list of all registered Writers
Little - org.cugos.wkg.WKB.Endian
 

M

M - org.cugos.wkg.WKB.GeometryTypeFlag
 
M - Static variable in class org.cugos.wkg.internal.WKTLexer
 
M - Static variable in class org.cugos.wkg.internal.WKTParser
 
M() - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
modeNames - Static variable in class org.cugos.wkg.internal.JSONLexer
 
modeNames - Static variable in class org.cugos.wkg.internal.WKTLexer
 
multiCurve() - Method in class org.cugos.wkg.internal.WKTParser
 
multiCurve() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
MultiCurve - Class in org.cugos.wkg
A MultiCurve is a GeometryCollection made up of only Curves
MultiCurve - org.cugos.wkg.WKB.GeometryType
 
MultiCurve(List<Curve>, Dimension) - Constructor for class org.cugos.wkg.MultiCurve
Create a new MultiCurve
MultiCurve(List<Curve>, Dimension, String) - Constructor for class org.cugos.wkg.MultiCurve
Create a new MultiCurve
MultiCurveContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
multiCurveElements() - Method in class org.cugos.wkg.internal.WKTParser
 
multiCurveElements() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
multiCurveElements(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
MultiCurveElementsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
 
multiCurveItems() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
multiCurveItems() - Method in class org.cugos.wkg.internal.WKTParser
 
MultiCurveItemsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
multiLineString() - Method in class org.cugos.wkg.internal.WKTParser
 
multiLineString() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
MultiLineString - Class in org.cugos.wkg
A MultiLineString is a GeometryCollection made up of only LineStrings
MultiLineString - org.cugos.wkg.WKB.GeometryType
 
MultiLineString(List<LineString>, Dimension) - Constructor for class org.cugos.wkg.MultiLineString
Create a new MultiLineString
MultiLineString(List<LineString>, Dimension, String) - Constructor for class org.cugos.wkg.MultiLineString
Create a new MultiLineString
MultiLineStringContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
multiPoint() - Method in class org.cugos.wkg.internal.WKTParser
 
multiPoint() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
MultiPoint - Class in org.cugos.wkg
A MultiPoint is a GeometryCollection made up of only Points
MultiPoint - org.cugos.wkg.WKB.GeometryType
 
MultiPoint(List<Point>, Dimension) - Constructor for class org.cugos.wkg.MultiPoint
Create new MultiPoint
MultiPoint(List<Point>, Dimension, String) - Constructor for class org.cugos.wkg.MultiPoint
Create new MultiPoint
MultiPointContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
multiPolygon() - Method in class org.cugos.wkg.internal.WKTParser
 
multiPolygon() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
MultiPolygon - Class in org.cugos.wkg
A MultiPolygon is a GeometryCollection made up of only Polygons.
MultiPolygon - org.cugos.wkg.WKB.GeometryType
 
MultiPolygon(List<Polygon>, Dimension) - Constructor for class org.cugos.wkg.MultiPolygon
Create a new MultiPolygon
MultiPolygon(List<Polygon>, Dimension, String) - Constructor for class org.cugos.wkg.MultiPolygon
Create a new MultiPolygon
MultiPolygonContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
multiSurface() - Method in class org.cugos.wkg.internal.WKTParser
 
multiSurface() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
MultiSurface - Class in org.cugos.wkg
A MultiSurface is a GeometryCollection made up of only Surfaces
MultiSurface - org.cugos.wkg.WKB.GeometryType
 
MultiSurface(List<Surface>, Dimension) - Constructor for class org.cugos.wkg.MultiSurface
Create a new MultiSurface
MultiSurface(List<Surface>, Dimension, String) - Constructor for class org.cugos.wkg.MultiSurface
Create a new MultiSurface
MultiSurfaceContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
multiSurfaceElements() - Method in class org.cugos.wkg.internal.WKTParser
 
multiSurfaceElements() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
multiSurfaceElements(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
MultiSurfaceElementsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
multiSurfaceItems() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
multiSurfaceItems() - Method in class org.cugos.wkg.internal.WKTParser
 
MultiSurfaceItemsContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 

N

NewLine - Static variable in class org.cugos.wkg.internal.WKTLexer
 
NewLine - Static variable in class org.cugos.wkg.internal.WKTParser
 
NoEnvelope - org.cugos.wkg.GeoPackage.EnvelopeType
 
NotEmpty - org.cugos.wkg.GeoPackage.GeometryEmptyType
 
Number - Static variable in class org.cugos.wkg.internal.WKTLexer
 
Number - Static variable in class org.cugos.wkg.internal.WKTParser
 
Number() - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
Number() - Method in class org.cugos.wkg.internal.WKTParser.SridContext
 
Number(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
NUMBER - Static variable in class org.cugos.wkg.internal.JSONLexer
 
NUMBER - Static variable in class org.cugos.wkg.internal.JSONParser
 
NUMBER() - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 

O

obj() - Method in class org.cugos.wkg.internal.JSONParser
 
obj() - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
ObjContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.JSONParser.ObjContext
 
org.cugos.wkg - package org.cugos.wkg
 
org.cugos.wkg.internal - package org.cugos.wkg.internal
 

P

pair() - Method in class org.cugos.wkg.internal.JSONParser.ObjContext
 
pair() - Method in class org.cugos.wkg.internal.JSONParser
 
pair(int) - Method in class org.cugos.wkg.internal.JSONParser.ObjContext
 
PairContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.JSONParser.PairContext
 
point() - Method in class org.cugos.wkg.internal.WKTParser
 
point() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
Point - Class in org.cugos.wkg
A Point is made up of a single Coordinate
Point - org.cugos.wkg.WKB.GeometryType
 
Point(Coordinate, Dimension) - Constructor for class org.cugos.wkg.Point
Create a new Point
Point(Coordinate, Dimension, String) - Constructor for class org.cugos.wkg.Point
Create a new Point
PointContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.PointContext
 
polygon() - Method in class org.cugos.wkg.internal.WKTParser
 
polygon() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
Polygon - Class in org.cugos.wkg
A Polygon is a Surface made up of an outer LinearRing and zero or more inner LinearRings.
Polygon - org.cugos.wkg.WKB.GeometryType
 
Polygon(LinearRing, List<LinearRing>, Dimension) - Constructor for class org.cugos.wkg.Polygon
Create a new Polygon
Polygon(LinearRing, List<LinearRing>, Dimension, String) - Constructor for class org.cugos.wkg.Polygon
Create a new Polygon
Polygon(LinearRing, Dimension) - Constructor for class org.cugos.wkg.Polygon
Create a new Polygon with only an outer ring
Polygon(LinearRing, Dimension, String) - Constructor for class org.cugos.wkg.Polygon
Create a new Polygon with only an outer ring
PolygonContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.PolygonContext
 
polygonCoordinates() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
 
polygonCoordinates() - Method in class org.cugos.wkg.internal.WKTParser
 
PolygonCoordinatesContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
polyHedralSurface() - Method in class org.cugos.wkg.internal.WKTParser
 
polyHedralSurface() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
PolyHedralSurface - Class in org.cugos.wkg
A PolyHedralSurface is a Surface made up of connected Polygons
PolyHedralSurface - org.cugos.wkg.WKB.GeometryType
 
PolyHedralSurface(List<Polygon>, Dimension, String) - Constructor for class org.cugos.wkg.PolyHedralSurface
Create a new PolyHedralSurface
PolyHedralSurfaceContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
putGeometry(ByteBuffer, Geometry) - Method in class org.cugos.wkg.WKBWriter
Write the Geometry into the ByteBuffer

R

read(byte[]) - Method in class org.cugos.wkg.GeoPackageReader
Read a Geometry from an array of bytes.
read(byte[]) - Method in class org.cugos.wkg.WKBReader
Read a Geometry from an array of bytes.
read(String) - Method in class org.cugos.wkg.GeoJSONReader
Read a Geometry from a GeoJSON String
read(String) - Method in class org.cugos.wkg.GeoPackageReader
Read a Geometry from a hex String
read(String) - Method in class org.cugos.wkg.WKBReader
Read a Geometry from a hex String
read(String) - Method in class org.cugos.wkg.WKTReader
Read the WKT and return a Geometry
read(ByteBuffer) - Method in class org.cugos.wkg.WKBReader
Read a Geometry from a ByteBuffer
read(T) - Method in interface org.cugos.wkg.Reader
Read a Geometry from the input
Reader<T> - Interface in org.cugos.wkg
Read a Geometry from an input type
Readers - Class in org.cugos.wkg
Get a list of Readers or find a Reader by name.
Readers() - Constructor for class org.cugos.wkg.Readers
 
RULE_array - Static variable in class org.cugos.wkg.internal.JSONParser
 
RULE_circularString - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_compoundCurve - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_compoundCurveElements - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_compoundCurveItems - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_coordinate - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_coordinates - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_coordinatesets - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_coordinatesetsset - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_curvePolygon - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_curvePolygonElements - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_curvePolygonItems - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_dimension - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_empty - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_geometryCollection - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_geometryCollectionElements - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_geometryCollectionItems - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_json - Static variable in class org.cugos.wkg.internal.JSONParser
 
RULE_lineString - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_lineStringCoordinates - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiCurve - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiCurveElements - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiCurveItems - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiLineString - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiPoint - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiPolygon - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiSurface - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiSurfaceElements - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_multiSurfaceItems - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_obj - Static variable in class org.cugos.wkg.internal.JSONParser
 
RULE_pair - Static variable in class org.cugos.wkg.internal.JSONParser
 
RULE_point - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_polygon - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_polygonCoordinates - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_polyHedralSurface - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_srid - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_tin - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_triangle - Static variable in class org.cugos.wkg.internal.WKTParser
 
RULE_value - Static variable in class org.cugos.wkg.internal.JSONParser
 
RULE_wkt - Static variable in class org.cugos.wkg.internal.WKTParser
 
ruleNames - Static variable in class org.cugos.wkg.internal.JSONLexer
 
ruleNames - Static variable in class org.cugos.wkg.internal.JSONParser
 
ruleNames - Static variable in class org.cugos.wkg.internal.WKTLexer
 
ruleNames - Static variable in class org.cugos.wkg.internal.WKTParser
 

S

setData(Object) - Method in class org.cugos.wkg.Geometry
Set the data
setM(double) - Method in class org.cugos.wkg.Coordinate.Builder
 
setSrid(String) - Method in class org.cugos.wkg.Geometry
Set the SRID for this GeometryType
setX(double) - Method in class org.cugos.wkg.Coordinate.Builder
 
setY(double) - Method in class org.cugos.wkg.Coordinate.Builder
 
setZ(double) - Method in class org.cugos.wkg.Coordinate.Builder
 
srid - Variable in class org.cugos.wkg.Geometry
The SRID
srid() - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
srid() - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
SRID - org.cugos.wkg.WKB.GeometryTypeFlag
 
SridContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.SridContext
 
Standard - org.cugos.wkg.GeoPackage.BinaryType
 
STRING - Static variable in class org.cugos.wkg.internal.JSONLexer
 
STRING - Static variable in class org.cugos.wkg.internal.JSONParser
 
STRING() - Method in class org.cugos.wkg.internal.JSONParser.PairContext
 
STRING() - Method in class org.cugos.wkg.internal.JSONParser.ValueContext
 
Surface - Class in org.cugos.wkg
A Surface is the abstract base class for Polygonal Geometries
Surface - org.cugos.wkg.WKB.GeometryType
 
Surface(Dimension, String) - Constructor for class org.cugos.wkg.Surface
Create a new Surface

T

T__0 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__0 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__0 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__0 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__1 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__1 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__1 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__1 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__10 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__10 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__11 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__11 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__12 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__12 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__13 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__13 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__14 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__14 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__15 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__15 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__16 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__16 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__17 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__17 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__18 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__18 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__19 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__19 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__2 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__2 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__2 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__2 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__20 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__20 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__3 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__3 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__3 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__3 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__4 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__4 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__4 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__4 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__5 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__5 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__5 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__5 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__6 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__6 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__6 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__6 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__7 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__7 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__7 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__7 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__8 - Static variable in class org.cugos.wkg.internal.JSONLexer
 
T__8 - Static variable in class org.cugos.wkg.internal.JSONParser
 
T__8 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__8 - Static variable in class org.cugos.wkg.internal.WKTParser
 
T__9 - Static variable in class org.cugos.wkg.internal.WKTLexer
 
T__9 - Static variable in class org.cugos.wkg.internal.WKTParser
 
Three - org.cugos.wkg.Dimension
 
ThreeMeasured - org.cugos.wkg.Dimension
 
tin() - Method in class org.cugos.wkg.internal.WKTParser
 
tin() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
Tin - Class in org.cugos.wkg
A Tin is a Surface made up of Triangles
Tin - org.cugos.wkg.WKB.GeometryType
 
Tin(List<Triangle>, Dimension) - Constructor for class org.cugos.wkg.Tin
Create a new Tin
Tin(List<Triangle>, Dimension, String) - Constructor for class org.cugos.wkg.Tin
Create a new Tin
TinContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.TinContext
 
toGeometry() - Method in class org.cugos.wkg.Envelope
Convert the Envelope into a Geometry
tokenNames - Static variable in class org.cugos.wkg.internal.JSONLexer
Deprecated.
tokenNames - Static variable in class org.cugos.wkg.internal.JSONParser
Deprecated.
tokenNames - Static variable in class org.cugos.wkg.internal.WKTLexer
Deprecated.
Use WKTLexer.VOCABULARY instead.
tokenNames - Static variable in class org.cugos.wkg.internal.WKTParser
Deprecated.
toString() - Method in class org.cugos.wkg.AbstractGeometryCollection
 
toString() - Method in class org.cugos.wkg.Coordinate
 
toString() - Method in class org.cugos.wkg.Envelope
 
toString() - Method in class org.cugos.wkg.Geometry
Write the Geometry to WKT
triangle() - Method in class org.cugos.wkg.internal.WKTParser
 
triangle() - Method in class org.cugos.wkg.internal.WKTParser.WktContext
 
Triangle - Class in org.cugos.wkg
A Triangle is a Polygon where the outer LinearRing is made up of 4 Coordinates
Triangle - org.cugos.wkg.WKB.GeometryType
 
Triangle(LinearRing, List<LinearRing>, Dimension) - Constructor for class org.cugos.wkg.Triangle
Create a new Triangle
Triangle(LinearRing, List<LinearRing>, Dimension, String) - Constructor for class org.cugos.wkg.Triangle
Create a new Triangle
TriangleContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.TriangleContext
 
Two - org.cugos.wkg.Dimension
 
TwoMeasured - org.cugos.wkg.Dimension
 

V

value() - Method in class org.cugos.wkg.internal.JSONParser.ArrayContext
 
value() - Method in class org.cugos.wkg.internal.JSONParser.JsonContext
 
value() - Method in class org.cugos.wkg.internal.JSONParser.PairContext
 
value() - Method in class org.cugos.wkg.internal.JSONParser
 
value(int) - Method in class org.cugos.wkg.internal.JSONParser.ArrayContext
 
ValueContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.JSONParser.ValueContext
 
valueOf(String) - Static method in enum org.cugos.wkg.Dimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.GeoPackage.BinaryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.GeoPackage.EnvelopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.GeoPackage.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.GeoPackage.GeometryEmptyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.WKB.Endian
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.WKB.GeometryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.WKB.GeometryTypeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cugos.wkg.WKB.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cugos.wkg.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.GeoPackage.BinaryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.GeoPackage.EnvelopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.GeoPackage.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.GeoPackage.GeometryEmptyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.WKB.Endian
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.WKB.GeometryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.WKB.GeometryTypeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cugos.wkg.WKB.Type
Returns an array containing the constants of this enum type, in the order they are declared.
visitArray(JSONParser.ArrayContext) - Method in class org.cugos.wkg.internal.JSONBaseVisitor
Visit a parse tree produced by JSONParser.array().
visitArray(JSONParser.ArrayContext) - Method in interface org.cugos.wkg.internal.JSONVisitor
Visit a parse tree produced by JSONParser.array().
visitCircularString(WKTParser.CircularStringContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.circularString().
visitCircularString(WKTParser.CircularStringContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.circularString().
visitCompoundCurve(WKTParser.CompoundCurveContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.compoundCurve().
visitCompoundCurve(WKTParser.CompoundCurveContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.compoundCurve().
visitCompoundCurveElements(WKTParser.CompoundCurveElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.compoundCurveElements().
visitCompoundCurveElements(WKTParser.CompoundCurveElementsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.compoundCurveElements().
visitCompoundCurveItems(WKTParser.CompoundCurveItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.compoundCurveItems().
visitCompoundCurveItems(WKTParser.CompoundCurveItemsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.compoundCurveItems().
visitCoordinate(WKTParser.CoordinateContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.coordinate().
visitCoordinate(WKTParser.CoordinateContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.coordinate().
visitCoordinates(WKTParser.CoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.coordinates().
visitCoordinates(WKTParser.CoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.coordinates().
visitCoordinatesets(WKTParser.CoordinatesetsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.coordinatesets().
visitCoordinatesets(WKTParser.CoordinatesetsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.coordinatesets().
visitCoordinatesetsset(WKTParser.CoordinatesetssetContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.coordinatesetsset().
visitCoordinatesetsset(WKTParser.CoordinatesetssetContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.coordinatesetsset().
visitCurvePolygon(WKTParser.CurvePolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.curvePolygon().
visitCurvePolygon(WKTParser.CurvePolygonContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.curvePolygon().
visitCurvePolygonElements(WKTParser.CurvePolygonElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.curvePolygonElements().
visitCurvePolygonElements(WKTParser.CurvePolygonElementsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.curvePolygonElements().
visitCurvePolygonItems(WKTParser.CurvePolygonItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.curvePolygonItems().
visitCurvePolygonItems(WKTParser.CurvePolygonItemsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.curvePolygonItems().
visitDimension(WKTParser.DimensionContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.dimension().
visitDimension(WKTParser.DimensionContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.dimension().
visitEmpty(WKTParser.EmptyContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.empty().
visitEmpty(WKTParser.EmptyContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.empty().
visitErrorNode(ErrorNode) - Method in class org.cugos.wkg.internal.JSONBaseListener
visitErrorNode(ErrorNode) - Method in class org.cugos.wkg.internal.WKTBaseListener
visitGeometryCollection(WKTParser.GeometryCollectionContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.geometryCollection().
visitGeometryCollection(WKTParser.GeometryCollectionContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.geometryCollection().
visitGeometryCollectionElements(WKTParser.GeometryCollectionElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.geometryCollectionElements().
visitGeometryCollectionElements(WKTParser.GeometryCollectionElementsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.geometryCollectionElements().
visitGeometryCollectionItems(WKTParser.GeometryCollectionItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.geometryCollectionItems().
visitGeometryCollectionItems(WKTParser.GeometryCollectionItemsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.geometryCollectionItems().
visitJson(JSONParser.JsonContext) - Method in class org.cugos.wkg.internal.JSONBaseVisitor
Visit a parse tree produced by JSONParser.json().
visitJson(JSONParser.JsonContext) - Method in interface org.cugos.wkg.internal.JSONVisitor
Visit a parse tree produced by JSONParser.json().
visitLineString(WKTParser.LineStringContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.lineString().
visitLineString(WKTParser.LineStringContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.lineString().
visitLineStringCoordinates(WKTParser.LineStringCoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.lineStringCoordinates().
visitLineStringCoordinates(WKTParser.LineStringCoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.lineStringCoordinates().
visitMultiCurve(WKTParser.MultiCurveContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiCurve().
visitMultiCurve(WKTParser.MultiCurveContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiCurve().
visitMultiCurveElements(WKTParser.MultiCurveElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiCurveElements().
visitMultiCurveElements(WKTParser.MultiCurveElementsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiCurveElements().
visitMultiCurveItems(WKTParser.MultiCurveItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiCurveItems().
visitMultiCurveItems(WKTParser.MultiCurveItemsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiCurveItems().
visitMultiLineString(WKTParser.MultiLineStringContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiLineString().
visitMultiLineString(WKTParser.MultiLineStringContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiLineString().
visitMultiPoint(WKTParser.MultiPointContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiPoint().
visitMultiPoint(WKTParser.MultiPointContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiPoint().
visitMultiPolygon(WKTParser.MultiPolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiPolygon().
visitMultiPolygon(WKTParser.MultiPolygonContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiPolygon().
visitMultiSurface(WKTParser.MultiSurfaceContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiSurface().
visitMultiSurface(WKTParser.MultiSurfaceContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiSurface().
visitMultiSurfaceElements(WKTParser.MultiSurfaceElementsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiSurfaceElements().
visitMultiSurfaceElements(WKTParser.MultiSurfaceElementsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiSurfaceElements().
visitMultiSurfaceItems(WKTParser.MultiSurfaceItemsContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.multiSurfaceItems().
visitMultiSurfaceItems(WKTParser.MultiSurfaceItemsContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.multiSurfaceItems().
visitObj(JSONParser.ObjContext) - Method in class org.cugos.wkg.internal.JSONBaseVisitor
Visit a parse tree produced by JSONParser.obj().
visitObj(JSONParser.ObjContext) - Method in interface org.cugos.wkg.internal.JSONVisitor
Visit a parse tree produced by JSONParser.obj().
visitPair(JSONParser.PairContext) - Method in class org.cugos.wkg.internal.JSONBaseVisitor
Visit a parse tree produced by JSONParser.pair().
visitPair(JSONParser.PairContext) - Method in interface org.cugos.wkg.internal.JSONVisitor
Visit a parse tree produced by JSONParser.pair().
visitPoint(WKTParser.PointContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.point().
visitPoint(WKTParser.PointContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.point().
visitPolygon(WKTParser.PolygonContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.polygon().
visitPolygon(WKTParser.PolygonContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.polygon().
visitPolygonCoordinates(WKTParser.PolygonCoordinatesContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.polygonCoordinates().
visitPolygonCoordinates(WKTParser.PolygonCoordinatesContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.polygonCoordinates().
visitPolyHedralSurface(WKTParser.PolyHedralSurfaceContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.polyHedralSurface().
visitPolyHedralSurface(WKTParser.PolyHedralSurfaceContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.polyHedralSurface().
visitSrid(WKTParser.SridContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.srid().
visitSrid(WKTParser.SridContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.srid().
visitTerminal(TerminalNode) - Method in class org.cugos.wkg.internal.JSONBaseListener
visitTerminal(TerminalNode) - Method in class org.cugos.wkg.internal.WKTBaseListener
visitTin(WKTParser.TinContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.tin().
visitTin(WKTParser.TinContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.tin().
visitTriangle(WKTParser.TriangleContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.triangle().
visitTriangle(WKTParser.TriangleContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.triangle().
visitValue(JSONParser.ValueContext) - Method in class org.cugos.wkg.internal.JSONBaseVisitor
Visit a parse tree produced by JSONParser.value().
visitValue(JSONParser.ValueContext) - Method in interface org.cugos.wkg.internal.JSONVisitor
Visit a parse tree produced by JSONParser.value().
visitWkt(WKTParser.WktContext) - Method in class org.cugos.wkg.internal.WKTBaseVisitor
Visit a parse tree produced by WKTParser.wkt().
visitWkt(WKTParser.WktContext) - Method in interface org.cugos.wkg.internal.WKTVisitor
Visit a parse tree produced by WKTParser.wkt().
VOCABULARY - Static variable in class org.cugos.wkg.internal.JSONLexer
 
VOCABULARY - Static variable in class org.cugos.wkg.internal.JSONParser
 
VOCABULARY - Static variable in class org.cugos.wkg.internal.WKTLexer
 
VOCABULARY - Static variable in class org.cugos.wkg.internal.WKTParser
 

W

WhiteSpace - Static variable in class org.cugos.wkg.internal.WKTLexer
 
WhiteSpace - Static variable in class org.cugos.wkg.internal.WKTParser
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
WhiteSpace() - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CircularStringContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinateContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.LineStringContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiLineStringContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiPointContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiPolygonContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.PointContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.PolygonContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.TinContext
 
WhiteSpace(int) - Method in class org.cugos.wkg.internal.WKTParser.TriangleContext
 
WKB - org.cugos.wkg.WKB.Type
 
WKB - Interface in org.cugos.wkg
A holder for enums used in the WKBWriter and WKBReader
WKB.Endian - Enum in org.cugos.wkg
The Byte Order
WKB.GeometryType - Enum in org.cugos.wkg
The Geometry Type
WKB.GeometryTypeFlag - Enum in org.cugos.wkg
The Geometry Type Flags
WKB.Type - Enum in org.cugos.wkg
The WKB standard
WKBReader - Class in org.cugos.wkg
A WKB and EWKB Geometry Reader
WKBReader() - Constructor for class org.cugos.wkg.WKBReader
 
WKBWriter - Class in org.cugos.wkg
A Well Known Binary Writer.
WKBWriter() - Constructor for class org.cugos.wkg.WKBWriter
Create a WKBWriter with Type WKB and Big Endian byte order
WKBWriter(WKB.Type, WKB.Endian) - Constructor for class org.cugos.wkg.WKBWriter
Create a WKBWriter
wkt() - Method in class org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
 
wkt() - Method in class org.cugos.wkg.internal.WKTParser
 
WKTBaseListener - Class in org.cugos.wkg.internal
This class provides an empty implementation of WKTListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
WKTBaseListener() - Constructor for class org.cugos.wkg.internal.WKTBaseListener
 
WKTBaseVisitor<T> - Class in org.cugos.wkg.internal
This class provides an empty implementation of WKTVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
WKTBaseVisitor() - Constructor for class org.cugos.wkg.internal.WKTBaseVisitor
 
WktContext(ParserRuleContext, int) - Constructor for class org.cugos.wkg.internal.WKTParser.WktContext
 
WKTLexer - Class in org.cugos.wkg.internal
 
WKTLexer(CharStream) - Constructor for class org.cugos.wkg.internal.WKTLexer
 
WKTListener - Interface in org.cugos.wkg.internal
This interface defines a complete listener for a parse tree produced by WKTParser.
WKTParser - Class in org.cugos.wkg.internal
 
WKTParser(TokenStream) - Constructor for class org.cugos.wkg.internal.WKTParser
 
WKTParser.CircularStringContext - Class in org.cugos.wkg.internal
 
WKTParser.CompoundCurveContext - Class in org.cugos.wkg.internal
 
WKTParser.CompoundCurveElementsContext - Class in org.cugos.wkg.internal
 
WKTParser.CompoundCurveItemsContext - Class in org.cugos.wkg.internal
 
WKTParser.CoordinateContext - Class in org.cugos.wkg.internal
 
WKTParser.CoordinatesContext - Class in org.cugos.wkg.internal
 
WKTParser.CoordinatesetsContext - Class in org.cugos.wkg.internal
 
WKTParser.CoordinatesetssetContext - Class in org.cugos.wkg.internal
 
WKTParser.CurvePolygonContext - Class in org.cugos.wkg.internal
 
WKTParser.CurvePolygonElementsContext - Class in org.cugos.wkg.internal
 
WKTParser.CurvePolygonItemsContext - Class in org.cugos.wkg.internal
 
WKTParser.DimensionContext - Class in org.cugos.wkg.internal
 
WKTParser.EmptyContext - Class in org.cugos.wkg.internal
 
WKTParser.GeometryCollectionContext - Class in org.cugos.wkg.internal
 
WKTParser.GeometryCollectionElementsContext - Class in org.cugos.wkg.internal
 
WKTParser.GeometryCollectionItemsContext - Class in org.cugos.wkg.internal
 
WKTParser.LineStringContext - Class in org.cugos.wkg.internal
 
WKTParser.LineStringCoordinatesContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiCurveContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiCurveElementsContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiCurveItemsContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiLineStringContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiPointContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiPolygonContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiSurfaceContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiSurfaceElementsContext - Class in org.cugos.wkg.internal
 
WKTParser.MultiSurfaceItemsContext - Class in org.cugos.wkg.internal
 
WKTParser.PointContext - Class in org.cugos.wkg.internal
 
WKTParser.PolygonContext - Class in org.cugos.wkg.internal
 
WKTParser.PolygonCoordinatesContext - Class in org.cugos.wkg.internal
 
WKTParser.PolyHedralSurfaceContext - Class in org.cugos.wkg.internal
 
WKTParser.SridContext - Class in org.cugos.wkg.internal
 
WKTParser.TinContext - Class in org.cugos.wkg.internal
 
WKTParser.TriangleContext - Class in org.cugos.wkg.internal
 
WKTParser.WktContext - Class in org.cugos.wkg.internal
 
WKTReader - Class in org.cugos.wkg
Read a Geometry from a Well Known Text (WKT) String
WKTReader() - Constructor for class org.cugos.wkg.WKTReader
 
WKTVisitor<T> - Interface in org.cugos.wkg.internal
This interface defines a complete generic visitor for a parse tree produced by WKTParser.
WKTWriter - Class in org.cugos.wkg
Write a Geometry to a WKT String.
WKTWriter() - Constructor for class org.cugos.wkg.WKTWriter
Create a new WKTWriter
WKTWriter(boolean) - Constructor for class org.cugos.wkg.WKTWriter
Create a WKTWriter
write(CircularString) - Method in class org.cugos.wkg.WKBWriter
Write a CircularString to a byte array
write(CircularString) - Method in class org.cugos.wkg.WKTWriter
 
write(CircularString, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(CompoundCurve) - Method in class org.cugos.wkg.WKBWriter
Write a CompoundCurve to a byte array
write(CompoundCurve) - Method in class org.cugos.wkg.WKTWriter
 
write(CompoundCurve, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(CurvePolygon) - Method in class org.cugos.wkg.WKBWriter
Write a CurvePolygon to a byte array
write(CurvePolygon) - Method in class org.cugos.wkg.WKTWriter
 
write(CurvePolygon, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(Geometry) - Method in class org.cugos.wkg.GeoJSONWriter
Write a Geometry to a GeoJSON String
write(Geometry) - Method in class org.cugos.wkg.GeoPackageWriter
Write a Geometry to an array of bytes
write(Geometry) - Method in class org.cugos.wkg.WKBWriter
Write a Geometry to an array of bytes
write(Geometry) - Method in class org.cugos.wkg.WKTWriter
Write a Geometry to a WKT String
write(Geometry) - Method in interface org.cugos.wkg.Writer
Write a Geometry
write(GeometryCollection) - Method in class org.cugos.wkg.WKBWriter
Write a GeometryCollection to a byte array
write(GeometryCollection) - Method in class org.cugos.wkg.WKTWriter
 
write(GeometryCollection, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(Geometry, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
Write a Geometry to a WKT String
write(LinearRing) - Method in class org.cugos.wkg.WKBWriter
Write a LinearRing to a byte array
write(LinearRing) - Method in class org.cugos.wkg.WKTWriter
 
write(LinearRing, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(LineString) - Method in class org.cugos.wkg.WKBWriter
Write a LineString to a byte array
write(LineString) - Method in class org.cugos.wkg.WKTWriter
 
write(LineString, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiCurve) - Method in class org.cugos.wkg.WKBWriter
Write a MultiCurve to a byte array
write(MultiCurve) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiCurve, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiLineString) - Method in class org.cugos.wkg.WKBWriter
Write a MultiLineString to a byte array
write(MultiLineString) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiLineString, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiPoint) - Method in class org.cugos.wkg.WKBWriter
Write a MultiPoint to a byte array
write(MultiPoint) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiPoint, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiPolygon) - Method in class org.cugos.wkg.WKBWriter
Write a MultiPolygon to a byte array
write(MultiPolygon) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiPolygon, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiSurface) - Method in class org.cugos.wkg.WKBWriter
Write a MultiSurface to a byte array
write(MultiSurface) - Method in class org.cugos.wkg.WKTWriter
 
write(MultiSurface, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(Point) - Method in class org.cugos.wkg.WKBWriter
Write a Point to a byte array
write(Point) - Method in class org.cugos.wkg.WKTWriter
 
write(Point, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(Polygon) - Method in class org.cugos.wkg.WKBWriter
Write a Polygon to a byte array
write(Polygon) - Method in class org.cugos.wkg.WKTWriter
 
write(Polygon, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(PolyHedralSurface) - Method in class org.cugos.wkg.WKBWriter
Write a PolyhedralSurface to a byte array
write(PolyHedralSurface) - Method in class org.cugos.wkg.WKTWriter
 
write(PolyHedralSurface, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(Tin) - Method in class org.cugos.wkg.WKBWriter
Write a Tin to a byte array
write(Tin) - Method in class org.cugos.wkg.WKTWriter
 
write(Tin, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
write(Triangle) - Method in class org.cugos.wkg.WKBWriter
Write a Triangle to a byte array
write(Triangle) - Method in class org.cugos.wkg.WKTWriter
 
write(Triangle, boolean, boolean) - Method in class org.cugos.wkg.WKTWriter
 
writeCoordinate(StringBuilder, Coordinate) - Method in class org.cugos.wkg.GeoJSONWriter
 
writeCoordinates(StringBuilder, List<Coordinate>) - Method in class org.cugos.wkg.GeoJSONWriter
 
writeFeature(Geometry) - Method in class org.cugos.wkg.GeoJSONWriter
Write the Geometry to a GeoJSON Feature String
writeFeatureCollection(Geometry) - Method in class org.cugos.wkg.GeoJSONWriter
Write the Geometry to a GeoJSON FeatureCollection String
writeGeometryCollection(GeometryCollection) - Method in class org.cugos.wkg.GeoJSONWriter
 
writeLineString(LineString) - Method in class org.cugos.wkg.GeoJSONWriter
 
writeMultiLineString(MultiLineString) - Method in class org.cugos.wkg.GeoJSONWriter
 
writeMultiPoint(MultiPoint) - Method in class org.cugos.wkg.GeoJSONWriter
 
writeMultiPolygon(MultiPolygon) - Method in class org.cugos.wkg.GeoJSONWriter
 
writePoint(Point) - Method in class org.cugos.wkg.GeoJSONWriter
 
writePolygon(Polygon) - Method in class org.cugos.wkg.GeoJSONWriter
 
Writer<T> - Interface in org.cugos.wkg
Write a Geometry to an output type
Writers - Class in org.cugos.wkg
Get a list of Writers or find a Writer by name.
Writers() - Constructor for class org.cugos.wkg.Writers
 
writeToHex(CircularString) - Method in class org.cugos.wkg.WKBWriter
Write a CircularString to a hex String
writeToHex(CompoundCurve) - Method in class org.cugos.wkg.WKBWriter
Write a CompoundCurve to a hex String
writeToHex(CurvePolygon) - Method in class org.cugos.wkg.WKBWriter
Write a CurvePolygon to a hex String
writeToHex(Geometry) - Method in class org.cugos.wkg.GeoPackageWriter
Write the Geometry to a hex String
writeToHex(Geometry) - Method in class org.cugos.wkg.WKBWriter
Write the Geometry to a hex String
writeToHex(GeometryCollection) - Method in class org.cugos.wkg.WKBWriter
Write a GeometryCollection to a hex String
writeToHex(LinearRing) - Method in class org.cugos.wkg.WKBWriter
Write a LinearRing to a hex String
writeToHex(LineString) - Method in class org.cugos.wkg.WKBWriter
Write a LineString to a hex String
writeToHex(MultiCurve) - Method in class org.cugos.wkg.WKBWriter
Write a MultiCurve to a hex String
writeToHex(MultiLineString) - Method in class org.cugos.wkg.WKBWriter
Write a MultiLineString to a hex String
writeToHex(MultiPoint) - Method in class org.cugos.wkg.WKBWriter
Write a MultiPoint to a hex String
writeToHex(MultiPolygon) - Method in class org.cugos.wkg.WKBWriter
Write a MultiPolygon to a hex String
writeToHex(MultiSurface) - Method in class org.cugos.wkg.WKBWriter
Write a MultiSurface to a hex String
writeToHex(Point) - Method in class org.cugos.wkg.WKBWriter
Write a Point to a hex String
writeToHex(Polygon) - Method in class org.cugos.wkg.WKBWriter
Write a Polygon to a hex String
writeToHex(PolyHedralSurface) - Method in class org.cugos.wkg.WKBWriter
Write a PolyhedralSurface to a hex String
writeToHex(Tin) - Method in class org.cugos.wkg.WKBWriter
Write a Tin to a hex String
writeToHex(Triangle) - Method in class org.cugos.wkg.WKBWriter
Write a Triangle to a hex String
WS - Static variable in class org.cugos.wkg.internal.JSONLexer
 
WS - Static variable in class org.cugos.wkg.internal.JSONParser
 

Z

Z - org.cugos.wkg.WKB.GeometryTypeFlag
 
Z - Static variable in class org.cugos.wkg.internal.WKTLexer
 
Z - Static variable in class org.cugos.wkg.internal.WKTParser
 
Z() - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 
ZM - Static variable in class org.cugos.wkg.internal.WKTLexer
 
ZM - Static variable in class org.cugos.wkg.internal.WKTParser
 
ZM() - Method in class org.cugos.wkg.internal.WKTParser.DimensionContext
 

_

_ATN - Static variable in class org.cugos.wkg.internal.JSONLexer
 
_ATN - Static variable in class org.cugos.wkg.internal.JSONParser
 
_ATN - Static variable in class org.cugos.wkg.internal.WKTLexer
 
_ATN - Static variable in class org.cugos.wkg.internal.WKTParser
 
_decisionToDFA - Static variable in class org.cugos.wkg.internal.JSONLexer
 
_decisionToDFA - Static variable in class org.cugos.wkg.internal.JSONParser
 
_decisionToDFA - Static variable in class org.cugos.wkg.internal.WKTLexer
 
_decisionToDFA - Static variable in class org.cugos.wkg.internal.WKTParser
 
_serializedATN - Static variable in class org.cugos.wkg.internal.JSONLexer
 
_serializedATN - Static variable in class org.cugos.wkg.internal.JSONParser
 
_serializedATN - Static variable in class org.cugos.wkg.internal.WKTLexer
 
_serializedATN - Static variable in class org.cugos.wkg.internal.WKTParser
 
_sharedContextCache - Static variable in class org.cugos.wkg.internal.JSONLexer
 
_sharedContextCache - Static variable in class org.cugos.wkg.internal.JSONParser
 
_sharedContextCache - Static variable in class org.cugos.wkg.internal.WKTLexer
 
_sharedContextCache - Static variable in class org.cugos.wkg.internal.WKTParser
 
A B C D E F G H I J L M N O P R S T V W Z _ 
All Classes All Packages