| Package | Description |
|---|---|
| mil.nga.wkb.geom | |
| mil.nga.wkb.io | |
| mil.nga.wkb.util | |
| mil.nga.wkb.util.sweep |
| Modifier and Type | Class and Description |
|---|---|
class |
Triangle
Triangle
|
| Modifier and Type | Method and Description |
|---|---|
List<Polygon> |
MultiPolygon.getPolygons()
Get the polygons
|
List<Polygon> |
PolyhedralSurface.getPolygons()
Get polygons
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPolygon.addPolygon(Polygon polygon)
Add a polygon
|
void |
PolyhedralSurface.addPolygon(Polygon polygon)
Add polygon
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPolygon.setPolygons(List<Polygon> polygons)
Set the polygons
|
void |
PolyhedralSurface.setPolygons(List<Polygon> polygons)
Set polygons
|
| Constructor and Description |
|---|
Polygon(Polygon polygon)
Constructor
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeometryUtils.closedPolygon(Polygon polygon)
Check if the polygon outer ring is explicitly closed, where the first and
last point are the same
|
static boolean |
GeometryUtils.pointInPolygon(Point point,
Polygon polygon)
Check if the point is in the polygon
|
static boolean |
GeometryUtils.pointInPolygon(Point point,
Polygon polygon,
double epsilon)
Check if the point is in the polygon
|
static boolean |
GeometryUtils.pointOnPolygonEdge(Point point,
Polygon polygon)
Check if the point is on the polygon edge
|
static boolean |
GeometryUtils.pointOnPolygonEdge(Point point,
Polygon polygon,
double epsilon)
Check if the point is on the polygon edge
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ShamosHoey.simplePolygon(Polygon polygon)
Determine if the polygon is simple
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.