Class Hierarchy
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.cugos.wkg.internal.JSONBaseVisitor<T> (implements org.cugos.wkg.internal.JSONVisitor<T>)
- org.cugos.wkg.internal.WKTBaseVisitor<T> (implements org.cugos.wkg.internal.WKTVisitor<T>)
- org.cugos.wkg.Coordinate
- org.cugos.wkg.Coordinate.Builder
- org.cugos.wkg.Envelope
- org.cugos.wkg.GeoJSONReader (implements org.cugos.wkg.Reader<T>)
- org.cugos.wkg.GeoJSONWriter (implements org.cugos.wkg.Writer<T>)
- org.cugos.wkg.Geometry
- org.cugos.wkg.AbstractGeometryCollection<T>
- org.cugos.wkg.GeometryCollection
- org.cugos.wkg.MultiCurve
- org.cugos.wkg.MultiLineString
- org.cugos.wkg.MultiPoint
- org.cugos.wkg.MultiPolygon
- org.cugos.wkg.MultiSurface
- org.cugos.wkg.Curve
- org.cugos.wkg.CircularString
- org.cugos.wkg.CompoundCurve
- org.cugos.wkg.LineString
- org.cugos.wkg.LinearRing
- org.cugos.wkg.Point
- org.cugos.wkg.Surface
- org.cugos.wkg.CurvePolygon
- org.cugos.wkg.Polygon
- org.cugos.wkg.Triangle
- org.cugos.wkg.PolyHedralSurface
- org.cugos.wkg.Tin
- org.cugos.wkg.AbstractGeometryCollection<T>
- org.cugos.wkg.GeoPackage
- org.cugos.wkg.GeoPackageReader (implements org.cugos.wkg.Reader<T>)
- org.cugos.wkg.GeoPackageWriter (implements org.cugos.wkg.Writer<T>)
- org.cugos.wkg.internal.JSONBaseListener (implements org.cugos.wkg.internal.JSONListener)
- org.cugos.wkg.Readers
- org.antlr.v4.runtime.Recognizer<Symbol,ATNInterpreter>
- org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- org.antlr.v4.runtime.Parser
- org.cugos.wkg.internal.JSONParser
- org.cugos.wkg.internal.WKTParser
- org.antlr.v4.runtime.RuleContext (implements org.antlr.v4.runtime.tree.RuleNode)
- org.antlr.v4.runtime.ParserRuleContext
- org.cugos.wkg.internal.JSONParser.ArrayContext
- org.cugos.wkg.internal.JSONParser.JsonContext
- org.cugos.wkg.internal.JSONParser.ObjContext
- org.cugos.wkg.internal.JSONParser.PairContext
- org.cugos.wkg.internal.JSONParser.ValueContext
- org.cugos.wkg.internal.WKTParser.CircularStringContext
- org.cugos.wkg.internal.WKTParser.CompoundCurveContext
- org.cugos.wkg.internal.WKTParser.CompoundCurveElementsContext
- org.cugos.wkg.internal.WKTParser.CompoundCurveItemsContext
- org.cugos.wkg.internal.WKTParser.CoordinateContext
- org.cugos.wkg.internal.WKTParser.CoordinatesContext
- org.cugos.wkg.internal.WKTParser.CoordinatesetsContext
- org.cugos.wkg.internal.WKTParser.CoordinatesetssetContext
- org.cugos.wkg.internal.WKTParser.CurvePolygonContext
- org.cugos.wkg.internal.WKTParser.CurvePolygonElementsContext
- org.cugos.wkg.internal.WKTParser.CurvePolygonItemsContext
- org.cugos.wkg.internal.WKTParser.DimensionContext
- org.cugos.wkg.internal.WKTParser.EmptyContext
- org.cugos.wkg.internal.WKTParser.GeometryCollectionContext
- org.cugos.wkg.internal.WKTParser.GeometryCollectionElementsContext
- org.cugos.wkg.internal.WKTParser.GeometryCollectionItemsContext
- org.cugos.wkg.internal.WKTParser.LineStringContext
- org.cugos.wkg.internal.WKTParser.LineStringCoordinatesContext
- org.cugos.wkg.internal.WKTParser.MultiCurveContext
- org.cugos.wkg.internal.WKTParser.MultiCurveElementsContext
- org.cugos.wkg.internal.WKTParser.MultiCurveItemsContext
- org.cugos.wkg.internal.WKTParser.MultiLineStringContext
- org.cugos.wkg.internal.WKTParser.MultiPointContext
- org.cugos.wkg.internal.WKTParser.MultiPolygonContext
- org.cugos.wkg.internal.WKTParser.MultiSurfaceContext
- org.cugos.wkg.internal.WKTParser.MultiSurfaceElementsContext
- org.cugos.wkg.internal.WKTParser.MultiSurfaceItemsContext
- org.cugos.wkg.internal.WKTParser.PointContext
- org.cugos.wkg.internal.WKTParser.PolygonContext
- org.cugos.wkg.internal.WKTParser.PolygonCoordinatesContext
- org.cugos.wkg.internal.WKTParser.PolyHedralSurfaceContext
- org.cugos.wkg.internal.WKTParser.SridContext
- org.cugos.wkg.internal.WKTParser.TinContext
- org.cugos.wkg.internal.WKTParser.TriangleContext
- org.cugos.wkg.internal.WKTParser.WktContext
- org.antlr.v4.runtime.ParserRuleContext
- org.cugos.wkg.WKBReader (implements org.cugos.wkg.Reader<T>)
- org.cugos.wkg.WKBWriter (implements org.cugos.wkg.Writer<T>)
- org.cugos.wkg.internal.WKTBaseListener (implements org.cugos.wkg.internal.WKTListener)
- org.cugos.wkg.WKTReader (implements org.cugos.wkg.Reader<T>)
- org.cugos.wkg.WKTWriter (implements org.cugos.wkg.Writer<T>)
- org.cugos.wkg.Writers
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
Interface Hierarchy
- org.antlr.v4.runtime.tree.ParseTreeListener
- org.cugos.wkg.internal.JSONListener
- org.cugos.wkg.internal.WKTListener
- org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- org.cugos.wkg.internal.JSONVisitor<T>
- org.cugos.wkg.internal.WKTVisitor<T>
- org.cugos.wkg.Reader<T>
- org.cugos.wkg.WKB
- org.cugos.wkg.Writer<T>
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.cugos.wkg.Dimension
- org.cugos.wkg.GeoPackage.BinaryType
- org.cugos.wkg.GeoPackage.EnvelopeType
- org.cugos.wkg.GeoPackage.Flag
- org.cugos.wkg.GeoPackage.GeometryEmptyType
- org.cugos.wkg.WKB.Endian
- org.cugos.wkg.WKB.GeometryType
- org.cugos.wkg.WKB.GeometryTypeFlag
- org.cugos.wkg.WKB.Type
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)