| Package | Description |
|---|---|
| mil.nga.wkb.geom | |
| mil.nga.wkb.io |
| 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
|
| 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
|
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.