- Geometry - Class in mil.nga.wkb.geom
-
The root of the geometry type hierarchy
- Geometry(GeometryType, boolean, boolean) - Constructor for class mil.nga.wkb.geom.Geometry
-
Constructor
- GeometryCollection<T extends Geometry> - Class in mil.nga.wkb.geom
-
A collection of zero or more Geometry instances.
- GeometryCollection(boolean, boolean) - Constructor for class mil.nga.wkb.geom.GeometryCollection
-
Constructor
- GeometryCollection(GeometryType, boolean, boolean) - Constructor for class mil.nga.wkb.geom.GeometryCollection
-
Constructor
- GeometryEnvelope - Class in mil.nga.wkb.geom
-
Geometry envelope
- GeometryEnvelope() - Constructor for class mil.nga.wkb.geom.GeometryEnvelope
-
Constructor
- GeometryEnvelope(boolean, boolean) - Constructor for class mil.nga.wkb.geom.GeometryEnvelope
-
Constructor
- GeometryEnvelopeBuilder - Class in mil.nga.wkb.util
-
Builds an envelope from a Geometry
- GeometryEnvelopeBuilder() - Constructor for class mil.nga.wkb.util.GeometryEnvelopeBuilder
-
- GeometryPrinter - Class in mil.nga.wkb.util
-
String representation of a Geometry
- GeometryPrinter() - Constructor for class mil.nga.wkb.util.GeometryPrinter
-
- GeometryType - Enum in mil.nga.wkb.geom
-
Geometry Type enumeration
- getByteOrder() - Method in class mil.nga.wkb.io.ByteReader
-
Get the byte order
- getByteOrder() - Method in class mil.nga.wkb.io.ByteWriter
-
Get the byte order
- getBytes() - Method in class mil.nga.wkb.io.ByteWriter
-
Get the written bytes
- getCode() - Method in enum mil.nga.wkb.geom.GeometryType
-
Get the code
- getGeometries() - Method in class mil.nga.wkb.geom.GeometryCollection
-
Get the list of geometries
- getGeometryString(Geometry) - Static method in class mil.nga.wkb.util.GeometryPrinter
-
Get Geometry Information as a String
- getGeometryType() - Method in class mil.nga.wkb.geom.Geometry
-
Get the geometry type
- getLineStrings() - Method in class mil.nga.wkb.geom.CompoundCurve
-
Get the line strings
- getLineStrings() - Method in class mil.nga.wkb.geom.MultiLineString
-
Get the line strings
- getM() - Method in class mil.nga.wkb.geom.Point
-
Get m
- getMaxM() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get max m
- getMaxX() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get max x
- getMaxY() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get max y
- getMaxZ() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get max z
- getMinM() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get min m
- getMinX() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get min x
- getMinY() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get min y
- getMinZ() - Method in class mil.nga.wkb.geom.GeometryEnvelope
-
Get min z
- getName() - Method in enum mil.nga.wkb.geom.GeometryType
-
Get the name, just use the enum name since they are the same
- getNextByte() - Method in class mil.nga.wkb.io.ByteReader
-
Get the next byte to be read
- getPoints() - Method in class mil.nga.wkb.geom.LineString
-
Get the points
- getPoints() - Method in class mil.nga.wkb.geom.MultiPoint
-
Get the points
- getPolygons() - Method in class mil.nga.wkb.geom.MultiPolygon
-
Get the polygons
- getPolygons() - Method in class mil.nga.wkb.geom.PolyhedralSurface
-
Get polygons
- getRings() - Method in class mil.nga.wkb.geom.CurvePolygon
-
Get the rings
- getWkbCode() - Method in class mil.nga.wkb.geom.Geometry
-
Get the Well-Known Binary code
- getX() - Method in class mil.nga.wkb.geom.Point
-
Get x
- getY() - Method in class mil.nga.wkb.geom.Point
-
Get y
- getZ() - Method in class mil.nga.wkb.geom.Point
-
Get z