| Package | Description |
|---|---|
| mil.nga.wkb.geom | |
| mil.nga.wkb.io |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| 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.writeGeometryCollection(ByteWriter writer,
GeometryCollection<?> geometryCollection)
Write a Geometry Collection
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.