| Modifier and Type | Field and Description |
|---|---|
List<LineString> |
MultiLineString.Builder.coordinates |
| Modifier and Type | Method and Description |
|---|---|
LineString |
LineString.Builder.build() |
LineString |
LineString.decode(String geojson) |
static LineString |
LineString.newInstance() |
static LineString |
LineString.of(List<Point> coordinates) |
static LineString |
LineString.of(Point... points) |
static LineString |
LineString.of(String geojson) |
| Modifier and Type | Method and Description |
|---|---|
List<LineString> |
MultiLineString.getCoordinates() |
Iterator<LineString> |
MultiLineString.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static MultiLineString |
MultiLineString.of(LineString... lineStrings) |
MultiLineString.Builder |
MultiLineString.Builder.put(LineString ls) |
| Modifier and Type | Method and Description |
|---|---|
static MultiLineString |
MultiLineString.of(List<LineString> list) |
void |
MultiLineString.setCoordinates(List<LineString> coordinates) |
MultiLineString.Builder |
MultiLineString.Builder.setCoordinates(List<LineString> lineStrings) |
| Constructor and Description |
|---|
MultiLineString(LineString... strings) |
| Constructor and Description |
|---|
MultiLineString(List<LineString> lineStrings) |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.