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