Skip navigation links
A C D E F G H I J L M N O P Q R S T U V W 

A

Address - Class in at.ac.ait.ariadne.routeformat.location
 
Address() - Constructor for class at.ac.ait.ariadne.routeformat.location.Address
 
AreaInstruction - Class in at.ac.ait.ariadne.routeformat.instruction
Instructions for entering / exiting an area such as a square, a park, or a district.
AreaInstruction() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
AreaInstruction.SubType - Enum in at.ac.ait.ariadne.routeformat.instruction
 
asNewList() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
assertLinearRing(List<GeoJSONCoordinate>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONUtil
 
at.ac.ait.ariadne.routeformat - package at.ac.ait.ariadne.routeformat
 
at.ac.ait.ariadne.routeformat.example - package at.ac.ait.ariadne.routeformat.example
 
at.ac.ait.ariadne.routeformat.features - package at.ac.ait.ariadne.routeformat.features
 
at.ac.ait.ariadne.routeformat.geojson - package at.ac.ait.ariadne.routeformat.geojson
 
at.ac.ait.ariadne.routeformat.instruction - package at.ac.ait.ariadne.routeformat.instruction
 
at.ac.ait.ariadne.routeformat.location - package at.ac.ait.ariadne.routeformat.location
 
at.ac.ait.ariadne.routeformat.util - package at.ac.ait.ariadne.routeformat.util
 

C

checkPositiveIntegerOrEmpty(Optional<Integer>, String) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
Constants - Class in at.ac.ait.ariadne.routeformat
Constants holds all Enums of the route format
Constants() - Constructor for class at.ac.ait.ariadne.routeformat.Constants
 
Constants.Accessibility - Enum in at.ac.ait.ariadne.routeformat
 
Constants.AccessibilityRestriction - Enum in at.ac.ait.ariadne.routeformat
 
Constants.Area - Enum in at.ac.ait.ariadne.routeformat
Types of areas used in AreaInstruction
Constants.CompassDirection - Enum in at.ac.ait.ariadne.routeformat
 
Constants.ContinueDirection - Enum in at.ac.ait.ariadne.routeformat
 
Constants.DetailedModeOfTransportType - Enum in at.ac.ait.ariadne.routeformat
 
Constants.FormOfWay - Enum in at.ac.ait.ariadne.routeformat
 
Constants.GeneralizedModeOfTransportType - Enum in at.ac.ait.ariadne.routeformat
 
Constants.OutputFormat - Enum in at.ac.ait.ariadne.routeformat
 
Constants.ParkingType - Enum in at.ac.ait.ariadne.routeformat
Detailed classification of the parking type
Constants.Preposition - Enum in at.ac.ait.ariadne.routeformat
 
Constants.RelativeDirection - Enum in at.ac.ait.ariadne.routeformat
 
Constants.RoadCrossing - Enum in at.ac.ait.ariadne.routeformat
 
Constants.Sharing - Enum in at.ac.ait.ariadne.routeformat
Detailed classification of the sharing type
Constants.SiteFeature - Enum in at.ac.ait.ariadne.routeformat
Features a routing service supports for a Site.
Constants.Speed - Enum in at.ac.ait.ariadne.routeformat
 
Constants.Status - Enum in at.ac.ait.ariadne.routeformat
 
Constants.Tunnel - Enum in at.ac.ait.ariadne.routeformat
Detailed specification if a street is covered or a tunnel.
Constants.TurnDirection - Enum in at.ac.ait.ariadne.routeformat
 
Constants.VehicleAccessibility - Enum in at.ac.ait.ariadne.routeformat
 
countChanges(Route) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
countUniqueModesOfTransport(Route) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
create(double, double) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(double, double, double) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(String, String) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(String, String, String) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(List<BigDecimal>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(BigDecimal, BigDecimal) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(BigDecimal, BigDecimal, BigDecimal) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
create(List<GeoJSONFeature<T>>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
create(List<GeoJSONCoordinate>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
create(List<List<List<GeoJSONCoordinate>>>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
create(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
create(List<List<GeoJSONCoordinate>>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
create(String, String) - Static method in class at.ac.ait.ariadne.routeformat.location.Address
 
createFromLocation(Location<?>, ZonedDateTime) - Static method in class at.ac.ait.ariadne.routeformat.Route
Create a route only consisting of a single location, i.e.
createFromSegments(List<RouteSegment>) - Static method in class at.ac.ait.ariadne.routeformat.Route
Sets segments and infers from/to location, start/end time, duration, length, and bounding box (from geometryGeoJson)
createLineStringFeature(Location<?>, Location<?>, GeoJSONCoordinate...) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createLineStringFeature(List<GeoJSONCoordinate>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createLineStringFeature(GeoJSONLineString) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createLocation(double, double) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
createMergedSegments() - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
createMinimal(String) - Static method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
createMinimal(String, String, List<Site>) - Static method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
createMinimal(String) - Static method in class at.ac.ait.ariadne.routeformat.features.Site
 
createMinimal(Constants.Preposition, Location<?>) - Static method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
createMinimal(GeoJSONCoordinate, Constants.TurnDirection) - Static method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
createMinimal(Location<?>) - Static method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
createMinimal(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.location.Location
 
createMinimal(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.location.Parking
 
createMinimal(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
createMinimal(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
createMinimal(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
createMinimal(Constants.GeneralizedModeOfTransportType) - Static method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
createMinimal(Constants.DetailedModeOfTransportType) - Static method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
createMinimal(String) - Static method in class at.ac.ait.ariadne.routeformat.Operator
 
createMinimal(ModeOfTransport) - Static method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
createMinimal(ModeOfTransport) - Static method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
createMinimal(Location<?>, Location<?>, List<RequestModeOfTransport<?>>) - Static method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Creates a RoutingRequest with default departure time and default optimized for.
createMinimal(String) - Static method in class at.ac.ait.ariadne.routeformat.Service
 
createMinimalEnter(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
Note, that one of AreaInstruction.setAreaName(String) or #setAreaType(Area) is mandatory as well
createMinimalEnter(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
createMinimalExit(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
Note, that one of AreaInstruction.setAreaName(String) or #setAreaType(Area) is mandatory as well
createMinimalExit(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
createMinimalOnRoute(GeoJSONCoordinate, Constants.TurnDirection, Optional<String>, Optional<Constants.FormOfWay>) - Static method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
either street name or form of way must be present
createMinimalRouteEnd(GeoJSONCoordinate, Optional<String>, Optional<Constants.FormOfWay>) - Static method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
either street name or form of way (of the destination) must be present
createMinimalRouteStart(GeoJSONCoordinate, Optional<String>, Optional<Constants.FormOfWay>) - Static method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
either street name or form of way must be present
createMultiPolygonFeatureFromPolygons(List<GeoJSONFeature<GeoJSONPolygon>>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createPointFeature(GeoJSONCoordinate) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createPointFeature(GeoJSONPoint) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createPolygonFeature(GeoJSONPolygon) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createPolygonFeatureFromCoordinatePoints(List<List<GeoJSONCoordinate>>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createPolygonFeatureFromRings(List<GeoJSONCoordinate>, List<List<GeoJSONCoordinate>>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
createShallowCopy(Site) - Static method in class at.ac.ait.ariadne.routeformat.features.Site
 
createShallowCopy(RouteSegment) - Static method in class at.ac.ait.ariadne.routeformat.RouteSegment
 

D

DEFAULT_DEPARTURE_TIME - Static variable in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
DEFAULT_OPTIMIZED_FOR - Static variable in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
deserialize(JsonParser, DeserializationContext) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinateDeserializer
 

E

equals(Object) - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.Route
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
equals(Object) - Method in class at.ac.ait.ariadne.routeformat.Service
 
exampleFile - Static variable in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
exampleUnknownAttributesFile - Static variable in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 

F

featuresGeneralizedMot(Route, Constants.GeneralizedModeOfTransportType) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
featuresOnlyDetailedMots(Route, Collection<Constants.DetailedModeOfTransportType>) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
featuresSharedGeneralizedMot(Route, Constants.GeneralizedModeOfTransportType) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
FORMATTER - Static variable in class at.ac.ait.ariadne.routeformat.util.Utils
 

G

GeoJSONCoordinate - Class in at.ac.ait.ariadne.routeformat.geojson
A coordinate independent of coordinate reference systems.
GeoJSONCoordinate() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
GeoJSONCoordinateDeserializer - Class in at.ac.ait.ariadne.routeformat.geojson
 
GeoJSONCoordinateDeserializer() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinateDeserializer
 
GeoJSONCoordinateSerializer - Class in at.ac.ait.ariadne.routeformat.geojson
 
GeoJSONCoordinateSerializer() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinateSerializer
 
GeoJSONFeature<T extends GeoJSONGeometryObject> - Class in at.ac.ait.ariadne.routeformat.geojson
 
GeoJSONFeature() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
GeoJSONFeatureCollection<T extends GeoJSONGeometryObject> - Class in at.ac.ait.ariadne.routeformat.geojson
A feature collection restricted to features of just one type.
GeoJSONFeatureCollection() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
GeoJSONGeometryObject - Interface in at.ac.ait.ariadne.routeformat.geojson
 
GeoJSONLineString - Class in at.ac.ait.ariadne.routeformat.geojson
A linestring that may be empty, i.e.
GeoJSONLineString() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
GeoJSONMultiPolygon - Class in at.ac.ait.ariadne.routeformat.geojson
A multi polygon, i.e.
GeoJSONMultiPolygon() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
GeoJSONPoint - Class in at.ac.ait.ariadne.routeformat.geojson
A point that may be empty, i.e.
GeoJSONPoint() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
GeoJSONPolygon - Class in at.ac.ait.ariadne.routeformat.geojson
A polygon consisting of a mandatory exterior ring and optional interior rings defining holes.
GeoJSONPolygon() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
GeoJSONUtil - Class in at.ac.ait.ariadne.routeformat.geojson
 
GeoJSONUtil() - Constructor for class at.ac.ait.ariadne.routeformat.geojson.GeoJSONUtil
 
getAccessibility() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
getAccessibility() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getAccessibility() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getAccessibilityRestrictions() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getAdditionalAlightingSecondsBetweenRoutes() - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
Other attributes exclusive to this ModeOfTransport.
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getAdditionalInfo() - Method in class at.ac.ait.ariadne.routeformat.Service
 
getAddress() - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
getAddress() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getAlightingSeconds() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
the number of seconds it takes to alight the mode of transport, e.g.
getAreaName() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
getAreaType() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
getArrivalTime() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Requested arrival time for the route.
getArrivalTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
the arrival time of this RouteSegment, i.e.
getArrivalTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getBikeSharingSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getBoardingSeconds() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
the number of seconds it takes to board (or wait for) the mode of transport, e.g.
getBoundingBox() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getBoundingBox() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getBoundingBoxFromGeometryGeoJson(List<RouteSegment>) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getBoundingPolygon() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getBusSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getCarSharingSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getCity() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
getColor() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getCompassDirection() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getCompassDirection() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getComplexGeometry() - Method in class at.ac.ait.ariadne.routeformat.location.Location
Get the real / complex geometry (e.g.
getConfirmationLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getConfirmationLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getConfirmationTriggerPosition() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
getContinueMeters() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getContinueMeters() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getContinueSeconds() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getContinueSeconds() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getContinueUntilIntersectingStreetName() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getContinueUntilIntersectingStreetName() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getCoordinate() - Method in class at.ac.ait.ariadne.routeformat.location.Location
Get a point representing this Location.
getCoordinateReferenceSystem() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
in the form of EPSG:*, e.g.
getCoordinates() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
getCoordinates() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
Coordinates of a multipolygon are an array of polygons, which are an array of LinearRing coordinate arrays (the first and the last coordinate must be the same, thereby closing the ring).
getCoordinates() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
getCoordinates() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
Coordinates of a polygon are an array of LinearRing coordinate arrays (the first and the last coordinate must be the same, thereby closing the ring).
getCountry() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
getCredits() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getCrossing() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getCurrentLanguage() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getCustomerServiceEmail() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getCustomerServicePhone() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getDateTimeString(ZonedDateTime) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getDebugMessage() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
debug message explaining errors
getDepartureTime() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Requested departure time for the route.
getDepartureTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
the departure time of this RouteSegment, i.e.
getDepartureTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getDescription() - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
getDetailedType() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getDirection() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
getDistanceMeters() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getDistanceMeters() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getDurationSeconds() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getDurationSeconds() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
getElectric() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getEndModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
One of the modes of transport in RoutingRequest.getModesOfTransport(), which the route must end with.
getEndTime() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getEndTime() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getEndTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getEndTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getEnterBridge() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getEnterTunnel() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getEstimatedArrivalTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getEstimatedArrivalTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getEstimatedDepartureTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getEstimatedDepartureTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getExcludedPublicTransportModes() - Method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
getExitLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
getExitNr() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getExitStreetName() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
getFeatures() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getFeatures() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
getFee() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
getFocusPoint() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getFootSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getForbiddenAreas() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
A multipolygon defining areas the route must not cross
getFrom() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getFrom() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getFrom() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getGeneralizedType() - Method in enum at.ac.ait.ariadne.routeformat.Constants.DetailedModeOfTransportType
 
getGeneralizedType() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getGeometry() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
getGeometryEncodedPolyLine() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
segment geometry in "Encoded Polyline Algorithm Format"
getGeometryGeoJson() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
segment geometry as a single LineString-Feature
getGeometryGeoJsonEdges() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
segment geometry as a collection of LineStrings (one for each edge in the routing graph) with debugging information for each edge
getHeightMm() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getHouseNumber() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
getId() - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
getId() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getId() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
getId() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
E.g.
getId() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getId() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getIntermediateStops() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
intermediate stops on the way (mostly useful for public transport routes)
getJsonString(Object) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
getLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
getLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getLandmark() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getLanguages() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getLanguagesAsLocales() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getLengthMm() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getLocation() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
getLocations() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
Locations where this mode of transport is available.
getLogoUrl() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getMaximumDistanceMeters() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
maximum distance to be covered with this mode of transport in one RouteSegment
getMaximumTransfers() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getMaximumTravelTimeSeconds() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
maximum travel time with this mode of transport in one RouteSegment
getModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
getModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getModesOfTransport() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getModesOfTransport() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
getModesOfTransport() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
getModesOfTransport() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
One or more modes of transport and their options that will be / were used for routing.
getName() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getName() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getName() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
getName() - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
getName() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
getName() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
getName() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getName() - Method in class at.ac.ait.ariadne.routeformat.Service
 
getNavigationInstructions() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getNextModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
getNr() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
number of the segment in the route (starts with 1)
getOntoFormOfWay() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getOntoFormOfWay() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
form of way of the street the roundabout exits to
getOntoRightSideOfRoad() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
Defines the side of the road where the route continues.
getOntoStreetName() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getOntoStreetName() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
street name of the street the roundabout exits to
getOpeningHours() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
getOperator() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
getOperator() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getOptimizedFor() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
getOptimizedFor() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getOptimizedFor() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Criteria the route will be / was optimized for, e.g.
getOutputFormats() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getParkAndRide() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
getParkingType() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
getPlannedArrivalTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getPlannedArrivalTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getPlannedDepartureTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getPlannedDepartureTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getPlatform() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
getPoiType() - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
getPosition() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
getPostCode() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
getPreposition() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
getPreviewTriggerPosition() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
getPreviousModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
getPrivateBicycleSegmentWithNavigationInstructions() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getPrivateCarSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getProcessedTime() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
Time when request / calculations were finished or deemed not possible in case of an error.
getProcessedTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getProperties() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
Unrestricted possibility to store additional information, e.g.
getRelatedLines() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
getRequest() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getRequestId() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getRideSharingSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getRoadChange() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getRoadCrossing() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
getRoundaboutStreetName() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
street name of the roundabout itself
getRouteFormatVersion() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getRoutes() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getRoutingFeatures() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getRoutingResponse() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getSegments() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getService() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getSharingType() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getShortStringDate(ZonedDateTime) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getShortStringDateTime(ZonedDateTime) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getShortStringTime(ZonedDateTime) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getSimpleCoordinate() - Method in class at.ac.ait.ariadne.routeformat.location.Location
Convenience getter for the actual coordinate wrapped in the GeoJSON feature
getSimplifiedGeometryEncodedPolyLine() - Method in class at.ac.ait.ariadne.routeformat.Route
geometry in "Encoded Polyline Algorithm Format"
getSimplifiedGeometryGeoJson() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getSiteId() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getSites() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getSpeed() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
speed for this mode of transport - either one of Constants.Speed or a number in kph
getStandardModeOfTransport(Constants.GeneralizedModeOfTransportType) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
getStartModeOfTransport() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
One of the modes of transport in RoutingRequest.getModesOfTransport(), which the route must start with.
getStartTime() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getStartTime() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
the start time of this RouteSegment, i.e.
getStartTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getStartTimeAsZonedDateTime() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getStatus() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
getStop() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
getStreetName() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
getSubType() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
getSubType() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getSubType() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
getSupportedLanguages() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getText() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
getTo() - Method in class at.ac.ait.ariadne.routeformat.Route
 
getTo() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
getTo() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getTowards() - Method in class at.ac.ait.ariadne.routeformat.Service
 
getTransferToPublicTransportSegment() - Method in class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
getTravelTimeSeconds() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
getTurnDirection() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
getTurnDirection() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
getTypeName() - Method in interface at.ac.ait.ariadne.routeformat.geojson.GeoJSONGeometryObject
 
getTypeName(Class<?>) - Static method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONUtil
 
getUrl() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
getUserAffinity() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
A user's affinity of the mode of transport, preferably in the range of 0 (does not like it at all) to 100 (loves it).
getVia() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
getWaitingSecondsForPublicTransport(Route) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
getWebsite() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
getWeightKg() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getWidthMm() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
getWriteWaitingTimePreferableNotInto() - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
getX() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
getY() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
getZ() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
getZoomLevel() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 

H

hashCode() - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.Route
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
hashCode() - Method in class at.ac.ait.ariadne.routeformat.Service
 

I

Instruction<T extends Instruction<T>> - Class in at.ac.ait.ariadne.routeformat.instruction
Common base class for all types of turn-by-turn navigation instructions.
Instruction() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
IntermediateStop - Class in at.ac.ait.ariadne.routeformat
An IntermediateStop represents a stop on a RouteSegment of interest to the user, e.g.
IntermediateStop() - Constructor for class at.ac.ait.ariadne.routeformat.IntermediateStop
 
IntermodalRouteExample - Class in at.ac.ait.ariadne.routeformat.example
This class is an example playground where we manually created an intermodal route to check if the route format supports all required attributes / use cases.
IntermodalRouteExample() - Constructor for class at.ac.ait.ariadne.routeformat.example.IntermodalRouteExample
 
isBetween(ZonedDateTime, Optional<ZonedDateTime>, ZonedDateTime) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
isEmpty() - Method in interface at.ac.ait.ariadne.routeformat.geojson.GeoJSONGeometryObject
 
isEmpty() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
isEmpty() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
isEmpty() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
isEmpty() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
isIntermodal(Route) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
isLongerThan(Route, int) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
isLongerThan(Route, Constants.GeneralizedModeOfTransportType, int) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 
isMergeSegmentsWithSameMot() - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
isUnimodal(Route) - Static method in class at.ac.ait.ariadne.routeformat.Routes
 

J

JacksonExample - Class in at.ac.ait.ariadne.routeformat.example
We use the "Data Binding" method of Jackson (to map POJOs to JSON).
JacksonExample() - Constructor for class at.ac.ait.ariadne.routeformat.example.JacksonExample
 

L

Landmark - Class in at.ac.ait.ariadne.routeformat.instruction
A landmark, i.e.
Landmark() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
Location<T extends Location<T>> - Class in at.ac.ait.ariadne.routeformat.location
A generic Location.
Location() - Constructor for class at.ac.ait.ariadne.routeformat.location.Location
 

M

main(String[]) - Static method in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
main(String[]) - Static method in class at.ac.ait.ariadne.routeformat.example.QGISGeoJSONExporter
 
ModeChangeInstruction - Class in at.ac.ait.ariadne.routeformat.instruction
A ModeChangeInstruction contains details about alighting and / boarding modes of transport.
ModeChangeInstruction() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
ModeOfTransport - Class in at.ac.ait.ariadne.routeformat
Contains information about the mode of transport up to the detail level of information about the operator (e.g.
ModeOfTransport() - Constructor for class at.ac.ait.ariadne.routeformat.ModeOfTransport
 

N

NOW - Static variable in class at.ac.ait.ariadne.routeformat.RoutingRequest
 

O

Operator - Class in at.ac.ait.ariadne.routeformat
Operator of a ModeOfTransport such as a public transport or car/bike-sharing
Operator() - Constructor for class at.ac.ait.ariadne.routeformat.Operator
 
OptimizedFor - Class in at.ac.ait.ariadne.routeformat.features
Defines a criterion a route can be optimized for
OptimizedFor() - Constructor for class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 

P

Parking - Class in at.ac.ait.ariadne.routeformat.location
A parking facility.
Parking() - Constructor for class at.ac.ait.ariadne.routeformat.location.Parking
 
parseDateTime(String, String) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
parseModesOfTransport(String, String) - Static method in class at.ac.ait.ariadne.routeformat.util.Utils
 
PointOfInterest - Class in at.ac.ait.ariadne.routeformat.location
A point of interest.
PointOfInterest() - Constructor for class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
PublicTransportStop - Class in at.ac.ait.ariadne.routeformat.location
A PublicTransportStop is used in two contexts: as from or to position of a RouteSegment and as an intermediate stop.
PublicTransportStop() - Constructor for class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 

Q

QGISGeoJSONExporter - Class in at.ac.ait.ariadne.routeformat.example
 
QGISGeoJSONExporter(Route) - Constructor for class at.ac.ait.ariadne.routeformat.example.QGISGeoJSONExporter
 

R

readExampleJson() - Method in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
readFileWithUnkownAttributes() - Method in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
RequestModeOfTransport<T extends RequestModeOfTransport<T>> - Class in at.ac.ait.ariadne.routeformat
Encapsulates a ModeOfTransport and attributes exclusive to this mode of transport.
RequestModeOfTransport() - Constructor for class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
RequestPTModeOfTransport - Class in at.ac.ait.ariadne.routeformat
Similar to a RequestModeOfTransport but only for public transport.
RequestPTModeOfTransport() - Constructor for class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
RoadCrossingInstruction - Class in at.ac.ait.ariadne.routeformat.instruction
Instructions for crossing a road or several roads that are close together.
RoadCrossingInstruction() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
RoadInstruction - Class in at.ac.ait.ariadne.routeformat.instruction
A RoadInstruction contains episodes with classic-style turn navigations for street-based modes of transport such as walking, cycling and driving (keep straight, turn left/right, make a u-turn).
RoadInstruction() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
RoadInstruction.SubType - Enum in at.ac.ait.ariadne.routeformat.instruction
 
RoundaboutInstruction - Class in at.ac.ait.ariadne.routeformat.instruction
Instructions for navigating a roundabout.
RoundaboutInstruction() - Constructor for class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
RoundaboutInstruction.SubType - Enum in at.ac.ait.ariadne.routeformat.instruction
 
Route - Class in at.ac.ait.ariadne.routeformat
A Route represents a way from A to B using one (unimodal route) or several (intermodal route) modes of transport.
Route() - Constructor for class at.ac.ait.ariadne.routeformat.Route
 
Routes - Class in at.ac.ait.ariadne.routeformat
Helper methods to find out more about properties of a Route
Routes() - Constructor for class at.ac.ait.ariadne.routeformat.Routes
 
RouteSegment - Class in at.ac.ait.ariadne.routeformat
A RouteSegment is a part of a route that is traveled with a single ModeOfTransport.
RouteSegment() - Constructor for class at.ac.ait.ariadne.routeformat.RouteSegment
 
RouteSegmentMerger - Class in at.ac.ait.ariadne.routeformat.util
Merges a list of a list of consecutive segments (i.e.
RouteSegmentMerger(List<List<RouteSegment>>) - Constructor for class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
RoutingFeatures - Class in at.ac.ait.ariadne.routeformat.features
Defines all features supported by a routing service.
RoutingFeatures() - Constructor for class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
RoutingRequest - Class in at.ac.ait.ariadne.routeformat
A RoutingRequest encapsulates typically required request parameters for an intermodal routing service.
RoutingRequest() - Constructor for class at.ac.ait.ariadne.routeformat.RoutingRequest
 
RoutingResponse - Class in at.ac.ait.ariadne.routeformat
A RoutingResponse encapsulates the response of routing services.
RoutingResponse() - Constructor for class at.ac.ait.ariadne.routeformat.RoutingResponse
 

S

schema3File - Static variable in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
schema4File - Static variable in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
serialize(GeoJSONCoordinate, JsonGenerator, SerializerProvider) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinateSerializer
 
Service - Class in at.ac.ait.ariadne.routeformat
A Service typically represents a public transport service / line
Service() - Constructor for class at.ac.ait.ariadne.routeformat.Service
 
setAccessibility(List<Constants.Accessibility>) - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
setAccessibility(Set<Constants.VehicleAccessibility>) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setAccessibility(List<Constants.Accessibility>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setAccessibilityRestrictions(Set<Constants.AccessibilityRestriction>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setAdditionalAlightingSecondsBetweenRoutes(List<Integer>) - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setAdditionalInfo(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.Service
 
setAddress(Address) - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
setAddress(Address) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setAlightingSeconds(Integer) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setAreaName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
setAreaType(Constants.Area) - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
setArrivalTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Sets arrival time and erases departure time (if arrival time is not null)
setArrivalTime(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Sets arrival time and erases departure time (if arrival time is not null)
setBoardingSeconds(Integer) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setBoundingBox(GeoJSONFeature<GeoJSONPolygon>) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setBoundingBox(GeoJSONFeature<GeoJSONPolygon>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setBoundingPolygon(GeoJSONFeature<GeoJSONPolygon>) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setCity(String) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
setColor(String) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setCompassDirection(Constants.CompassDirection) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setCompassDirection(Constants.CompassDirection) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setComplexGeometry(GeoJSONFeature<?>) - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
setConfirmationLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setConfirmationLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setConfirmationTriggerPosition(GeoJSONFeature<GeoJSONPoint>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setConfirmationTriggerPosition(GeoJSONCoordinate) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setContinueMeters(Integer) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setContinueMeters(Integer) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setContinueSeconds(Integer) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setContinueSeconds(Integer) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setContinueUntilIntersectingStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setContinueUntilIntersectingStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setCoordinate(GeoJSONFeature<GeoJSONPoint>) - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
setCoordinate(GeoJSONCoordinate) - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
setCoordinateReferenceSystem(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setCoordinates(List<GeoJSONCoordinate>) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
setCoordinates(List<List<List<GeoJSONCoordinate>>>) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
setCoordinates(GeoJSONCoordinate) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
setCoordinates(List<List<GeoJSONCoordinate>>) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
setCountry(String) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
setCredits(String) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setCrossing(Constants.RoadCrossing) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setCurrentLanguage(String) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setCustomerServiceEmail(String) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setCustomerServicePhone(String) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setDebugMessage(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setDefaultCoordinateReferenceSystem() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setDepartureTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Sets departure time and erases arrival time (if departure time is not null)
setDepartureTime(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Sets departure time and erases arrival time (if departure time is not null)
setDescription(String) - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
setDetailedType(Constants.DetailedModeOfTransportType) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
Set detailed and generalized type in one step
setDirection(Constants.RelativeDirection) - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
setDistanceMeters(int) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setDistanceMeters(int) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setDurationSeconds(int) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setDurationSeconds(int) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setElectric(boolean) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setEndModeOfTransport(RequestModeOfTransport<?>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setEndTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setEndTime(String) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setEndTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setEndTime(String) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setEnterBridge(Boolean) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setEnterTunnel(Constants.Tunnel) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setEstimatedArrivalTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setEstimatedArrivalTime(String) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setEstimatedDepartureTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setEstimatedDepartureTime(String) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setExcludedPublicTransportModes(Set<Constants.DetailedModeOfTransportType>) - Method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
setExitLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
setExitNr(Integer) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setExitStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
setFeatures(List<Constants.SiteFeature>) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setFeatures(List<GeoJSONFeature<T>>) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
setFee(Boolean) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
setFocusPoint(GeoJSONFeature<GeoJSONPoint>) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setForbiddenAreas(GeoJSONFeature<GeoJSONMultiPolygon>) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setFrom(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setFrom(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setFrom(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setGeneralizedType(Constants.GeneralizedModeOfTransportType) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setGeometry(T) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
setGeometryEncodedPolyLine(String) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setGeometryGeoJson(GeoJSONFeature<GeoJSONLineString>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setGeometryGeoJsonEdges(GeoJSONFeatureCollection<GeoJSONLineString>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setHeightMm(Integer) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setHouseNumber(String) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
setId(String) - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
setId(String) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setId(String) - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
setId(String) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setId(String) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setId(String) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setIntermediateStops(List<IntermediateStop>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
setLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
setLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setLandmark(Landmark) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setLanguages(List<String>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setLengthMm(Integer) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setLocation(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
setLocations(List<Location<?>>) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setLogoUrl(String) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setMaximumDistanceMeters(Integer) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setMaximumTransfers(Integer) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setMaximumTravelTimeSeconds(Integer) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setMergeSegmentsWithSameMot(boolean) - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
setModeOfTransport(Constants.GeneralizedModeOfTransportType) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setModeOfTransport(ModeOfTransport) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setModeOfTransport(ModeOfTransport) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setModesOfTransport(List<ModeOfTransport>) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setModesOfTransport(Set<Constants.GeneralizedModeOfTransportType>) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
setModesOfTransport(List<Constants.GeneralizedModeOfTransportType>) - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
setModesOfTransport(List<RequestModeOfTransport<?>>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
Sets modes of transport.
setName(String) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setName(String) - Method in class at.ac.ait.ariadne.routeformat.Service
 
setNavigationInstructions(List<Instruction<?>>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setNextModeOfTransport(ModeOfTransport) - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
setNr(int) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setOntoFormOfWay(Constants.FormOfWay) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setOntoFormOfWay(Constants.FormOfWay) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setOntoRightSideOfRoad(Boolean) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setOntoStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setOntoStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setOpeningHours(String) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
setOperator(Operator) - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
setOperator(Operator) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setOptimizedFor(List<OptimizedFor>) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
setOptimizedFor(String) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setOptimizedFor(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setOutputFormats(List<Constants.OutputFormat>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setParkAndRide(Boolean) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
setParkingType(Constants.ParkingType) - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
setPlannedArrivalTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setPlannedArrivalTime(String) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setPlannedDepartureTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setPlannedDepartureTime(String) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setPlatform(String) - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
setPoiType(String) - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
setPosition(GeoJSONFeature<GeoJSONPoint>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setPosition(GeoJSONCoordinate) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setPostCode(String) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
setPreposition(Constants.Preposition) - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
setPreviewTriggerPosition(GeoJSONFeature<GeoJSONPoint>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setPreviewTriggerPosition(GeoJSONCoordinate) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setPreviousModeOfTransport(ModeOfTransport) - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
setProcessedTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setProcessedTime(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setProcessedTimeNow() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setProperties(Map<String, Object>) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
setRelatedLines(Map<String, Constants.DetailedModeOfTransportType>) - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
setRequest(RoutingRequest) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setRequestId(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setRoadChange(Boolean) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setRoadCrossing(Constants.RoadCrossing) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
setRoundaboutStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setRouteFormatVersion(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setRoutes(List<Route>) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setSegments(List<RouteSegment>) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setService(Service) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setSharingType(Constants.Sharing) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setSimplifiedGeometryEncodedPolyLine(String) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setSimplifiedGeometryGeoJson(GeoJSONFeature<GeoJSONLineString>) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setSiteId(String) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setSites(List<Site>) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setSpeed(String) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setStartModeOfTransport(RequestModeOfTransport<?>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setStartTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setStartTime(String) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setStartTime(ZonedDateTime) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setStartTime(String) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setStatus(Constants.Status) - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
setStop(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
setStreetName(String) - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
setSubType(AreaInstruction.SubType) - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
setSubType(RoadInstruction.SubType) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setSubType(RoundaboutInstruction.SubType) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
setSupportedLanguages(List<String>) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setText(Map<String, String>) - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
setTo(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.Route
 
setTo(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
setTo(Location<?>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setTowards(String) - Method in class at.ac.ait.ariadne.routeformat.Service
 
setTurnDirection(Constants.TurnDirection) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
setTurnDirection(Constants.TurnDirection) - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
setUrl(String) - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
setUserAffinity(Integer) - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
setVia(List<Location<?>>) - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
setWebsite(String) - Method in class at.ac.ait.ariadne.routeformat.Operator
 
setWeightKg(Integer) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setWidthMm(Integer) - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
setWriteWaitingTimePreferableNotInto(Set<ModeOfTransport>) - Method in class at.ac.ait.ariadne.routeformat.util.RouteSegmentMerger
 
setX(BigDecimal) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
setY(BigDecimal) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
setZ(BigDecimal) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
setZoomLevel(Integer) - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
shallowCopy() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
SharingStation - Class in at.ac.ait.ariadne.routeformat.location
A sharing station, e.g.
SharingStation() - Constructor for class at.ac.ait.ariadne.routeformat.location.SharingStation
 
shiftBySeconds(int) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
Shifts the segment in time by adjusting start and end time (if they are set)
Site - Class in at.ac.ait.ariadne.routeformat.features
Details for a site, i.e.
Site() - Constructor for class at.ac.ait.ariadne.routeformat.features.Site
 
STANDARD_BICYCLE - Static variable in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
STANDARD_CAR - Static variable in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
STANDARD_FOOT - Static variable in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
STANDARD_MOTORCYCLE - Static variable in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
STANDARD_PUBLIC_TRANSPORT - Static variable in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
STANDARD_TRANSFER - Static variable in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
subLineString(int, int) - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 

T

toString() - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
toString() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
toString() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
toString() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
toString() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
toString() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
toString() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
toString() - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
toString() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
toString() - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
toString() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
toString() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
toString() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
toString() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
toString() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
toString() - Method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
toString() - Method in class at.ac.ait.ariadne.routeformat.Route
 
toString() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
toString() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
toString() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
toString() - Method in class at.ac.ait.ariadne.routeformat.Service
 
toWKT() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
toWKT() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
toWKT() - Method in interface at.ac.ait.ariadne.routeformat.geojson.GeoJSONGeometryObject
 
toWKT() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
toWKT() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
toWKT() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
toWKT() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
type - Variable in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
type - Variable in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 

U

Utils - Class in at.ac.ait.ariadne.routeformat.util
 
Utils() - Constructor for class at.ac.ait.ariadne.routeformat.util.Utils
 

V

Validatable - Interface in at.ac.ait.ariadne.routeformat
 
Validate - Class in at.ac.ait.ariadne.routeformat.example
Playground ways to validate a JSON file with a JSON schema
Validate() - Constructor for class at.ac.ait.ariadne.routeformat.example.Validate
 
validate() - Method in class at.ac.ait.ariadne.routeformat.features.OptimizedFor
 
validate() - Method in class at.ac.ait.ariadne.routeformat.features.RoutingFeatures
 
validate() - Method in class at.ac.ait.ariadne.routeformat.features.Site
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONCoordinate
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeature
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONFeatureCollection
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONLineString
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONMultiPolygon
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPoint
 
validate() - Method in class at.ac.ait.ariadne.routeformat.geojson.GeoJSONPolygon
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.AreaInstruction
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.Instruction
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.Landmark
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.ModeChangeInstruction
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadCrossingInstruction
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoadInstruction
 
validate() - Method in class at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction
 
validate() - Method in class at.ac.ait.ariadne.routeformat.IntermediateStop
 
validate() - Method in class at.ac.ait.ariadne.routeformat.location.Address
 
validate() - Method in class at.ac.ait.ariadne.routeformat.location.Location
 
validate() - Method in class at.ac.ait.ariadne.routeformat.location.Parking
 
validate() - Method in class at.ac.ait.ariadne.routeformat.location.PointOfInterest
 
validate() - Method in class at.ac.ait.ariadne.routeformat.location.PublicTransportStop
 
validate() - Method in class at.ac.ait.ariadne.routeformat.location.SharingStation
 
validate() - Method in class at.ac.ait.ariadne.routeformat.ModeOfTransport
 
validate() - Method in class at.ac.ait.ariadne.routeformat.Operator
 
validate() - Method in class at.ac.ait.ariadne.routeformat.RequestModeOfTransport
 
validate() - Method in class at.ac.ait.ariadne.routeformat.RequestPTModeOfTransport
 
validate() - Method in class at.ac.ait.ariadne.routeformat.Route
 
validate(boolean) - Method in class at.ac.ait.ariadne.routeformat.Route
 
validate() - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
validate(boolean) - Method in class at.ac.ait.ariadne.routeformat.RouteSegment
 
validate() - Method in class at.ac.ait.ariadne.routeformat.RoutingRequest
 
validate() - Method in class at.ac.ait.ariadne.routeformat.RoutingResponse
 
validate() - Method in class at.ac.ait.ariadne.routeformat.Service
 
validate() - Method in interface at.ac.ait.ariadne.routeformat.Validatable
Checks if the instance is in a valid / useful state.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Accessibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.AccessibilityRestriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Area
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.CompassDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.ContinueDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.DetailedModeOfTransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.FormOfWay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.GeneralizedModeOfTransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.ParkingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Preposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.RelativeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.RoadCrossing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Sharing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.SiteFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Speed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Tunnel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.TurnDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.Constants.VehicleAccessibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.instruction.AreaInstruction.SubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.instruction.RoadInstruction.SubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction.SubType
Returns the enum constant of this type with the specified name.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Accessibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.AccessibilityRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Area
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.CompassDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.ContinueDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.DetailedModeOfTransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.FormOfWay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.GeneralizedModeOfTransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.ParkingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Preposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.RelativeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.RoadCrossing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Sharing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.SiteFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Speed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.Tunnel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.TurnDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.Constants.VehicleAccessibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.instruction.AreaInstruction.SubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.instruction.RoadInstruction.SubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum at.ac.ait.ariadne.routeformat.instruction.RoundaboutInstruction.SubType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeExampleJson() - Method in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
writeLines(Path) - Method in class at.ac.ait.ariadne.routeformat.example.QGISGeoJSONExporter
 
writeSchemav3() - Method in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
writeSchemav4() - Method in class at.ac.ait.ariadne.routeformat.example.JacksonExample
 
A C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.