| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.geojson |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONMultiPolygon>> |
RequestModeOfTransport.getForbiddenAreas()
A multipolygon defining areas the route must not cross
|
| Modifier and Type | Method and Description |
|---|---|
T |
RequestModeOfTransport.setForbiddenAreas(GeoJSONFeature<GeoJSONMultiPolygon> forbiddenAreas) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONMultiPolygon |
GeoJSONMultiPolygon.create(List<List<List<GeoJSONCoordinate>>> points) |
GeoJSONMultiPolygon |
GeoJSONMultiPolygon.setCoordinates(List<List<List<GeoJSONCoordinate>>> coordinates) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONMultiPolygon> |
GeoJSONFeature.createMultiPolygonFeatureFromPolygons(List<GeoJSONFeature<GeoJSONPolygon>> polygons) |
Copyright © 2018. All rights reserved.