| Package | Description |
|---|---|
| mil.nga.wkb.geom | |
| mil.nga.wkb.io |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
MultiPoint.getPoints()
Get the points
|
List<Point> |
LineString.getPoints()
Get the points
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPoint.addPoint(Point point)
Add a point
|
void |
LineString.addPoint(Point point)
Add a point
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPoint.setPoints(List<Point> points)
Set the points
|
void |
LineString.setPoints(List<Point> points)
Set the points
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
WkbGeometryReader.readPoint(ByteReader reader,
boolean hasZ,
boolean hasM)
Read a Point
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WkbGeometryWriter.writePoint(ByteWriter writer,
Point point)
Write a Point
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.