| Package | Description |
|---|---|
| mil.nga.wkb.geom | |
| mil.nga.wkb.io | |
| mil.nga.wkb.util |
| Modifier and Type | Class and Description |
|---|---|
class |
GeometryCollection<T extends Geometry>
A collection of zero or more Geometry instances.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CircularString
Circular String, Curve sub type
|
class |
CompoundCurve
Compound Curve, Curve sub type
|
class |
Curve
The base type for all 1-dimensional geometry types.
|
class |
CurvePolygon<T extends Curve>
A planar surface defined by an exterior ring and zero or more interior ring.
|
class |
GeometryCollection<T extends Geometry>
A collection of zero or more Geometry instances.
|
class |
LineString
A Curve that connects two or more points in space.
|
class |
MultiCurve<T extends Curve>
A restricted form of GeometryCollection where each Geometry in the collection
must be of type Curve.
|
class |
MultiLineString
A restricted form of MultiCurve where each Curve in the collection must be of
type LineString.
|
class |
MultiPoint
A restricted form of GeometryCollection where each Geometry in the collection
must be of type Point.
|
class |
MultiPolygon
A restricted form of MultiSurface where each Surface in the collection must
be of type Polygon.
|
class |
MultiSurface<T extends Surface>
A restricted form of GeometryCollection where each Geometry in the collection
must be of type Surface.
|
class |
Point
A single location in space.
|
class |
Polygon
A restricted form of CurvePolygon where each ring is defined as a simple,
closed LineString.
|
class |
PolyhedralSurface
Contiguous collection of polygons which share common boundary segments.
|
class |
Surface
The base type for all 2-dimensional geometry types.
|
class |
TIN
A tetrahedron (4 triangular faces), corner at the origin and each unit
coordinate digit.
|
class |
Triangle
Triangle
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Geometry> |
WkbGeometryReader.readGeometry(ByteReader reader,
Class<T> expectedType)
Read a geometry from the byte reader
|
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
WkbGeometryReader.readGeometry(ByteReader reader)
Read a geometry from the byte reader
|
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection<Geometry> |
WkbGeometryReader.readGeometryCollection(ByteReader reader,
boolean hasZ,
boolean hasM)
Read a Geometry Collection
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WkbGeometryWriter.writeGeometry(ByteWriter writer,
Geometry geometry)
Write a geometry to the byte writer
|
| Modifier and Type | Method and Description |
|---|---|
static GeometryEnvelope |
GeometryEnvelopeBuilder.buildEnvelope(Geometry geometry)
Build Geometry Envelope
|
static void |
GeometryEnvelopeBuilder.buildEnvelope(Geometry geometry,
GeometryEnvelope envelope)
Build Geometry Envelope
|
static String |
GeometryPrinter.getGeometryString(Geometry geometry)
Get Geometry Information as a String
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.