| Package | Description |
|---|---|
| mil.nga.sf.geojson |
| Modifier and Type | Method and Description |
|---|---|
static LineString |
LineString.fromCoordinates(List<Position> coordinates)
Create a line string from coordinates
|
| Modifier and Type | Method and Description |
|---|---|
List<LineString> |
MultiLineString.getLineStrings()
Get the line strings
|
List<LineString> |
Polygon.getRings()
Get the rings
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiLineString.setLineStrings(List<LineString> lineStrings)
Set the line strings
|
void |
Polygon.setRings(List<LineString> rings)
Set the rings
|
| Constructor and Description |
|---|
MultiLineString(List<LineString> lineStrings)
Constructor
|
Polygon(List<LineString> rings)
Constructor
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.