| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.example |
| Modifier and Type | Method and Description |
|---|---|
static Route |
Route.createFromLocation(Location<?> location,
ZonedDateTime time)
Create a route only consisting of a single location, i.e.
|
static Route |
Route.createFromSegments(List<RouteSegment> segments)
Sets segments and infers from/to location, start/end time, duration,
length, and bounding box (from geometryGeoJson)
|
Route |
Route.setAdditionalInfo(Map<String,Object> additionalInfo) |
Route |
Route.setBoundingBox(GeoJSONFeature<GeoJSONPolygon> boundingBox) |
Route |
Route.setDistanceMeters(int distanceMeters) |
Route |
Route.setDurationSeconds(int durationSeconds) |
Route |
Route.setEndTime(String endTime) |
Route |
Route.setEndTime(ZonedDateTime endTime) |
Route |
Route.setFrom(Location<?> from) |
Route |
Route.setId(String id) |
Route |
Route.setOptimizedFor(String optimizedFor) |
Route |
Route.setSegments(List<RouteSegment> segments) |
Route |
Route.setSimplifiedGeometryEncodedPolyLine(String simplifiedGeometryEncodedPolyLine) |
Route |
Route.setSimplifiedGeometryGeoJson(GeoJSONFeature<GeoJSONLineString> simplifiedGeometryGeoJson) |
Route |
Route.setStartTime(String startTime) |
Route |
Route.setStartTime(ZonedDateTime startTime) |
Route |
Route.setTo(Location<?> to) |
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
RoutingResponse.getRoutes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
Routes.countChanges(Route route) |
static int |
Routes.countUniqueModesOfTransport(Route route) |
static boolean |
Routes.featuresGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static boolean |
Routes.featuresOnlyDetailedMots(Route route,
Collection<Constants.DetailedModeOfTransportType> types) |
static boolean |
Routes.featuresSharedGeneralizedMot(Route route,
Constants.GeneralizedModeOfTransportType type) |
static int |
Routes.getWaitingSecondsForPublicTransport(Route route) |
static boolean |
Routes.isIntermodal(Route route) |
static boolean |
Routes.isLongerThan(Route route,
Constants.GeneralizedModeOfTransportType mot,
int meters) |
static boolean |
Routes.isLongerThan(Route route,
int meters) |
static boolean |
Routes.isUnimodal(Route route) |
| Modifier and Type | Method and Description |
|---|---|
RoutingResponse |
RoutingResponse.setRoutes(List<Route> routes) |
| Constructor and Description |
|---|
QGISGeoJSONExporter(Route route) |
Copyright © 2018. All rights reserved.