| Package | Description |
|---|---|
| mil.nga.wkb.geom | |
| mil.nga.wkb.io |
| Modifier and Type | Class and Description |
|---|---|
class |
Triangle
Triangle
|
| Modifier and Type | Method and Description |
|---|---|
List<Polygon> |
PolyhedralSurface.getPolygons()
Get polygons
|
List<Polygon> |
MultiPolygon.getPolygons()
Get the polygons
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolyhedralSurface.addPolygon(Polygon polygon)
Add polygon
|
void |
MultiPolygon.addPolygon(Polygon polygon)
Add a polygon
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolyhedralSurface.setPolygons(List<Polygon> polygons)
Set polygons
|
void |
MultiPolygon.setPolygons(List<Polygon> polygons)
Set the polygons
|
| Modifier and Type | Method and Description |
|---|---|
static Polygon |
WkbGeometryReader.readPolygon(ByteReader reader,
boolean hasZ,
boolean hasM)
Read a Polygon
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WkbGeometryWriter.writePolygon(ByteWriter writer,
Polygon polygon)
Write a Polygon
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.