| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat.features | |
| at.ac.ait.ariadne.routeformat.geojson | |
| at.ac.ait.ariadne.routeformat.instruction | |
| at.ac.ait.ariadne.routeformat.location |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPoint>> |
Site.getFocusPoint() |
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.setFocusPoint(GeoJSONFeature<GeoJSONPoint> focusPoint) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONPoint |
GeoJSONPoint.create(GeoJSONCoordinate point) |
GeoJSONPoint |
GeoJSONPoint.setCoordinates(GeoJSONCoordinate coordinates) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONPoint> |
GeoJSONFeature.createPointFeature(GeoJSONCoordinate point) |
static GeoJSONFeature<GeoJSONPoint> |
GeoJSONFeature.createPointFeature(GeoJSONPoint point) |
| Modifier and Type | Method and Description |
|---|---|
static GeoJSONFeature<GeoJSONPoint> |
GeoJSONFeature.createPointFeature(GeoJSONPoint point) |
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoJSONFeature<GeoJSONPoint>> |
Instruction.getConfirmationTriggerPosition() |
GeoJSONFeature<GeoJSONPoint> |
Instruction.getPosition() |
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 |
|---|---|
T |
Location.setCoordinate(GeoJSONFeature<GeoJSONPoint> coordinate) |
Copyright © 2018. All rights reserved.