Package | Description |
---|---|
org.opentripplanner.api.common | |
org.opentripplanner.api.model | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
org.opentripplanner.profile | |
org.opentripplanner.routing.core |
Modifier and Type | Field and Description |
---|---|
protected QualifiedModeSet |
RoutingResource.modes
The set of modes that a user is willing to use, with qualifiers stating whether vehicles should be parked, rented, etc.
|
Modifier and Type | Method and Description |
---|---|
QualifiedModeSet |
QualifiedModeSetDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
void |
QualifiedModeSetSerializer.serialize(QualifiedModeSet qualifiedModeSet,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ProfileResource.profileRoute(LatLon from,
LatLon to,
boolean analyst,
YearMonthDay date,
HourMinuteSecond fromTime,
HourMinuteSecond toTime,
float walkSpeed,
float bikeSpeed,
float carSpeed,
int streetTime,
int maxWalkTime,
int maxCarTime,
int maxBikeTime,
int minCarTime,
int minBikeTime,
Option.SortOrder orderBy,
int limit,
int suboptimalMinutes,
int bikeSafe,
int bikeSlope,
int bikeTime,
QualifiedModeSet accessModes,
QualifiedModeSet egressModes,
QualifiedModeSet directModes,
TraverseModeSet transitModes,
String banAgency) |
Modifier and Type | Field and Description |
---|---|
QualifiedModeSet |
ProfileRequest.accessModes
The modes used to access transit
|
QualifiedModeSet |
ProfileRequest.directModes
The modes used to reach the destination without transit
|
QualifiedModeSet |
ProfileRequest.egressModes
The modes used to reach the destination after leaving transit
|
Constructor and Description |
---|
RoutingRequest(QualifiedModeSet qmodes) |
Copyright © 2018. All rights reserved.