| 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 |
CircularString
Circular String, Curve sub type
|
| Modifier and Type | Method and Description |
|---|---|
List<LineString> |
MultiLineString.getLineStrings()
Get the line strings
|
List<LineString> |
CompoundCurve.getLineStrings()
Get the line strings
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLineString.addLineString(LineString lineString)
Add a line string
|
void |
CompoundCurve.addLineString(LineString lineString)
Add a line string
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLineString.setLineStrings(List<LineString> lineStrings)
Set the line string
|
void |
CompoundCurve.setLineStrings(List<LineString> lineStrings)
Set the line strings
|
| Constructor and Description |
|---|
LineString(LineString lineString)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static LineString |
WkbGeometryReader.readLineString(ByteReader reader,
boolean hasZ,
boolean hasM)
Read a Line String
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WkbGeometryWriter.writeLineString(ByteWriter writer,
LineString lineString)
Write a Line String
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeometryUtils.closedPolygon(LineString ring)
Check if the polygon ring is explicitly closed, where the first and last
point are the same
|
static boolean |
GeometryUtils.pointInPolygon(Point point,
LineString ring)
Check if the point is in the polygon ring
|
static boolean |
GeometryUtils.pointInPolygon(Point point,
LineString ring,
double epsilon)
Check if the point is in the polygon ring
|
static boolean |
GeometryUtils.pointOnLine(Point point,
LineString line)
Check if the point is on the line
|
static boolean |
GeometryUtils.pointOnLine(Point point,
LineString line,
double epsilon)
Check if the point is on the line
|
static boolean |
GeometryUtils.pointOnPolygonEdge(Point point,
LineString ring)
Check if the point is on the polygon ring edge
|
static boolean |
GeometryUtils.pointOnPolygonEdge(Point point,
LineString ring,
double epsilon)
Check if the point is on the polygon ring edge
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ShamosHoey.simplePolygon(LineString ring)
Determine if the polygon line string ring is simple
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ShamosHoey.simplePolygon(List<LineString> rings)
Determine if the polygon rings are simple
|
| Constructor and Description |
|---|
EventQueue(LineString ring)
Constructor
|
| Constructor and Description |
|---|
EventQueue(List<LineString> rings)
Constructor
|
SweepLine(List<LineString> rings)
Constructor
|
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.