| Modifier and Type | Class and Description |
|---|---|
class |
IntermediateStop
An
IntermediateStop represents a stop on a RouteSegment of
interest to the user, e.g. |
class |
ModeOfTransport
Contains information about the mode of transport up to the detail level of
information about the operator (e.g.
|
class |
Operator
Operator of a ModeOfTransport such as a public transport or
car/bike-sharing |
class |
RequestModeOfTransport<T extends RequestModeOfTransport<T>>
Encapsulates a
ModeOfTransport and attributes exclusive to this mode
of transport. |
class |
RequestPTModeOfTransport
Similar to a
RequestModeOfTransport but only for public transport. |
class |
Route
A
Route represents a way from A to B using one (unimodal route) or
several (intermodal route) modes of transport. |
class |
RouteSegment
A
RouteSegment is a part of a route that is traveled with a single
ModeOfTransport. |
class |
RoutingRequest
A
RoutingRequest encapsulates typically required request parameters
for an intermodal routing service. |
class |
RoutingResponse
A
RoutingResponse encapsulates the response of routing services. |
class |
Service
A
Service typically represents a public transport service / line |
| Modifier and Type | Class and Description |
|---|---|
class |
OptimizedFor
Defines a criterion a route can be optimized for
|
class |
RoutingFeatures
Defines all features supported by a routing service.
|
class |
Site
Details for a site, i.e.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoJSONGeometryObject |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoJSONCoordinate
A coordinate independent of coordinate reference systems.
|
class |
GeoJSONFeature<T extends GeoJSONGeometryObject> |
class |
GeoJSONFeatureCollection<T extends GeoJSONGeometryObject>
A feature collection restricted to features of just one type.
|
class |
GeoJSONLineString
A linestring that may be empty, i.e.
|
class |
GeoJSONMultiPolygon
A multi polygon, i.e.
|
class |
GeoJSONPoint
A point that may be empty, i.e.
|
class |
GeoJSONPolygon
A polygon consisting of a mandatory exterior ring and optional interior rings
defining holes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreaInstruction
Instructions for entering / exiting an area such as a square, a park, or a
district.
|
class |
Instruction<T extends Instruction<T>>
Common base class for all types of turn-by-turn navigation instructions.
|
class |
Landmark
A landmark, i.e.
|
class |
ModeChangeInstruction
A
ModeChangeInstruction contains details about alighting and /
boarding modes of transport. |
class |
RoadCrossingInstruction
Instructions for crossing a road or several roads that are close together.
|
class |
RoadInstruction
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). |
class |
RoundaboutInstruction
Instructions for navigating a roundabout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Address |
class |
Location<T extends Location<T>>
A generic
Location. |
class |
Parking
A parking facility.
|
class |
PointOfInterest
A point of interest.
|
class |
PublicTransportStop
A
PublicTransportStop is used in two contexts: as from or to position
of a RouteSegment and as an intermediate stop. |
class |
SharingStation
A sharing station, e.g.
|
Copyright © 2018. All rights reserved.