| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.instruction |
| Modifier and Type | Method and Description |
|---|---|
static Constants.FormOfWay |
Constants.FormOfWay.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.FormOfWay[] |
Constants.FormOfWay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Constants.FormOfWay> |
RoadInstruction.getOntoFormOfWay() |
Optional<Constants.FormOfWay> |
RoundaboutInstruction.getOntoFormOfWay()
form of way of the street the roundabout exits to
|
| Modifier and Type | Method and Description |
|---|---|
RoadInstruction |
RoadInstruction.setOntoFormOfWay(Constants.FormOfWay ontoFormOfWay) |
RoundaboutInstruction |
RoundaboutInstruction.setOntoFormOfWay(Constants.FormOfWay ontoFormOfWay) |
| Modifier and Type | Method and Description |
|---|---|
static RoadInstruction |
RoadInstruction.createMinimalOnRoute(GeoJSONCoordinate position,
Constants.TurnDirection turnDirection,
Optional<String> ontoStreetName,
Optional<Constants.FormOfWay> ontoFormOfWay)
either street name or form of way must be present
|
static RoadInstruction |
RoadInstruction.createMinimalRouteEnd(GeoJSONCoordinate position,
Optional<String> onStreetName,
Optional<Constants.FormOfWay> onFormOfWay)
either street name or form of way (of the destination) must be present
|
static RoadInstruction |
RoadInstruction.createMinimalRouteStart(GeoJSONCoordinate position,
Optional<String> ontoStreetName,
Optional<Constants.FormOfWay> ontoFormOfWay)
either street name or form of way must be present
|
Copyright © 2018. All rights reserved.