| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPolygon>> |
RouteSegment.getBoundingBox() |
Optional<GeoJSONFeature<GeoJSONPolygon>> |
Route.getBoundingBox() |
Optional<GeoJSONFeature<GeoJSONMultiPolygon>> |
RequestModeOfTransport.getForbiddenAreas()
A multipolygon defining areas the route must not cross
|
Optional<GeoJSONFeature<GeoJSONLineString>> |
RouteSegment.getGeometryGeoJson()
segment geometry as a single LineString-Feature
|
Optional<GeoJSONFeature<GeoJSONLineString>> |
Route.getSimplifiedGeometryGeoJson() |
| Modifier and Type | Method and Description |
|---|---|
RouteSegment |
RouteSegment.setBoundingBox(GeoJSONFeature<GeoJSONPolygon> boundingBox) |
Route |
Route.setBoundingBox(GeoJSONFeature<GeoJSONPolygon> boundingBox) |
T |
RequestModeOfTransport.setForbiddenAreas(GeoJSONFeature<GeoJSONMultiPolygon> forbiddenAreas) |
RouteSegment |
RouteSegment.setGeometryGeoJson(GeoJSONFeature<GeoJSONLineString> geometryGeoJson) |
Route |
Route.setSimplifiedGeometryGeoJson(GeoJSONFeature<GeoJSONLineString> simplifiedGeometryGeoJson) |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPolygon>> |
Site.getBoundingPolygon() |
Optional<GeoJSONFeature<GeoJSONPoint>> |
Site.getFocusPoint() |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.setBoundingPolygon(GeoJSONFeature<GeoJSONPolygon> boundingPolygon) |
Site |
Site.setFocusPoint(GeoJSONFeature<GeoJSONPoint> focusPoint) |
| Modifier and Type | Method and Description |
|---|---|
List<GeoJSONFeature<T>> |
GeoJSONFeatureCollection.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends GeoJSONGeometryObject> |
GeoJSONFeatureCollection.create(List<GeoJSONFeature<T>> features) |
static GeoJSONFeature<GeoJSONMultiPolygon> |
GeoJSONFeature.createMultiPolygonFeatureFromPolygons(List<GeoJSONFeature<GeoJSONPolygon>> polygons) |
GeoJSONFeatureCollection<T> |
GeoJSONFeatureCollection.setFeatures(List<GeoJSONFeature<T>> features) |
| Modifier and Type | Method and Description |
|---|---|
GeoJSONFeature<GeoJSONPoint> |
Instruction.getPosition() |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPoint>> |
Instruction.getConfirmationTriggerPosition() |
Optional<GeoJSONFeature<GeoJSONPoint>> |
Instruction.getPreviewTriggerPosition() |
| Modifier and Type | Method and Description |
|---|---|
T |
Instruction.setConfirmationTriggerPosition(GeoJSONFeature<GeoJSONPoint> confirmationTriggerPosition) |
T |
Instruction.setPosition(GeoJSONFeature<GeoJSONPoint> position) |
T |
Instruction.setPreviewTriggerPosition(GeoJSONFeature<GeoJSONPoint> previewTriggerPosition) |
| Modifier and Type | Method and Description |
|---|---|
GeoJSONFeature<GeoJSONPoint> |
Location.getCoordinate()
Get a point representing this
Location. |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<?>> |
Location.getComplexGeometry()
Get the real / complex geometry (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Location.setComplexGeometry(GeoJSONFeature<?> complexGeometry) |
T |
Location.setCoordinate(GeoJSONFeature<GeoJSONPoint> coordinate) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<GeoJSONFeature<GeoJSONPolygon>> |
Utils.getBoundingBoxFromGeometryGeoJson(List<RouteSegment> segments) |
Copyright © 2018. All rights reserved.