Package | Description |
---|---|
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.common | |
org.opentripplanner.profile | |
org.opentripplanner.routing.core | |
org.opentripplanner.routing.edgetype | |
org.opentripplanner.routing.vertextype |
Modifier and Type | Method and Description |
---|---|
TraverseModeSet |
TraverseModeSetDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
void |
TraverseModeSetSerializer.serialize(TraverseModeSet traverseModeSet,
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 |
---|---|
TraverseModeSet |
TurnRestriction.modes |
Constructor and Description |
---|
TurnRestriction(Edge from,
Edge to,
TurnRestrictionType type,
TraverseModeSet modes)
Convenience constructor.
|
Modifier and Type | Field and Description |
---|---|
TraverseModeSet |
ProfileRequest.transitModes
The transit modes used
|
Modifier and Type | Field and Description |
---|---|
TraverseModeSet |
TraversalRequirements.modes
Modes allowed in graph traversal.
|
TraverseModeSet |
RoutingRequest.modes
The set of TraverseModes that a user is willing to use.
|
Modifier and Type | Method and Description |
---|---|
static TraverseModeSet |
TraverseModeSet.allModes()
Returns a mode set containing all modes.
|
TraverseModeSet |
TraverseModeSet.clone() |
TraverseModeSet |
TraverseModeSet.getNonTransitSet()
Returns a TraverseModeSet containing only the non-transit modes set.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingRequest.setModes(TraverseModeSet modes) |
Constructor and Description |
---|
RoutingRequest(TraverseModeSet modes) |
RoutingRequest(TraverseModeSet modeSet,
OptimizeType optimize) |
Modifier and Type | Method and Description |
---|---|
boolean |
StreetTraversalPermission.allows(TraverseModeSet modes)
Returns true if any of the specified modes are allowed to use this street.
|
boolean |
StreetEdge.canTraverse(TraverseModeSet modes)
Checks permissions of the street edge if specified modes are allowed to travel.
|
Modifier and Type | Method and Description |
---|---|
TraverseModeSet |
TransitStop.getModes() |
Copyright © 2019. All rights reserved.