- CABLE_CAR_FARE - Static variable in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- cache - Variable in class org.opentripplanner.analyst.SurfaceCache
-
- cacheDirectory - Variable in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- cacheDirectory - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- cachedSample - Variable in class org.opentripplanner.scripting.api.OtpsIndividual
-
- cal - Variable in class org.opentripplanner.api.parameter.IsoTimeParameter
-
- calcStats(TimeWindow, double) - Method in class org.opentripplanner.profile.Ride
-
Create a compound Stats for all the constituent PatternRides of this Ride.
- calcStatsForBoarding(TimeWindow) - Method in class org.opentripplanner.profile.Ride
-
Produce stats about boarding an initial Ride, which has no previous ride.
- calcStatsForTransfer(TimeWindow, double) - Method in class org.opentripplanner.profile.Ride
-
Calculates Stats for the transfer to the given ride from the previous ride.
- calculateConvexHull() - Method in class org.opentripplanner.routing.graph.Graph
-
Calculates convexHull of all the vertices during build time
- calculateCost(Fare.FareType, List<Ride>, Collection<FareRuleSet>) - Method in class org.opentripplanner.routing.impl.DefaultFareServiceImpl
-
- calculateEnvelope() - Method in class org.opentripplanner.routing.graph.Graph
-
Calculates envelope out of all OSM coordinates
Transit stops are added to the envelope as they are added to the graph
- calculateFares(List<Ride>) - Static method in class org.opentripplanner.profile.DCFareCalculator
-
Should we have exactly one fare per ride, where some fares may have zero cost if they are transfers from the same operator?
...except that this doesn't work for MetroRail, where two legs combine into one.
- calculateHorizontalWalkingDistanceMultiplier(double, double) - Method in class org.opentripplanner.routing.util.elevation.ToblersHikingFunction
-
Calculate a walking distance multiplier to account tor the slope penalty.
- calculateLengthFromGeometry() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
calculate the length of this street segement from its geometry
- calculateSpeed(RoutingRequest, TraverseMode, long) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Calculate the speed appropriately given the RoutingRequest and traverseMode and the current wall clock time.
- calculateTransitCenter() - Method in class org.opentripplanner.routing.graph.Graph
-
Calculates Transit center from median of coordinates of all transitStops if graph
has transit.
- calculateTurnAngle(StreetEdge, StreetEdge, RoutingRequest) - Method in class org.opentripplanner.routing.core.AbstractIntersectionTraversalCostModel
-
Calculates the turn angle from the incoming/outgoing edges and routing request.
- calculateWait(State, ServiceDay, TripTimes) - Method in class org.opentripplanner.routing.edgetype.flex.FlexTransitBoardAlight
-
- calculateWait(State, ServiceDay, TripTimes) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- CalendarService - Interface in org.opentripplanner.model
-
- calendarService - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- CalendarServiceData - Class in org.opentripplanner.model.calendar
-
- CalendarServiceData() - Constructor for class org.opentripplanner.model.calendar.CalendarServiceData
-
- CalendarServiceDataFactoryImpl - Class in org.opentripplanner.calendar.impl
-
We perform initial date calculations in the timezone of the host jvm, which
may be different than the timezone of an agency with the specified service
id.
- CalendarServiceImpl - Class in org.opentripplanner.calendar.impl
-
- CalendarServiceImpl(CalendarServiceData) - Constructor for class org.opentripplanner.calendar.impl.CalendarServiceImpl
-
- callAndRide - Variable in class org.opentripplanner.api.model.Leg
-
True if this is a call-and-ride leg.
- canAlight(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
Returns whether passengers can alight at a given stop
- canBeTraversed(StreetEdge) - Method in class org.opentripplanner.routing.core.TraversalRequirements
-
Returns true if this StreetEdge can be traversed.
- canBoard(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
Returns whether passengers can board at a given stop
- cancel() - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Cancel this entire trip
- CANCELED_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship
-
CANCELED = 3;
- canRequestService(boolean) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- canSplitEdge(StreetEdge) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Does nothing if different edge is split in origin/destination search
But throws TrivialPathException if same edge is split in origin/destination search.
- canTraverse(TraverseModeSet) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Checks permissions of the street edge if specified modes are allowed to travel.
- canTraverseIncludingBarrier(TraverseMode) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
This checks if start or end vertex is bollard
If it is it creates intersection of street edge permissions
and from/to barriers.
- canTurnOnto(Edge, State, TraverseMode) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- capacity - Variable in class org.opentripplanner.analyst.PointSet
-
- carAccelerationSpeed - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The acceleration speed of an automobile, in meters per second per second.
- carDecelerationSpeed - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The deceleration speed of an automobile, in meters per second per second.
- carDropoffTime - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
Time to park a car in a park and ride, w/o taking into account driving and walking cost
(time to park, switch off, pick your stuff, lock the car, etc...)
- carParked - Variable in class org.opentripplanner.routing.core.StateData
-
- CarPermissionSearch - Class in org.opentripplanner.routing.flex
-
- CarPermissionSearch(RoutingRequest, boolean) - Constructor for class org.opentripplanner.routing.flex.CarPermissionSearch
-
- carsCanTraverse(Edge) - Method in class org.opentripplanner.graph_builder.module.map.MatchState
-
- carSpeed - Variable in class org.opentripplanner.profile.ProfileRequest
-
The speed of driving, in meters per second
- carSpeed - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
- CaseBasedBicycleSafetyFeatureConverter - Class in org.opentripplanner.graph_builder.module.shapefile
-
Handles marking certain types of streets/bike lanes as more or less safe for bike trips.
- CaseBasedBicycleSafetyFeatureConverter(String, String) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
- CaseBasedBicycleSafetyFeatureConverter() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
- CaseBasedBooleanConverter - Class in org.opentripplanner.graph_builder.module.shapefile
-
- CaseBasedBooleanConverter() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- CaseBasedBooleanConverter(String) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- CaseBasedBooleanConverter(String, Boolean) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- CaseBasedTraversalPermissionConverter - Class in org.opentripplanner.graph_builder.module.shapefile
-
Calculates street traversal permissions based upon a fixed set of cases.
- CaseBasedTraversalPermissionConverter() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
- CaseBasedTraversalPermissionConverter(String) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
- CaseBasedTraversalPermissionConverter(String, StreetTraversalPermission) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
- catalog(String, String) - Method in class org.opentripplanner.analyst.broker.WorkerCatalog
-
- CAUSE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.Alert
-
- ceil(double, double) - Static method in class org.opentripplanner.graph_builder.module.ned.NEDDownloader
-
- center() - Method in class org.opentripplanner.api.parameter.BoundingCircle
-
- centerLatitude - Variable in class org.opentripplanner.api.model.RouterInfo
-
- centerLongitude - Variable in class org.opentripplanner.api.model.RouterInfo
-
- centroid() - Method in class org.opentripplanner.visibility.VLPolygon
-
- check() - Method in class org.opentripplanner.routing.core.RoutingContext
-
- checkCallAndRideBoardAlightOk(State) - Method in class org.opentripplanner.routing.vertextype.flex.TemporaryTransitStop
-
- checkCallAndRideBoardAlightOk(State) - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- checkCallAndRideStreetLinkOk(State) - Method in class org.opentripplanner.routing.vertextype.flex.TemporaryTransitStop
-
- checkCallAndRideStreetLinkOk(State) - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- checkCoherent() - Method in class org.opentripplanner.profile.TimeRange
-
- CheckGeometryModule - Class in org.opentripplanner.graph_builder.module
-
Check the geometry of every edge in the graph for any bogus geometry --
that is, geometry with coordinates of NaN.
- CheckGeometryModule() - Constructor for class org.opentripplanner.graph_builder.module.CheckGeometryModule
-
- checkGraph() - Method in class org.opentripplanner.visualizer.GraphVisualizer
-
- checkHopAllowsBoardAlight(State, FlexPatternHop, boolean) - Method in class org.opentripplanner.routing.flex.DeviatedRouteGraphModifier
-
- checkHopAllowsBoardAlight(State, FlexPatternHop, boolean) - Method in class org.opentripplanner.routing.flex.FlagStopGraphModifier
-
- checkHopAllowsBoardAlight(State, FlexPatternHop, boolean) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
Returns true if the given hop can be boarded/alighted.
- checkInputs() - Method in class org.opentripplanner.graph_builder.AnnotationsToHTML
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.linking.TransitToStreetNetworkModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.bike.BikeParkModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.bike.BikeRentalModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.CheckGeometryModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.DirectTransferGenerator
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.EmbedConfig
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.GraphCoherencyCheckerModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.GraphStatisticsModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.GtfsModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.map.BusRouteStreetMatcher
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.ned.ElevationModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.ned.GeotiffGridCoverageFactoryImpl
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.ned.NEDGridCoverageFactoryImpl
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.PruneFloatingIslands
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileFeatureSourceFactoryImpl
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.StopsAlerts
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.StreetLinkerModule
-
- checkInputs() - Method in class org.opentripplanner.graph_builder.module.TransitToTaggedStopsModule
-
- checkInputs() - Method in interface org.opentripplanner.graph_builder.services.GraphBuilderModule
-
Check that all inputs to the graphbuilder are valid; throw an exception if not.
- checkInputs() - Method in interface org.opentripplanner.graph_builder.services.ned.ElevationGridCoverageFactory
-
- checkInputs() - Method in interface org.opentripplanner.graph_builder.services.shapefile.FeatureSourceFactory
-
- checkInputs() - Method in class org.opentripplanner.openstreetmap.impl.AnyFileBasedOpenStreetMapProviderImpl
-
- checkInputs() - Method in class org.opentripplanner.openstreetmap.impl.BinaryFileBasedOpenStreetMapProviderImpl
-
- checkInputs() - Method in class org.opentripplanner.openstreetmap.impl.FileBasedOpenStreetMapProviderImpl
-
- checkInputs() - Method in class org.opentripplanner.openstreetmap.impl.StreamedFileBasedOpenStreetMapProviderImpl
-
- checkInputs() - Method in interface org.opentripplanner.openstreetmap.services.OpenStreetMapProvider
-
- checkNegativeWeight() - Method in class org.opentripplanner.routing.core.State
-
- checkRangeInclusive(double, double, double) - Static method in class org.opentripplanner.api.param.QueryParameter
-
- child - Variable in class org.opentripplanner.routing.core.StateEditor
-
- children - Variable in class org.opentripplanner.profile.StopCluster
-
- chop_spikes_at_back(VLPoint, double) - Method in class org.opentripplanner.visibility.VisibilityPolygon
-
- CircularList<T> - Class in org.opentripplanner.analyst.broker
-
- CircularList() - Constructor for class org.opentripplanner.analyst.broker.CircularList
-
- CircularList.CircularListIterator - Class in org.opentripplanner.analyst.broker
-
- CircularListIterator() - Constructor for class org.opentripplanner.analyst.broker.CircularList.CircularListIterator
-
- CitiBikeNycBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
Build a BikeRentalStation object from CitiBike data source JsonNode object.
- CitiBikeNycBikeRentalDataSource(String) - Constructor for class org.opentripplanner.updater.bike_rental.CitiBikeNycBikeRentalDataSource
-
- CityBikesBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
- CityBikesBikeRentalDataSource() - Constructor for class org.opentripplanner.updater.bike_rental.CityBikesBikeRentalDataSource
-
- clampInitialWait - Variable in class org.opentripplanner.api.common.RoutingResource
-
When subtracting initial wait time, do not subtract more than this value, to prevent overly
optimistic trips.
- clampInitialWait - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The maximum wait time in seconds the user is willing to delay trip start.
- clampMax - Variable in class org.opentripplanner.analyst.batch.InputClampFilter
-
- clampMin - Variable in class org.opentripplanner.analyst.batch.InputClampFilter
-
- CLASS_CROSSING - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- CLASS_LINK - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- CLASS_OTHER_PLATFORM - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- CLASS_OTHERPATH - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- CLASS_STREET - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- CLASS_TRAIN_PLATFORM - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- ClassCustomizer - Class in org.opentripplanner.customize
-
This creates a subclass of a given class by adding a new interface to it, and allows users to add
any necessary fields
The intended use is to allow optimizations or extensions that require per-edge data to massage an
existing graph to meet their needs, without adding additional fields to the core.
- ClassCustomizer(Class<?>, String, String) - Constructor for class org.opentripplanner.customize.ClassCustomizer
-
- cleanId(String) - Method in class org.opentripplanner.graph_builder.module.GtfsFeedId.Builder
-
Cleans the id before it is set.
- cleanup() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileFeatureSourceFactoryImpl
-
- cleanup() - Method in interface org.opentripplanner.graph_builder.services.shapefile.FeatureSourceFactory
-
- cleanup() - Method in class org.opentripplanner.profile.AnalystProfileRouterPrototype
-
- cleanup() - Method in class org.opentripplanner.profile.ProfileRouter
-
Destroy all routing contexts created during this search.
- cleanup() - Method in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- cleanup() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Tear down any routing context (remove temporary edges from edge lists)
- cleanup() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
- clear() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
- clear() - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- clear() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
Clear the mode set so that no modes are included.
- clear(String) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
Clear all data of snapshot for the provided feed id
- clear() - Method in class org.opentripplanner.routing.util.NullExtraEdges
-
- clear() - Method in class org.opentripplanner.util.JoinedList
-
- clearActivePeriod() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- clearAgencyId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string agency_id = 1;
- clearAlert() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- clearArrival() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- clearArrivalTime() - Method in class org.opentripplanner.model.StopTime
-
- clearBearing() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float bearing = 3;
- clearCause() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- clearCongestionLevel() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- clearCurrentStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- clearCurrentStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint32 current_stop_sequence = 3;
- clearDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional int32 delay = 5;
- clearDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 delay = 1;
- clearDeparture() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- clearDepartureTime() - Method in class org.opentripplanner.model.StopTime
-
- clearDescriptionText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- clearDirectionId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional uint32 direction_id = 6;
- clearDistTraveled() - Method in class org.opentripplanner.model.ShapePoint
-
- clearEffect() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- clearEnd() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 end = 2;
- clearEntity() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- clearGtfsRealtimeVersion() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
required string gtfs_realtime_version = 1;
- clearHeader() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- clearHeaderText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- clearHighlights() - Method in class org.opentripplanner.visualizer.ShowGraph
-
- clearId() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
required string id = 1;
- clearId() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string id = 1;
- clearIncrementality() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- clearIndividuals(List<Individual>) - Method in class org.opentripplanner.analyst.batch.BasicPopulation
-
- clearIndividuals(List<Individual>) - Method in interface org.opentripplanner.analyst.batch.Population
-
- clearInformedEntity() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- clearIntermediatePlaces() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Clears any intermediate places from this request.
- clearIsDeleted() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional bool is_deleted = 2 [default = false];
- clearJourneyDuration() - Method in class org.opentripplanner.model.FareAttribute
-
- clearLabel() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string label = 2;
- clearLanguage() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
optional string language = 2;
- clearLastAddedTripPattern(String) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
Clear all last added trip patterns matching the provided feed id.
- clearLatitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float latitude = 1;
- clearLicensePlate() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string license_plate = 3;
- clearLongitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float longitude = 2;
- clearMinTransferTime() - Method in class org.opentripplanner.model.Transfer
-
- clearModes() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Clear the allowed modes.
- clearNotes(String) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- clearOccupancyStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- clearOdometer() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional double odometer = 4;
- clearPosition() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- clearRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string route_id = 2;
- clearRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string route_id = 5;
- clearRouteType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional int32 route_type = 3;
- clearScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- clearScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- clearShapeDistTraveled() - Method in class org.opentripplanner.model.StopTime
-
- clearSpeed() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float speed = 5;
- clearStart() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 start = 1;
- clearStartDate() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_date = 3;
- clearStartTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_time = 2;
- clearStopId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string stop_id = 5;
- clearStopId() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional string stop_id = 4;
- clearStopId() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional string stop_id = 7;
- clearStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional uint32 stop_sequence = 1;
- clearStopTimeUpdate() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- clearText() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
required string text = 1;
- clearTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int64 time = 2;
- clearTimepoint() - Method in class org.opentripplanner.model.StopTime
-
- clearTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional uint64 timestamp = 3;
- clearTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional uint64 timestamp = 4;
- clearTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint64 timestamp = 5;
- clearTimetable(String) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
Clear timetable for all patterns matching the provided feed id.
- clearTimeZone() - Method in class org.opentripplanner.routing.graph.Graph
-
The timezone is cached by the graph.
- clearTransferDuration() - Method in class org.opentripplanner.model.FareAttribute
-
- clearTransfers() - Method in class org.opentripplanner.model.FareAttribute
-
- clearTranslation() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- clearTrip() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- clearTrip() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- clearTrip() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- clearTripId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string trip_id = 1;
- clearTripUpdate() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- clearUncertainty() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 uncertainty = 3;
- clearUrl() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- clearVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- clearVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- clearVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- clearVehicleType() - Method in class org.opentripplanner.model.Stop
-
- clearWheelchairTraversalTime() - Method in class org.opentripplanner.model.Pathway
-
- clientDirectory - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- clockTimeSec - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
Keep track of epoch time the request was created by OTP.
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
- clone() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
- clone() - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- clone() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- clone() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Double
-
- clone() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Float
-
- clone() - Method in class org.opentripplanner.common.model.GenericLocation
-
- clone() - Method in class org.opentripplanner.graph_builder.module.osm.WayProperties
-
- clone() - Method in class org.opentripplanner.profile.ProfileRequest
-
- clone() - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStation
-
- clone() - Method in class org.opentripplanner.routing.core.RouteMatcher
-
- clone() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- clone() - Method in class org.opentripplanner.routing.core.State
-
- clone() - Method in class org.opentripplanner.routing.core.StateData
-
- clone() - Method in class org.opentripplanner.routing.core.StopMatcher
-
- clone() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- clone() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- clone() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- clone() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- clone() - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- clone() - Method in class org.opentripplanner.standalone.CommandLineParameters
-
- clone() - Method in class org.opentripplanner.visibility.VLPoint
-
- close() - Method in class org.opentripplanner.common.geometry.AccumulativeGridSampler
-
Surround all existing samples on the edge by a layer of closing samples.
- close() - Method in class org.opentripplanner.graph_builder.module.DownloadableGtfsInputSource
-
- closeSample(ZSampleGrid.ZSamplePoint<SampleGridRenderer.WTWD>) - Method in class org.opentripplanner.analyst.request.SampleGridRenderer.WTWDAccumulativeMetric
-
A Generated closing sample take 1) as off-road distance, the minimum of the off-road
distance of all enclosing samples, plus the grid size, and 2) as time the minimum
time of all enclosing samples plus the grid size * off-road walk speed as additional
time.
- closeSample(ZSampleGrid.ZSamplePoint<TZ>) - Method in interface org.opentripplanner.common.geometry.AccumulativeGridSampler.AccumulativeMetric
-
Callback function to handle a "closing" sample (that is a sample post-created to surround
existing samples and provide nice and smooth edges for the algorithm).
- cluster - Variable in class org.opentripplanner.index.model.StopShort
-
- clusterStopsAsNeeded() - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Stop clustering is slow to perform and only used in profile routing for the moment.
- clusterType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- code - Variable in class org.opentripplanner.index.model.StopShort
-
- code - Variable in enum org.opentripplanner.routing.edgetype.StreetTraversalPermission
-
- code - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
The short unique identifier for this trip pattern,
generally in the format Agency:RouteId:DirectionId:PatternNumber.
- color - Variable in class org.opentripplanner.index.model.RouteShort
-
- color - Variable in class org.opentripplanner.inspector.EdgeVertexTileRenderer.EdgeVisualAttributes
-
- color - Variable in class org.opentripplanner.inspector.EdgeVertexTileRenderer.VertexVisualAttributes
-
- cols - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- com.google.transit.realtime - package com.google.transit.realtime
-
- com.jhlabs.awt - package com.jhlabs.awt
-
- CommandLineParameters - Class in org.opentripplanner.standalone
-
This is a JCommander-annotated class that holds parameters for OTP stand-alone mode.
- CommandLineParameters() - Constructor for class org.opentripplanner.standalone.CommandLineParameters
-
- CommandLineParameters.AvailablePort - Class in org.opentripplanner.standalone
-
- CommandLineParameters.PositiveInteger - Class in org.opentripplanner.standalone
-
- CommandLineParameters.ReadableDirectory - Class in org.opentripplanner.standalone
-
- CommandLineParameters.ReadableFile - Class in org.opentripplanner.standalone
-
- CommandLineParameters.ReadWriteDirectory - Class in org.opentripplanner.standalone
-
- CommandLineParameters.RouterId - Class in org.opentripplanner.standalone
-
- commit - Variable in class org.opentripplanner.common.MavenVersion
-
- commit() - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
This produces a small delay of typically around 50ms, which is almost entirely due to
the indexing step.
- commit(boolean) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
- commit_time - Variable in class org.opentripplanner.common.MavenVersion
-
- compackLineString(double, double, double, double, LineString, boolean) - Static method in class org.opentripplanner.common.geometry.CompactLineString
-
Same as the other version, but in a var-len int packed form (Dlugosz coding).
- CompactElevationProfile - Class in org.opentripplanner.common.geometry
-
Compact elevation profile.
- CompactElevationProfile() - Constructor for class org.opentripplanner.common.geometry.CompactElevationProfile
-
- compactElevationProfile(CoordinateSequence) - Static method in class org.opentripplanner.common.geometry.CompactElevationProfile
-
Compact an elevation profile onto a var-len int packed form (Dlugosz coding).
- compactLegsByReversedSearch - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
When true, do a full reversed search to compact the legs of the GraphPath.
- CompactLineString - Class in org.opentripplanner.common.geometry
-
Compact line string.
- CompactLineString() - Constructor for class org.opentripplanner.common.geometry.CompactLineString
-
- compactLineString(double, double, double, double, LineString, boolean) - Static method in class org.opentripplanner.common.geometry.CompactLineString
-
Public factory to create a compact line string.
- compactUUID() - Static method in class org.opentripplanner.analyst.cluster.JobSimulator
-
- compare(QuadEdge, QuadEdge) - Method in class org.opensphere.geometry.triangulation.DoubleComparator
-
Method of comparison.
- compare(Option, Option) - Method in class org.opentripplanner.profile.Option.AvgComparator
-
- compare(Option, Option) - Method in class org.opentripplanner.profile.Option.MaxComparator
-
- compare(Option, Option) - Method in class org.opentripplanner.profile.Option.MinComparator
-
- compare(Vertex, Vertex) - Method in class org.opentripplanner.routing.core.MortonVertexComparator
-
- compare(Timetable, Timetable) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot.SortedTimetableComparator
-
- compare(GraphPath, GraphPath) - Method in class org.opentripplanner.routing.impl.DurationComparator
-
- compare(GraphPath, GraphPath) - Method in class org.opentripplanner.routing.impl.PathComparator
-
For depart-after search results sort by arrival time ascending
For arrive-before search results sort by departure time descending
- compare(GraphPath, GraphPath) - Method in class org.opentripplanner.routing.impl.PathWeightComparator
-
- compareTo(ElevationPoint) - Method in class org.opentripplanner.graph_builder.module.extra_elevation_data.ElevationPoint
-
- compareTo(NearbyStopFinder.StopAtDistance) - Method in class org.opentripplanner.graph_builder.module.NearbyStopFinder.StopAtDistance
-
- compareTo(LocalizedServiceId) - Method in class org.opentripplanner.model.calendar.LocalizedServiceId
-
- compareTo(ServiceDate) - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- compareTo(FeedScopedId) - Method in class org.opentripplanner.model.FeedScopedId
-
- compareTo(ShapePoint) - Method in class org.opentripplanner.model.ShapePoint
-
- compareTo(StopTime) - Method in class org.opentripplanner.model.StopTime
-
- compareTo(OSMLevel) - Method in class org.opentripplanner.openstreetmap.model.OSMLevel
-
- compareTo(ProfileTransfer) - Method in class org.opentripplanner.profile.ProfileTransfer
-
- compareTo(Segment.SegmentPattern) - Method in class org.opentripplanner.profile.Segment.SegmentPattern
-
- compareTo(StopAtDistance) - Method in class org.opentripplanner.profile.StopAtDistance
-
- compareTo(Money) - Method in class org.opentripplanner.routing.core.Money
-
- compareTo(TripTimes) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Sort TripTimes based on first departure time.
- compareTo(DiscreteDistribution.ConstantQuantifiable<K>) - Method in class org.opentripplanner.util.stats.DiscreteDistribution.ConstantQuantifiable
-
- compareTo(DiscreteDistribution.LogQuantifiable<K>) - Method in class org.opentripplanner.util.stats.DiscreteDistribution.LogQuantifiable
-
- compareTo(DiscreteDistribution.NumberQuantifiable<K>) - Method in class org.opentripplanner.util.stats.DiscreteDistribution.NumberQuantifiable
-
- compareTo(VLPoint) - Method in class org.opentripplanner.visibility.VLPoint
-
- complete - Variable in class org.opentripplanner.analyst.broker.JobStatus
-
number of complete tasks
- complete() - Method in class org.opentripplanner.openstreetmap.impl.BinaryOpenStreetMapParser
-
- CompositeBooleanConverter - Class in org.opentripplanner.graph_builder.module.shapefile
-
A converter which is a composite of other converters.
- CompositeBooleanConverter() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CompositeBooleanConverter
-
- CompositeBooleanConverter(SimpleFeatureConverter<Boolean>...) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CompositeBooleanConverter
-
- CompositeStreetTraversalPermissionConverter - Class in org.opentripplanner.graph_builder.module.shapefile
-
A converter which is a composite of other converters.
- CompositeStreetTraversalPermissionConverter() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.CompositeStreetTraversalPermissionConverter
-
- compute - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
milliseconds of compute time once the RAPTOR worker was started, exclusive of building result sets
- computeAggregate(ResultSet) - Method in interface org.opentripplanner.analyst.batch.aggregator.Aggregator
-
- computeAggregate(ResultSet) - Method in class org.opentripplanner.analyst.batch.aggregator.ThresholdCumulativeAggregator
-
- computeAggregate(ResultSet) - Method in class org.opentripplanner.analyst.batch.aggregator.ThresholdSumAggregator
-
- computeAggregate(ResultSet) - Method in class org.opentripplanner.analyst.batch.aggregator.WeightedAverageAggregator
-
- computeCenter() - Method in class org.opentripplanner.profile.StopCluster
-
- computeDate - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
UTC date/time this was computed
- computeEllipsoidToGeoidDifference(double, double) - Static method in class org.opentripplanner.util.ElevationUtils
-
Computes the difference between the ellipsoid and geoid at a specified lat/lon using Geotools EarthGravitationalModel
- computeIsochrone() - Method in class org.opentripplanner.api.resource.LIsochrone
-
Generic method to compute isochrones.
- computeIsoline(TZ) - Method in class org.opentripplanner.common.geometry.DelaunayIsolineBuilder
-
- computeIsoline(TZ) - Method in interface org.opentripplanner.common.geometry.IsolineBuilder
-
- computeIsoline(long) - Method in class org.opentripplanner.common.geometry.RecursiveGridIsolineBuilder
-
- computeNonDrivingTraversalCost(IntersectionVertex, StreetEdge, StreetEdge, float, float) - Method in class org.opentripplanner.routing.core.AbstractIntersectionTraversalCostModel
-
Computes the turn cost in seconds for non-driving traversal modes.
- computeTraversalCost(IntersectionVertex, StreetEdge, StreetEdge, TraverseMode, RoutingRequest, float, float) - Method in class org.opentripplanner.routing.core.AbstractIntersectionTraversalCostModel
-
- computeTraversalCost(IntersectionVertex, StreetEdge, StreetEdge, TraverseMode, RoutingRequest, float, float) - Method in class org.opentripplanner.routing.core.ConstantIntersectionTraversalCostModel
-
- computeTraversalCost(IntersectionVertex, StreetEdge, StreetEdge, TraverseMode, RoutingRequest, float, float) - Method in interface org.opentripplanner.routing.core.IntersectionTraversalCostModel
-
Compute the cost of turning onto "to" from "from".
- computeTraversalCost(IntersectionVertex, StreetEdge, StreetEdge, TraverseMode, RoutingRequest, float, float) - Method in class org.opentripplanner.routing.core.SimpleIntersectionTraversalCostModel
-
- ConcaveHull - Class in org.opensphere.geometry.algorithm
-
Computes a concave hull of a Geometry
which is
a concave Geometry
that contains all the points
in the input Geometry
.
- ConcaveHull(Geometry, double) - Constructor for class org.opensphere.geometry.algorithm.ConcaveHull
-
Create a new concave hull construction for the input Geometry
.
- ConcaveHull(GeometryCollection, double) - Constructor for class org.opensphere.geometry.algorithm.ConcaveHull
-
Create a new concave hull construction for the input GeometryCollection
.
- concaveHullAlpha - Variable in class org.opentripplanner.api.resource.SIsochrone
-
Parameter for concave hull computation, i.e.
- concurrency - Variable in class org.opentripplanner.analyst.request.TileCache
-
- ConfigurationException - Exception in org.opentripplanner.standalone
-
Indicates that something went wrong when interpreting command line options, loading properties,
or assembling the OTP server based on those settings.
- ConfigurationException(String, Throwable) - Constructor for exception org.opentripplanner.standalone.ConfigurationException
-
- configure(JsonNode) - Method in class org.opentripplanner.graph_builder.module.osm.PortlandCustomNamer
-
- configure(JsonNode) - Method in interface org.opentripplanner.graph_builder.services.osm.CustomNamer
-
- configure(JsonNode) - Method in class org.opentripplanner.routing.bike_rental.TimeBasedBikeRentalFareServiceFactory
-
- configure(JsonNode) - Method in class org.opentripplanner.routing.fares.MultipleFareServiceFactory
-
Accept several ways to define fares to compose.
- configure(JsonNode) - Method in class org.opentripplanner.routing.impl.DefaultFareServiceFactory
-
- configure(JsonNode) - Method in class org.opentripplanner.routing.impl.NycFareServiceFactory
-
- configure(JsonNode) - Method in class org.opentripplanner.routing.impl.SeattleFareServiceFactory
-
- configure(JsonNode) - Method in interface org.opentripplanner.routing.services.FareServiceFactory
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_park.KmlBikeParkDataSource
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.BicimadBikeRentalDataSource
-
Note that the JSON being passed in here is for configuration of the OTP component, it's completely separate
from the JSON coming in from the update source.
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.CityBikesBikeRentalDataSource
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.GbfsBikeRentalDataSource
-
Note that the JSON being passed in here is for configuration of the OTP component, it's completely separate
from the JSON coming in from the update source.
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
Note that the JSON being passed in here is for configuration of the OTP component, it's completely separate
from the JSON coming in from the update source.
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.GenericKmlBikeRentalDataSource
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.example.ExampleGraphUpdater
-
- configure(Graph, JsonNode) - Method in interface org.opentripplanner.updater.JsonConfigurable
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.PollingGraphUpdater
-
Shared configuration code for all polling graph updaters.
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource
-
- configure(Graph, JsonNode) - Method in class org.opentripplanner.updater.stoptime.WebsocketGtfsRealtimeUpdater
-
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_park.BikeParkUpdater
-
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.bike_rental.BikeRentalUpdater
-
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.example.ExamplePollingGraphUpdater
-
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.PollingGraphUpdater
-
Mirrors GraphUpdater.configure method.
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater
-
- configurePolling(Graph, JsonNode) - Method in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
Here the updater can be configured using the properties in the file 'Graph.properties'.
- ConflictingBikeTags - Class in org.opentripplanner.graph_builder.annotation
-
- ConflictingBikeTags(long) - Constructor for class org.opentripplanner.graph_builder.annotation.ConflictingBikeTags
-
- CONGESTION_LEVEL_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- CONGESTION_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
CONGESTION = 3;
- consonants - Static variable in class org.opentripplanner.common.Namer
-
- ConstantIntersectionTraversalCostModel - Class in org.opentripplanner.routing.core
-
The cost of traversing an intersection is constant.
- ConstantIntersectionTraversalCostModel(double) - Constructor for class org.opentripplanner.routing.core.ConstantIntersectionTraversalCostModel
-
All traversal costs are equal to the passed-in constant.
- ConstantIntersectionTraversalCostModel() - Constructor for class org.opentripplanner.routing.core.ConstantIntersectionTraversalCostModel
-
Convenience constructor for no cost.
- ConstantQuantifiable(K) - Constructor for class org.opentripplanner.util.stats.DiscreteDistribution.ConstantQuantifiable
-
- Constants - Interface in org.opentripplanner.util
-
Constants
- CONSTRUCTION_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
CONSTRUCTION = 10;
- contains(Vertex) - Method in class org.opentripplanner.common.geometry.Subgraph
-
- contains(TraverseMode) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- contains(Integer) - Method in class org.opentripplanner.routing.request.BannedStopSet
-
- contains(Object[], Object) - Static method in class org.opentripplanner.util.ArrayUtils
-
- contains(Object) - Method in class org.opentripplanner.util.JoinedList
-
- contains(Coordinate) - Method in class org.opentripplanner.util.WorldEnvelope
-
- containsAll(Collection<?>) - Method in class org.opentripplanner.util.JoinedList
-
- containsExtension(Object) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Determine if a particular extension parameter is present for the specified key.
- containsKey(TransitStop) - Method in class org.opentripplanner.profile.MultiProfileStateStore
-
- containsKey(TransitStop) - Method in interface org.opentripplanner.profile.ProfileStateStore
-
- containsKey(TransitStop) - Method in class org.opentripplanner.profile.SingleProfileStateStore
-
- containsKey(Object) - Method in class org.opentripplanner.routing.util.NullExtraEdges
-
- containsPattern(TripPattern) - Method in class org.opentripplanner.profile.ProfileState
-
- containsPattern(TripPattern) - Method in class org.opentripplanner.profile.Ride
-
- containsStop(String) - Method in class org.opentripplanner.model.StopPattern
-
- containsStreet(Vertex) - Method in class org.opentripplanner.common.geometry.Subgraph
-
- containsTask(int) - Method in class org.opentripplanner.analyst.broker.Job
-
- containsValue(Object) - Method in class org.opentripplanner.routing.util.NullExtraEdges
-
- containsVertex(Vertex) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- containsVertex(Vertex) - Method in class org.opentripplanner.routing.graph.Graph
-
- continuousDropOff - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- continuousDropOff - Variable in class org.opentripplanner.model.StopPatternFlexFields
-
- continuousPickup - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- continuousPickup - Variable in class org.opentripplanner.model.StopPatternFlexFields
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.AttributeFeatureConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.CompositeBooleanConverter
-
use the permission combination strategy to combine the results of the list of converters
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.CompositeStreetTraversalPermissionConverter
-
use the permission combination strategy to combine the results of the list of converters
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.DirectSafetyReader
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.FeatureIdConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.JoinedFeatureConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.NullBooleanConverter
-
- convert(SimpleFeature) - Method in class org.opentripplanner.graph_builder.module.shapefile.StringAttributeFeatureConverter
-
- convert(SimpleFeature) - Method in interface org.opentripplanner.graph_builder.services.shapefile.SimpleFeatureConverter
-
- convertFromString(String, char) - Static method in class org.opentripplanner.model.FeedScopedId
-
Given an id of the form "agencyId_entityId", parses into a
FeedScopedId
id object.
- convertFromString(String) - Static method in class org.opentripplanner.model.FeedScopedId
-
Given an id of the form "agencyId_entityId", parses into a
FeedScopedId
id object.
- convertGeoJsonToJtsGeometry(GeoJsonObject) - Static method in class org.opentripplanner.common.geometry.GeometryUtils
-
Convert a org.geojson.Xxxx geometry to a JTS geometry.
- convertIdFromString(String) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- convertIdToString(FeedScopedId) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- ConvertToFrequency - Class in org.opentripplanner.analyst.scenario
-
Convert scheduled trips to frequencies.
- ConvertToFrequency() - Constructor for class org.opentripplanner.analyst.scenario.ConvertToFrequency
-
- ConvertToFrequency.ConversionGroup - Enum in org.opentripplanner.analyst.scenario
-
- convertToString(FeedScopedId) - Static method in class org.opentripplanner.model.FeedScopedId
-
Given an
FeedScopedId
object, creates a string representation of the
form "agencyId_entityId"
- CoordinateArrayListSequence - Class in org.opentripplanner.api.resource
-
An instance of CoordinateSequence that can be efficiently extended
- CoordinateArrayListSequence() - Constructor for class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- CoordinateArrayListSequence(ArrayList<Coordinate>) - Constructor for class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- coordinateOrigin - Variable in class org.opentripplanner.analyst.request.IsoChroneRequest
-
- coordinateOrigin - Variable in class org.opentripplanner.analyst.request.SampleGridRequest
-
- coordinates - Variable in class org.opensphere.geometry.algorithm.ConcaveHull
-
- CoordinateSerializer - Class in org.opentripplanner.model.json_serialization
-
- CoordinateSerializer() - Constructor for class org.opentripplanner.model.json_serialization.CoordinateSerializer
-
- coordinateType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- coordRef - Variable in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
A soft reference to the Coordinate[] representation of this sequence.
- copy() - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- copy() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Double
-
- copy() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Float
-
- CorsFilter - Class in org.opentripplanner.standalone
-
The Same Origin Policy states that JavaScript code (or other scripts) running on a web page may
not interact with resources originating from sites with a different hostname, protocol, or port
number.
- CorsFilter() - Constructor for class org.opentripplanner.standalone.CorsFilter
-
- couldMatch(TripPattern) - Method in class org.opentripplanner.analyst.scenario.TimetableFilter
-
Could any trip on this trip pattern possibly match this filter?
- countEdges() - Method in class org.opentripplanner.routing.core.OverlayGraph
-
A single edge can appear once or twice.
- countEdges() - Method in class org.opentripplanner.routing.graph.Graph
-
Find the total number of edges in this Graph.
- counts - Variable in class org.opentripplanner.analyst.Histogram
-
The number features that can be reached within each one-minute bin.
- countTargetsReached() - Method in class org.opentripplanner.profile.PropagatedTimesStore
-
- countTargetsReached() - Method in class org.opentripplanner.profile.TNPropagatedTimesStore
-
- countVertices() - Method in class org.opentripplanner.routing.core.OverlayGraph
-
A single Vertex can appear once or twice.
- countVertices() - Method in class org.opentripplanner.routing.graph.Graph
-
- coverage - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- coverageCRS - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- cpuName - Variable in class org.opentripplanner.api.resource.ServerInfo
-
- create(Coordinate[]) - Method in class org.opentripplanner.common.geometry.Serializable2DPackedCoordinateSequenceFactory
-
- create(CoordinateSequence) - Method in class org.opentripplanner.common.geometry.Serializable2DPackedCoordinateSequenceFactory
-
- create(int, int) - Method in class org.opentripplanner.common.geometry.Serializable2DPackedCoordinateSequenceFactory
-
- create() - Method in class org.opentripplanner.graph_builder.module.EntityReplacementStrategyFactory
-
- create() - Static method in class org.opentripplanner.gtfs.MockGtfs
-
- create(Kryo, Input, Class<Map>) - Method in class org.opentripplanner.kryo.HashBiMapSerializer
-
- createAreaEdge(IntersectionVertex, IntersectionVertex, LineString, I18NString, double, StreetTraversalPermission, boolean, AreaEdgeList) - Method in class org.opentripplanner.graph_builder.services.DefaultStreetEdgeFactory
-
- createAreaEdge(IntersectionVertex, IntersectionVertex, LineString, I18NString, double, StreetTraversalPermission, boolean, AreaEdgeList) - Method in interface org.opentripplanner.graph_builder.services.StreetEdgeFactory
-
- createBackwardHops(RoutingRequest) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
Create temporary edges and vertices from the transit network to the destination.
- createCalendarService(OtpTransitService) - Static method in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl
-
- createCalendarServiceData(OtpTransitService) - Static method in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl
-
- createCalendarSrvDataWithoutDatesForLocalizedSrvId(OtpTransitService) - Static method in class org.opentripplanner.calendar.impl.CalendarServiceDataFactoryImpl
-
- createContext(GtfsFeedId, OtpTransitService) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- createContext(GtfsFeedId, OtpTransitService, CalendarService) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- createCSVOutput() - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- createDirectHop(RoutingRequest, FlexPatternHop, TransitStop, TransitStop, GraphPath) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
- createEdge(IntersectionVertex, IntersectionVertex, LineString, I18NString, double, StreetTraversalPermission, boolean) - Method in class org.opentripplanner.graph_builder.services.DefaultStreetEdgeFactory
-
- createEdge(IntersectionVertex, IntersectionVertex, LineString, I18NString, double, StreetTraversalPermission, boolean) - Method in interface org.opentripplanner.graph_builder.services.StreetEdgeFactory
-
- createEmptyPopulation() - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- createEncodings(double[], double[]) - Static method in class org.opentripplanner.util.PolylineEncoder
-
- createEncodings(double[], double[], int) - Static method in class org.opentripplanner.util.PolylineEncoder
-
- createEncodings(double[], double[], int, int, int) - Static method in class org.opentripplanner.util.PolylineEncoder
-
- createEncodings(Iterable<Coordinate>) - Static method in class org.opentripplanner.util.PolylineEncoder
-
- createEncodings(Geometry) - Static method in class org.opentripplanner.util.PolylineEncoder
-
- createEncodings(Iterable<Coordinate>, int) - Static method in class org.opentripplanner.util.PolylineEncoder
-
- createFareZone(double, double, double, double) - Static method in class org.opentripplanner.profile.DCFareCalculator
-
- createForwardHops(RoutingRequest) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
Create temporary edges and vertices from the origin into the transit network.
- createGraphSource(String) - Method in class org.opentripplanner.routing.impl.InputStreamGraphSource.FileFactory
-
- createGraphSource(String) - Method in interface org.opentripplanner.routing.services.GraphSource.Factory
-
- createGridPopulation(double, double, double, double, int, int) - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
Create a grid of evently spaced points in a rectangle.
- createIndividuals() - Method in class org.opentripplanner.analyst.batch.BasicPopulation
-
- createIndividuals() - Method in class org.opentripplanner.analyst.batch.CSVPopulation
-
- createIndividuals() - Method in interface org.opentripplanner.analyst.batch.Population
-
Subclass-specific method to load the individuals from a file or create them based on other
properties.
- createIndividuals() - Method in class org.opentripplanner.analyst.batch.RasterPopulation
-
- createIndividuals() - Method in class org.opentripplanner.analyst.batch.ShapefilePopulation
-
- createIndividuals() - Method in class org.opentripplanner.analyst.batch.SyntheticRasterPopulation
-
- createIndividuals0() - Method in class org.opentripplanner.analyst.batch.RasterPopulation
-
Shared internal createIndividuals method allowing synthetic subclass to reuse projection code
- createNames(String, String) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- createNotes(String, String, NoteMatcher) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- createPair(E, E) - Static method in class org.opentripplanner.common.model.P2
-
- createParentStationTransfers() - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
Create bidirectional, "free" edges (zero-time, low-cost edges) between stops and their
parent stations.
- createPatches(AlertPatchSet) - Method in class org.opentripplanner.api.resource.AlertPatcher
-
- createRequest() - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- createRides(GraphPath) - Method in class org.opentripplanner.routing.impl.DefaultFareServiceImpl
-
- createSimpleAlerts(String) - Static method in class org.opentripplanner.routing.alertpatch.Alert
-
- createState(long) - Method in interface org.opentripplanner.routing.core.StateFactory
-
- createStrokedShape(Shape) - Method in class com.jhlabs.awt.ShapeStroke
-
- createStrokedShape(Shape) - Method in class com.jhlabs.awt.TextStroke
-
- createSurface(int, String) - Method in class org.opentripplanner.api.resource.SurfaceResource
-
- createTemporaryStreetLocation(Graph, String, I18NString, Iterable<StreetEdge>, Coordinate, boolean) - Static method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
Creates a TemporaryStreetLocation on the given street (set of PlainStreetEdges).
- createTransfersTxtTransfers() - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
Create transfer edges between stops which are listed in transfers.txt.
- createUpdatedTripTimes(GtfsRealtime.TripUpdate, TimeZone, ServiceDate) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Apply the TripUpdate to the appropriate TripTimes from this Timetable.
- creativeName - Variable in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
- CreativeNamer - Class in org.opentripplanner.graph_builder.module.osm
-
A CreativeNamer makes up names for ways that don't have one in the OSM data set.
- CreativeNamer(String) - Constructor for class org.opentripplanner.graph_builder.module.osm.CreativeNamer
-
- CreativeNamer() - Constructor for class org.opentripplanner.graph_builder.module.osm.CreativeNamer
-
- CreativeNamerEditor - Class in org.opentripplanner.graph_builder.module.osm
-
- CreativeNamerEditor() - Constructor for class org.opentripplanner.graph_builder.module.osm.CreativeNamerEditor
-
- CreativeNamerPicker - Class in org.opentripplanner.graph_builder.module.osm
-
Describes how unnamed OSM ways are to be named based on the tags they possess.
- CreativeNamerPicker() - Constructor for class org.opentripplanner.graph_builder.module.osm.CreativeNamerPicker
-
- CreativeNamerPicker(OSMSpecifier, CreativeNamer) - Constructor for class org.opentripplanner.graph_builder.module.osm.CreativeNamerPicker
-
- cross(VLPoint) - Method in class org.opentripplanner.visibility.VLPoint
-
- CROSSING_CLASS_MASK - Static variable in class org.opentripplanner.routing.edgetype.StreetEdge
-
- crs - Variable in class org.opentripplanner.analyst.batch.CSVPopulation
-
- crs - Variable in class org.opentripplanner.api.parameter.CRSParameter
-
- crsCode - Variable in class org.opentripplanner.analyst.batch.SyntheticRasterPopulation
-
- CRSParameter - Class in org.opentripplanner.api.parameter
-
- CRSParameter(String) - Constructor for class org.opentripplanner.api.parameter.CRSParameter
-
- CRUSHED_STANDING_ROOM_ONLY_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.OccupancyStatus
-
CRUSHED_STANDING_ROOM_ONLY = 4;
- CSVPopulation - Class in org.opentripplanner.analyst.batch
-
- CSVPopulation() - Constructor for class org.opentripplanner.analyst.batch.CSVPopulation
-
- CTX - Class in org.opentripplanner.common
-
CTX parser for receiving Dutch realtime updates
- CTX(String) - Constructor for class org.opentripplanner.common.CTX
-
- cumulateSample(Coordinate, Coordinate, SampleGridRenderer.WTWD, SampleGridRenderer.WTWD, double) - Method in class org.opentripplanner.analyst.request.SampleGridRenderer.WTWDAccumulativeMetric
-
- cumulateSample(Coordinate, Coordinate, TZ, TZ, double) - Method in interface org.opentripplanner.common.geometry.AccumulativeGridSampler.AccumulativeMetric
-
Callback function to handle a new added sample.
- CURRENT_STATUS_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- CURRENT_STOP_SEQUENCE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- currentError - Variable in class org.opentripplanner.graph_builder.module.map.MatchState
-
- currentUpdatedTimetableForTripPattern(TripPattern) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Get the most up-to-date timetable for the given TripPattern, as of right now.
- customNamer - Variable in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
Allows for arbitrary custom naming of edges.
- CustomNamer - Interface in org.opentripplanner.graph_builder.services.osm
-
For when CreativeNamePicker/WayPropertySet is just not powerful enough.
- customNamer - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
A custom OSM namer to use.
- CustomNamer.CustomNamerFactory - Class in org.opentripplanner.graph_builder.services.osm
-
- CustomNamerFactory() - Constructor for class org.opentripplanner.graph_builder.services.osm.CustomNamer.CustomNamerFactory
-
- cut(SampleGridRenderer.WTWD, SampleGridRenderer.WTWD, SampleGridRenderer.WTWD) - Method in class org.opentripplanner.analyst.request.SampleGridRenderer.WTWD.IsolineMetric
-
- cut(TZ, TZ, TZ) - Method in interface org.opentripplanner.common.geometry.IsolineBuilder.ZMetric
-
Check if the edge [AB] between two samples A and B "intersect" the zz0 plane.
- CUTOFF_SECONDS - Static variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- cutoffMinutes - Variable in class org.opentripplanner.analyst.TimeSurface
-
- cutoffSec - Variable in class org.opentripplanner.analyst.core.IsochroneData
-
- cutoffSecList - Variable in class org.opentripplanner.analyst.request.IsoChroneRequest
-
- GbfsBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
Created by demory on 2017-03-14.
- GbfsBikeRentalDataSource(String) - Constructor for class org.opentripplanner.updater.bike_rental.GbfsBikeRentalDataSource
-
- generate(String, OSMWithTags) - Static method in class org.opentripplanner.graph_builder.module.osm.TemplateLibrary
-
- generateCreativeName(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamer
-
- generateI18N(String, OSMWithTags) - Static method in class org.opentripplanner.graph_builder.module.osm.TemplateLibrary
-
Replace various pattern by the OSM tag values, with I18n support.
- generateImage(TimeSurface, RenderRequest) - Method in class org.opentripplanner.analyst.core.Tile
-
- generateItinerary(GraphPath, boolean, boolean, Locale) - Static method in class org.opentripplanner.api.resource.GraphPathToTripPlanConverter
-
- generateNote(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.NoteProperties
-
- generatePlan(List<GraphPath>, RoutingRequest) - Static method in class org.opentripplanner.api.resource.GraphPathToTripPlanConverter
-
Generates a TripPlan from a set of paths
- generateStreamingImageResponse(BufferedImage, MIMEImageFormat) - Static method in class org.opentripplanner.analyst.request.Renderer
-
- generateSummary() - Method in class org.opentripplanner.profile.Option
-
Make a human readable text summary of this option.
- generateUniqueIds(Collection<TripPattern>) - Static method in class org.opentripplanner.routing.edgetype.TripPattern
-
Patterns do not have unique IDs in GTFS, so we make some by concatenating agency id, route id, the direction and
an integer.
- generateUniqueName() - Method in class org.opentripplanner.common.Namer
-
- generateUniqueNames(Collection<TripPattern>) - Static method in class org.opentripplanner.routing.edgetype.TripPattern
-
Static method that creates unique human-readable names for a collection of TableTripPatterns.
- generateWalkSteps(Graph, State[], WalkStep, Locale) - Static method in class org.opentripplanner.api.resource.GraphPathToTripPlanConverter
-
Converts a list of street edges to a list of turn-by-turn directions.
- GenericDijkstra - Class in org.opentripplanner.routing.algorithm
-
Find the shortest path between graph vertices using Dijkstra's algorithm.
- GenericDijkstra(RoutingRequest) - Constructor for class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- GenericJsonBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
Fetch Bike Rental JSON feeds and pass each record on to the specific rental subclass
- GenericJsonBikeRentalDataSource(String) - Constructor for class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
Construct superclass
- GenericJsonBikeRentalDataSource(String, String, String) - Constructor for class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
- GenericJsonBikeRentalDataSource() - Constructor for class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
Construct superclass where rental list is on the top level of JSON code
- GenericKmlBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
Load bike rental stations from a KML placemarks.
- GenericKmlBikeRentalDataSource() - Constructor for class org.opentripplanner.updater.bike_rental.GenericKmlBikeRentalDataSource
-
- GenericLocation - Class in org.opentripplanner.common.model
-
Class describing a location provided by clients of routing.
- GenericLocation() - Constructor for class org.opentripplanner.common.model.GenericLocation
-
Constructs an empty GenericLocation.
- GenericLocation(double, double) - Constructor for class org.opentripplanner.common.model.GenericLocation
-
Constructs a GenericLocation with coordinates only.
- GenericLocation(Coordinate) - Constructor for class org.opentripplanner.common.model.GenericLocation
-
Constructs a GenericLocation with coordinates only.
- GenericLocation(double, double, double) - Constructor for class org.opentripplanner.common.model.GenericLocation
-
Constructs a GenericLocation with coordinates and heading.
- GenericLocation(String, String) - Constructor for class org.opentripplanner.common.model.GenericLocation
-
Construct from a name, place pair.
- GenericLocation(NamedPlace) - Constructor for class org.opentripplanner.common.model.GenericLocation
-
Same as above, but draws name and place string from a NamedPlace object.
- GenericXmlBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
- GenericXmlBikeRentalDataSource(String) - Constructor for class org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource
-
- GEO_JSON_POINT - Static variable in interface org.opentripplanner.util.Constants
-
- GEO_JSON_TAIL - Static variable in interface org.opentripplanner.util.Constants
-
- geocode(String, BoundingBox) - Method in class org.opentripplanner.api.resource.ExternalGeocoderResource
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.AlternatingGeocoder
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.BackupGeocoder
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.bano.BanoGeocoder
-
- geocode(String, Envelope) - Method in interface org.opentripplanner.geocoder.Geocoder
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.GeocoderGeoZoneCropper
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.GeocoderMultipleResultsStubImpl
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.GeocoderNullImpl
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.GeocoderUSCSV
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.google.GoogleGeocoder
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- geocode(String, Envelope) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoder
-
- geocoder - Variable in class org.opentripplanner.api.resource.ExternalGeocoderResource
-
- Geocoder - Interface in org.opentripplanner.geocoder
-
- GeocoderGeoZoneCropper - Class in org.opentripplanner.geocoder
-
Filter results of a geocoding request by removing elements outside of the covered geographical
zone.
- GeocoderGeoZoneCropper(Geocoder, double, double, double, double) - Constructor for class org.opentripplanner.geocoder.GeocoderGeoZoneCropper
-
- GeocoderMultipleResultsStubImpl - Class in org.opentripplanner.geocoder
-
- GeocoderMultipleResultsStubImpl(Collection<GeocoderResult>) - Constructor for class org.opentripplanner.geocoder.GeocoderMultipleResultsStubImpl
-
- GeocoderNullImpl - Class in org.opentripplanner.geocoder
-
- GeocoderNullImpl() - Constructor for class org.opentripplanner.geocoder.GeocoderNullImpl
-
- GeocoderResource - Class in org.opentripplanner.index
-
OTP simple built-in geocoder.
- GeocoderResource(OTPServer, String) - Constructor for class org.opentripplanner.index.GeocoderResource
-
- GeocoderResult - Class in org.opentripplanner.geocoder
-
- GeocoderResult() - Constructor for class org.opentripplanner.geocoder.GeocoderResult
-
- GeocoderResult(double, double, String) - Constructor for class org.opentripplanner.geocoder.GeocoderResult
-
- GeocoderResults - Class in org.opentripplanner.geocoder
-
- GeocoderResults() - Constructor for class org.opentripplanner.geocoder.GeocoderResults
-
- GeocoderResults(String) - Constructor for class org.opentripplanner.geocoder.GeocoderResults
-
- GeocoderResults(Collection<GeocoderResult>) - Constructor for class org.opentripplanner.geocoder.GeocoderResults
-
- GeocoderStubImpl - Class in org.opentripplanner.geocoder
-
- GeocoderStubImpl() - Constructor for class org.opentripplanner.geocoder.GeocoderStubImpl
-
- GeocoderStubImpl(double, double, String) - Constructor for class org.opentripplanner.geocoder.GeocoderStubImpl
-
- GeocoderUSCSV - Class in org.opentripplanner.geocoder
-
- GeocoderUSCSV() - Constructor for class org.opentripplanner.geocoder.GeocoderUSCSV
-
- geoidElevation - Variable in class org.opentripplanner.api.resource.ElevationMetadata
-
- geoidElevation - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
Whether to apply the ellipsoid->geoid offset to all elevations in the response
- geoJsonGet() - Method in class org.opentripplanner.api.resource.SimpleIsochrone
-
- GeoJsonModule - Class in org.opentripplanner.common.geometry
-
- GeoJsonModule() - Constructor for class org.opentripplanner.common.geometry.GeoJsonModule
-
- geom - Variable in class org.opentripplanner.graph_builder.module.NearbyStopFinder.StopAtDistance
-
- geometry - Variable in class org.opentripplanner.analyst.core.IsochroneData
-
- geometry - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern
-
The geometry of this pattern
- Geometry - Class in org.opentripplanner.geocoder.google
-
- Geometry() - Constructor for class org.opentripplanner.geocoder.google.Geometry
-
- geometry - Variable in class org.opentripplanner.graph_builder.module.osm.Ring
-
- geometry - Variable in class org.opentripplanner.profile.StreetEdgeInfo
-
- geometry - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
Used by the MapBuilder (and should be exposed by the Index API).
- GeometryAdapter - Class in org.opentripplanner.api.model
-
- GeometryAdapter() - Constructor for class org.opentripplanner.api.model.GeometryAdapter
-
- GeometryDeserializer - Class in org.opentripplanner.common.geometry
-
- GeometryDeserializer() - Constructor for class org.opentripplanner.common.geometry.GeometryDeserializer
-
- geometryFactory - Static variable in class org.opentripplanner.graph_builder.module.osm.PlatformLinker
-
- GeometryIndex - Class in org.opentripplanner.analyst.core
-
This index is used in Analyst and does not need to be instantiated if you are not performing
Analyst requests.
- GeometryIndex(Graph) - Constructor for class org.opentripplanner.analyst.core.GeometryIndex
-
- GeometryIndexService - Interface in org.opentripplanner.analyst.core
-
- GeometrySerializer - Class in org.opentripplanner.common.geometry
-
- GeometrySerializer() - Constructor for class org.opentripplanner.common.geometry.GeometrySerializer
-
- GeometryUtils - Class in org.opentripplanner.common.geometry
-
- GeometryUtils() - Constructor for class org.opentripplanner.common.geometry.GeometryUtils
-
- GeotiffGridCoverageFactoryImpl - Class in org.opentripplanner.graph_builder.module.ned
-
Implementation of ElevationGridCoverageFactory for Geotiff data.
- GeotiffGridCoverageFactoryImpl(File) - Constructor for class org.opentripplanner.graph_builder.module.ned.GeotiffGridCoverageFactoryImpl
-
- get(ResultEnvelope.Which) - Method in class org.opentripplanner.analyst.cluster.ResultEnvelope
-
- get(String) - Method in class org.opentripplanner.analyst.PointSetCache
-
- get(TileRequest) - Method in class org.opentripplanner.analyst.request.TileCache
-
delegate to the tile LoadingCache
- get(int) - Method in class org.opentripplanner.analyst.SurfaceCache
-
- get(String, Locale) - Method in enum org.opentripplanner.api.common.Message
-
- get(Locale) - Method in enum org.opentripplanner.api.common.Message
-
- get() - Method in enum org.opentripplanner.api.common.Message
-
- get(int) - Method in class org.opentripplanner.api.parameter.LayerList
-
- get(int) - Method in class org.opentripplanner.api.parameter.StyleList
-
- get(int, int) - Method in class org.opentripplanner.common.geometry.SparseMatrix
-
- get(Route) - Method in class org.opentripplanner.extra_graph.EdgesForRoute
-
- get(TransitStop) - Method in class org.opentripplanner.profile.MultiProfileStateStore
-
- get(TransitStop) - Method in interface org.opentripplanner.profile.ProfileStateStore
-
get the nondominated states at a particular vertex
- get(TransitStop) - Method in class org.opentripplanner.profile.SingleProfileStateStore
-
- get(Stop) - Method in class org.opentripplanner.profile.TimeRange.Tracker
-
Get the existing TimeRange for the specified stop, or NULL if none is defined.
- get(int) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- get(Vertex) - Method in class org.opentripplanner.routing.core.VertexMap
-
- get(int) - Static method in enum org.opentripplanner.routing.edgetype.StreetTraversalPermission
-
- get(Object) - Method in class org.opentripplanner.routing.util.NullExtraEdges
-
- get(byte, int) - Static method in class org.opentripplanner.util.BitSetUtils
-
- get(short, int) - Static method in class org.opentripplanner.util.BitSetUtils
-
- get(int, int) - Static method in class org.opentripplanner.util.BitSetUtils
-
- get(long, int) - Static method in class org.opentripplanner.util.BitSetUtils
-
- get(int) - Method in class org.opentripplanner.util.JoinedList
-
- get(String, Locale) - Method in class org.opentripplanner.util.Properties
-
- get(String) - Method in class org.opentripplanner.util.Properties
-
- get(String, String, Locale) - Method in class org.opentripplanner.util.Properties
-
- get(String, String) - Method in class org.opentripplanner.util.Properties
-
- get(String, boolean, Locale) - Method in class org.opentripplanner.util.Properties
-
- get(String, boolean) - Method in class org.opentripplanner.util.Properties
-
- get(String, int, Locale) - Method in class org.opentripplanner.util.Properties
-
- get(String, int) - Method in class org.opentripplanner.util.Properties
-
- get(String, long, Locale) - Method in class org.opentripplanner.util.Properties
-
- get(String, long) - Method in class org.opentripplanner.util.Properties
-
- get(int) - Method in class org.opentripplanner.visibility.Environment
-
- get(int, int, int, int) - Method in class org.opentripplanner.visibility.VisibilityGraph
-
- get(int, int) - Method in class org.opentripplanner.visibility.VisibilityGraph
-
- get(int) - Method in class org.opentripplanner.visibility.VLPolygon
-
- get_vertex_index(int, int) - Method in class org.opentripplanner.visibility.VisibilityGraph
-
- getAbsTimeDeltaSeconds() - Method in class org.opentripplanner.routing.core.State
-
- getAccessStopCluster() - Method in class org.opentripplanner.profile.Ride
-
- getActivePeriod(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriod(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriod(int) - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodCount() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodCount() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodCount() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodList() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodOrBuilder(int) - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActivePeriodOrBuilderList() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.TimeRange active_period = 1;
- getActiveTime() - Method in class org.opentripplanner.routing.core.State
-
Returns the length of the trip in seconds up to this time, not including the initial wait.
- getAddExtraEdgesToAreas() - Method in class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter
-
- getAddExtraEdgesToAreas() - Method in class org.opentripplanner.graph_builder.module.StreetLinkerModule
-
- getAgencies(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return a list of all agencies in the graph.
- getAgencies() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getAgencies(String) - Method in class org.opentripplanner.routing.graph.Graph
-
- getAgency(String, String) - Method in class org.opentripplanner.index.IndexAPI
-
Return specific agency in the graph, by ID.
- getAgency() - Method in class org.opentripplanner.model.Route
-
- getAgency() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getAgency() - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- getAgencyId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string agency_id = 1;
- getAgencyId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string agency_id = 1;
- getAgencyId() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string agency_id = 1;
- getAgencyId() - Method in class org.opentripplanner.model.FeedScopedId
-
- getAgencyIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string agency_id = 1;
- getAgencyIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string agency_id = 1;
- getAgencyIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string agency_id = 1;
- getAgencyIdMappings() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- getAgencyRoutes(String, String) - Method in class org.opentripplanner.index.IndexAPI
-
Return all routes for the specific agency.
- getAgencyWithoutFeedId(String) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Fetch an agency by its string ID, ignoring the fact that this ID should be scoped by a feedId.
- getAirplane() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getAlert() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- getAlert() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.Alert alert = 5;
- getAlert() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.Alert alert = 5;
- getAlert() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getAlertBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- getAlertDescriptionText() - Method in class org.opentripplanner.api.model.alertpatch.LocalizedAlert
-
- getAlertHeaderText() - Method in class org.opentripplanner.api.model.alertpatch.LocalizedAlert
-
- getAlertOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- getAlertOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.Alert alert = 5;
- getAlertOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.Alert alert = 5;
- getAlertPatches(Edge) - Method in class org.opentripplanner.routing.graph.Graph
-
- getAlertUrl() - Method in class org.opentripplanner.api.model.alertpatch.LocalizedAlert
-
- getAlightArea() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getAlightTime(TraverseMode) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getAlightType(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getAll() - Method in class org.opentripplanner.profile.MultiProfileStateStore
-
- getAll() - Method in interface org.opentripplanner.profile.ProfileStateStore
-
get all nondominated states
- getAll() - Method in class org.opentripplanner.profile.SingleProfileStateStore
-
- getAllAgencies() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllAgencies() - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Construct a set of all Agencies in this graph, spanning across all feed IDs.
- getAllAlertPatches() - Method in class org.opentripplanner.routing.impl.AlertPatchServiceImpl
-
- getAllAlertPatches() - Method in interface org.opentripplanner.routing.services.AlertPatchService
-
- getAllAreas() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllCalendarDates() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllCalendars() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllFareAttributes() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllFareRules() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllFeedInfos() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllFirstSpecificTransfers() - Method in class org.opentripplanner.routing.core.TransferTable
-
Deprecated.
- getAllFlexAreas() - Method in class org.opentripplanner.index.IndexAPI
-
Return all GTFS-Flex area IDs.
- getAllFrequencies() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllPathways() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllPointSets() - Method in class org.opentripplanner.api.resource.PointSetResource
-
- getAllRoutes() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllServiceIds() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllShapePoints() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllStates() - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getAllStopClusters() - Method in class org.opentripplanner.index.IndexAPI
-
Return all clusters of stops.
- getAllStops() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllStopTimes() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllTimeZones() - Method in class org.opentripplanner.routing.graph.Graph
-
Return all TimeZones for all agencies in the graph
- getAllTransfers() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAllTrips() - Method in interface org.opentripplanner.model.OtpTransitService
-
- getAmPm(int) - Static method in class org.opentripplanner.util.DateUtils
-
- getAmPm(int, String, String) - Static method in class org.opentripplanner.util.DateUtils
-
- getAnnotations() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getAppId() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoder
-
- getArea() - Method in class org.opentripplanner.routing.edgetype.AreaEdge
-
- getAreaId() - Method in class org.opentripplanner.model.FlexArea
-
- getAreas() - Method in class org.opentripplanner.routing.edgetype.AreaEdgeList
-
- getArrival() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrival() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrival() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrival(int, int) - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
- getArrivalBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrivalDelay(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getArrivalOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrivalOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrivalOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- getArrivalTime() - Method in class org.opentripplanner.model.StopTime
-
- getArrivalTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getAsCalendar(TimeZone) - Method in class org.opentripplanner.model.calendar.ServiceDate
-
Constructs a
Calendar
object such that the Calendar will be at
"midnight" (12:00am) at the start of the day specified by this service date
and the target timezone.
- getAsDate() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- getAsDate(TimeZone) - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- getAsStr() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
get this traverse mode as a string that can be fed back into the constructor
- getAsString() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- getAssumedName() - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
Returns a name-like value for an entity (if one exists).
- getAsText() - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamerEditor
-
- getAsText() - Method in class org.opentripplanner.graph_builder.module.osm.NotePropertiesEditor
-
- getAsText() - Method in class org.opentripplanner.graph_builder.module.osm.SafetyFeaturesEditor
-
- getAttributeName() - Method in class org.opentripplanner.graph_builder.module.shapefile.AttributeFeatureConverter
-
- getAttributeName() - Method in class org.opentripplanner.graph_builder.module.shapefile.NullBooleanConverter
-
- getAzimuth(Coordinate, Coordinate) - Static method in class org.opentripplanner.common.geometry.DirectionUtils
-
Returns the approximate azimuth from coordinate A to B in decimal degrees clockwise from North,
in the range (-180° to +180°).
- getAzimuth() - Method in class org.opentripplanner.routing.graph.Edge
-
Returns the azimuth of this edge from head to tail.
- getBackDirection() - Method in class org.opentripplanner.routing.core.State
-
Get the name of the direction used to get to this state.
- getBackEdge() - Method in class org.opentripplanner.routing.core.State
-
- getBackMode() - Method in class org.opentripplanner.routing.core.State
-
- getBackState() - Method in class org.opentripplanner.routing.core.State
-
- getBackTrip() - Method in class org.opentripplanner.routing.core.State
-
Get the back trip of the given state.
- getBarrierPermissions() - Method in class org.opentripplanner.routing.vertextype.BarrierVertex
-
- getBearing() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float bearing = 3;
- getBearing() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
optional float bearing = 3;
- getBearing() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
optional float bearing = 3;
- getBeginStop() - Method in interface org.opentripplanner.routing.edgetype.HopEdge
-
- getBeginStop() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getBestDwellTime(int) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Returns the shortest possible dwell time at this stop
- getBestRunningTime(int) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Returns the shortest possible running time for this stop
- getBicycle() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getBicycleSafetyConverter() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getBicycleSafetyFactor() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getBicycleSafetyMultiplier() - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- getBikeParkingAreas() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getBikeParkingNodes() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getBikeParks() - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStationService
-
- getBikeParks() - Method in interface org.opentripplanner.updater.bike_park.BikeParkDataSource
-
- getBikeParks() - Method in class org.opentripplanner.updater.bike_park.KmlBikeParkDataSource
-
- getBikeRentalNetworks() - Method in class org.opentripplanner.routing.core.State
-
- getBikeRentalNodes() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getBikeRentalStations(String, String, String, String) - Method in class org.opentripplanner.api.resource.BikeRental
-
- getBikeRentalStations() - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStationService
-
- getBikesAllowed() - Method in class org.opentripplanner.model.Route
-
- getBikesAllowed() - Method in class org.opentripplanner.model.Trip
-
- getBikesAvailable() - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
- getBlockId() - Method in class org.opentripplanner.model.Trip
-
- getBoardAlightMessage(int) - Static method in class org.opentripplanner.api.resource.GraphPathToTripPlanConverter
-
This was originally in TransitUtils.handleBoardAlightType.
- getBoardArea() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getBoardCost(TraverseMode) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getBoardCostLowerBound() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getBoardings() - Method in class org.opentripplanner.scripting.api.OtpsEvaluatedIndividual
-
- getBoardTime(TraverseMode) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getBoardType(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getBoundingBox(CoordinateReferenceSystem) - Method in class org.opentripplanner.analyst.core.GeometryIndex
-
- getBoundingBox(CoordinateReferenceSystem) - Method in interface org.opentripplanner.analyst.core.GeometryIndexService
-
- getBrandingUrl() - Method in class org.opentripplanner.model.Agency
-
- getBrandingUrl() - Method in class org.opentripplanner.model.Route
-
- getBuilderAnnotations() - Method in class org.opentripplanner.routing.graph.Graph
-
- getBundle() - Method in class org.opentripplanner.routing.graph.Graph
-
- getBundle(String, Locale) - Static method in class org.opentripplanner.util.Properties
-
static .properties resource loader
will first look for a resource org.opentripplaner.blah.blah.blah.ClassName.properties.
- getBus() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getCableCar() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getCalendarDates() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getCalendarDatesForServiceId(FeedScopedId) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getCalendarForServiceId(FeedScopedId) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getCalendars() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getCalendarService() - Method in interface org.opentripplanner.gtfs.GtfsContext
-
- getCalendarService() - Method in class org.opentripplanner.routing.graph.Graph
-
- getCallAndRideAlightTime(int, long, int, ServiceDay, boolean, long) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getCallAndRideBoardTime(int, long, int, ServiceDay, boolean, long) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getCallAndRideDuration() - Method in class org.opentripplanner.routing.spt.GraphPath
-
Return the total duration, in seconds, of call-and-ride legs used in a trip plan.
- getCallAndRideTime() - Method in class org.opentripplanner.routing.core.State
-
- getCallAndRideTime() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getCallAndRideTrips() - Method in class org.opentripplanner.routing.spt.GraphPath
-
Get all trips used in the search which were call-and-ride trips.
- getCapacity() - Method in class org.opentripplanner.openstreetmap.model.OSMNode
-
Returns the capacity of this node if defined, or 0.
- getCar() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getCarSpeed() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getCarSpeedForWay(OSMWithTags, boolean) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
Calculate the automobile speed, in meters per second, for this way.
- getCause() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- getCause() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- getCause() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- getCellSize() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getCellSize() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getCenter() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getCenter() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getCenter() - Method in class org.opentripplanner.routing.graph.Graph
-
- getCents() - Method in class org.opentripplanner.routing.core.Money
-
- getChunks() - Method in class org.opentripplanner.common.geometry.SparseMatrix
-
- getClasses() - Method in class org.opentripplanner.standalone.OTPApplication
-
This method registers classes with Jersey to define web resources and enable custom features.
- getClosestVertex(GenericLocation, RoutingRequest, boolean) - Method in class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter
-
Used to link origin and destination points to graph non destructively.
- getCode() - Method in class org.opentripplanner.model.Stop
-
- getCoefficient() - Method in class org.opentripplanner.routing.trippattern.DrtTravelTime
-
- getColor(double) - Method in class org.opentripplanner.inspector.DefaultScalarColorPalette
-
- getColor(double) - Method in interface org.opentripplanner.inspector.ScalarColorPalette
-
- getColor() - Method in class org.opentripplanner.model.Route
-
- getColorModel() - Method in class org.opentripplanner.inspector.EdgeVertexTileRenderer
-
- getColorModel() - Method in interface org.opentripplanner.inspector.TileRenderer
-
Return the BufferedImage color model the renderer would like to use
- getComparator(List<Vertex>) - Method in class org.opentripplanner.routing.core.MortonVertexComparatorFactory
-
- getComparator(List<Vertex>) - Method in interface org.opentripplanner.routing.graph.VertexComparatorFactory
-
- getCompletedTaskCount() - Method in class org.opentripplanner.analyst.broker.Job
-
- getComponentIndex() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
The component index of the vertex the iterator is currently at.
- getComponentPolygons(Graph, RoutingRequest, long) - Static method in class org.opentripplanner.internals.AnalysisUtils
-
Get polygons covering the components of the graph.
- getConcaveHull() - Method in class org.opensphere.geometry.algorithm.ConcaveHull
-
Returns a Geometry
that represents the concave hull of the input
geometry according to the threshold.
- getConfig() - Method in enum org.opentripplanner.api.common.Message
-
simple checker / getter of the config
- getCongestionLevel() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- getCongestionLevel() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- getCongestionLevel() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- getConnectedComponents(Graph) - Static method in class org.opentripplanner.internals.AnalysisUtils
-
- getConstant() - Method in class org.opentripplanner.routing.trippattern.DrtTravelTime
-
- getContainsId() - Method in class org.opentripplanner.model.FareRule
-
- getContext(Class<?>) - Method in class org.opentripplanner.api.model.JSONObjectMapperProvider
-
When serializing any kind of result, use the same ObjectMapper.
- getContext() - Method in class org.opentripplanner.routing.core.State
-
- getContinuousDropOff() - Method in class org.opentripplanner.model.StopTime
-
- getContinuousDropOff(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Returns whether this stop allows continuous dropoff
- getContinuousDropOffMessage() - Method in class org.opentripplanner.model.Trip
-
- getContinuousPickup() - Method in class org.opentripplanner.model.StopTime
-
- getContinuousPickup(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Returns whether this stop allows continuous pickup
- getContinuousPickupMessage() - Method in class org.opentripplanner.model.Trip
-
- getConvexHull() - Method in class org.opentripplanner.common.geometry.Subgraph
-
- getConvexHull() - Method in class org.opentripplanner.routing.graph.Graph
-
- getCoordinate() - Method in class org.opensphere.geometry.triangulation.model.Vertex
-
Returns the coordinate of the vertex.
- getCoordinate(int) - Method in class org.opentripplanner.analyst.PointSet
-
Returns a new coordinate object for the feature at the given index in this set, or its centroid.
- getCoordinate(int) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getCoordinate(int, Coordinate) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getCoordinate(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getCoordinate(int, Coordinate) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getCoordinate() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns this as a Coordinate object.
- getCoordinate() - Method in class org.opentripplanner.routing.graph.Vertex
-
- getCoordinateCopy(int) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getCoordinateCopy(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getCoordinateInternal(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Double
-
- getCoordinateInternal(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Float
-
- getCoordinateInternal(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
Returns a Coordinate representation of the specified coordinate, by always building a new
Coordinate object
- getCoordinates(ZSampleGrid.ZSamplePoint<TZ>) - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getCoordinates(ZSampleGrid.ZSamplePoint<TZ>) - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getCost(GraphPath) - Method in class org.opentripplanner.routing.bike_rental.TimeBasedBikeRentalFareService
-
- getCost(GraphPath) - Method in class org.opentripplanner.routing.fares.AddingMultipleFareService
-
- getCost(GraphPath) - Method in class org.opentripplanner.routing.impl.DefaultFareServiceImpl
-
- getCost(GraphPath) - Method in class org.opentripplanner.routing.impl.DutchFareServiceImpl
-
- getCost(GraphPath) - Method in class org.opentripplanner.routing.impl.NycFareServiceImpl
-
- getCost(GraphPath) - Method in interface org.opentripplanner.routing.services.FareService
-
- getCount() - Method in class org.opentripplanner.geocoder.GeocoderResults
-
- getCreativeNameForWay(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- getCreativeNamePattern() - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamer
-
- getCsvInputSource() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- getCurrency() - Method in class org.opentripplanner.routing.core.Money
-
- getCurrency() - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- getCurrencyCode() - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- getCurrencyType() - Method in class org.opentripplanner.model.FareAttribute
-
- getCurrentStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- getCurrentStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- getCurrentStatus() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- getCurrentStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint32 current_stop_sequence = 3;
- getCurrentStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional uint32 current_stop_sequence = 3;
- getCurrentStopSequence() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional uint32 current_stop_sequence = 3;
- getDao() - Method in class org.opentripplanner.gtfs.GtfsImport
-
- getData() - Method in class org.opentripplanner.calendar.impl.CalendarServiceImpl
-
- getData() - Method in class org.opentripplanner.calendar.impl.MultiCalendarServiceImpl
-
- getData(String) - Static method in class org.opentripplanner.util.HttpUtils
-
- getData(String, String, String) - Static method in class org.opentripplanner.util.HttpUtils
-
- getDataForWay(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
Applies the WayProperties whose OSMPicker best matches this way.
- getDataIndex(String) - Method in class org.opentripplanner.scripting.api.OtpsPopulation
-
- getDataKey() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- getDate() - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- getDatesForLocalizedServiceId(LocalizedServiceId) - Method in class org.opentripplanner.model.calendar.CalendarServiceData
-
- getDateTime() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getDay() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- getDebugGeometry() - Method in class org.opentripplanner.common.geometry.DelaunayIsolineBuilder
-
- getDebugGeometry() - Method in class org.opentripplanner.common.geometry.RecursiveGridIsolineBuilder
-
- getDefaultBikesAllowed() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
When a trip doesn't contain any bicycle accessibility information, should taking a bike
along a transit trip be permitted?
A trip doesn't contain bicycle accessibility information if both route_short_name and
trip_short_name contain missing/0 values.
- getDefaultFractionDigits() - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.Position
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- getDefaultInstance() - Static method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
- getDefaultInstanceForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- getDefaultLocale() - Method in enum org.opentripplanner.util.ResourceBundleSingleton
-
- getDegreeIn(Vertex) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- getDegreeIn() - Method in class org.opentripplanner.routing.graph.Vertex
-
- getDegreeOut(Vertex) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- getDegreeOut() - Method in class org.opentripplanner.routing.graph.Vertex
-
- getDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional int32 delay = 5;
- getDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional int32 delay = 5;
- getDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 delay = 1;
- getDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
optional int32 delay = 1;
- getDelay() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEventOrBuilder
-
optional int32 delay = 1;
- getDelay() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional int32 delay = 5;
- getDemandResponseAvgTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getDemandResponseMaxTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getDeparture() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDeparture() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDeparture() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDeparture(int, int) - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
- getDepartureBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDepartureDelay(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getDepartureOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDepartureOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDepartureOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- getDepartureTime() - Method in class org.opentripplanner.model.StopTime
-
- getDepartureTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getDesc() - Method in class org.opentripplanner.model.Route
-
- getDesc() - Method in class org.opentripplanner.model.Stop
-
- getDescription() - Method in class org.opentripplanner.geocoder.GeocoderResult
-
- getDescription() - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- getDescriptions() - Method in class org.opentripplanner.analyst.scenario.ScenarioStore
-
- getDescriptionText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptionText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptionText() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptionTextBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptionTextOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptionTextOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptionTextOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString description_text = 11;
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.FeedHeader.Incrementality
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.Position
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
- getDescriptor() - Static method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.OccupancyStatus
-
- getDescriptor() - Static method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.VehicleStopStatus
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.FeedHeader.Incrementality
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
- getDescriptorForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.OccupancyStatus
-
- getDescriptorForType() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.VehicleStopStatus
-
- getDestinationId() - Method in class org.opentripplanner.model.FareRule
-
- getDetails(Fare.FareType) - Method in class org.opentripplanner.routing.core.Fare
-
- getDimension() - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getDimension() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getDirection() - Method in class org.opentripplanner.model.Stop
-
- getDirection() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getDirection() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getDirection() - Method in class org.opentripplanner.routing.graph.Edge
-
Get a direction on paths where it matters, or null
- getDirection() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getDirectionId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional uint32 direction_id = 6;
- getDirectionId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional uint32 direction_id = 6;
- getDirectionId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional uint32 direction_id = 6;
- getDirectionId() - Method in class org.opentripplanner.model.Trip
-
- getDirectionId() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getDirectVehicleTime() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getDirectVehicleTime() - Method in class org.opentripplanner.routing.edgetype.flex.TemporaryDirectPatternHop
-
- getDisplay_name() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- getDisplayGeometry() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getDisplayGeometry() - Method in class org.opentripplanner.routing.graph.Edge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.ElevatorHopEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.FreeEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.LegSwitchingEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.StationStopEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- getDistance() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getDistance() - Method in class org.opentripplanner.routing.graph.Edge
-
- getDistanceAlongRoute() - Method in class org.opentripplanner.graph_builder.module.map.MatchState
-
- getDistTraveled() - Method in class org.opentripplanner.model.ShapePoint
-
- getDoubleFromString(String) - Static method in class org.opentripplanner.util.IntUtils
-
- getDropOffType() - Method in class org.opentripplanner.model.StopTime
-
- getDrtAdvanceBookMin() - Method in class org.opentripplanner.model.Trip
-
- getDrtAvgTravelTime() - Method in class org.opentripplanner.model.Trip
-
- getDrtDropOffMessage() - Method in class org.opentripplanner.model.Trip
-
- getDrtMaxTravelTime() - Method in class org.opentripplanner.model.Trip
-
- getDrtPickupMessage() - Method in class org.opentripplanner.model.Trip
-
- getDuration() - Method in class org.opentripplanner.api.model.Leg
-
The leg's duration in seconds
- getDuration() - Method in class org.opentripplanner.routing.spt.GraphPath
-
Returns the duration of the trip in seconds.
- getDwellTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getEarlyStart() - Method in class org.opentripplanner.updater.alerts.AlertsUpdateHandler
-
- getEdge() - Method in class org.opentripplanner.graph_builder.module.map.MatchState
-
- getEdgeById(int) - Method in class org.opentripplanner.routing.graph.Graph
-
Returns the edge with the given ID or null if none is present.
- getEdges() - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Returns the edges which compose the triangle.
- getEdges() - Method in class org.opentripplanner.routing.edgetype.AreaEdgeList
-
- getEdges() - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- getEdges() - Method in class org.opentripplanner.routing.graph.Graph
-
Return all the edges in the graph.
- getEdgesForEnvelope(Envelope) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- getEdgesForEnvelope(Envelope) - Method in interface org.opentripplanner.routing.services.StreetVertexIndexService
-
Return the edges whose geometry intersect with the specified envelope.
- getEffect() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- getEffect() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- getEffect() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- getEffectiveStartDate() - Method in class org.opentripplanner.api.model.alertpatch.LocalizedAlert
-
- getEgressStopCluster() - Method in class org.opentripplanner.profile.Ride
-
- getElapsedTimeSeconds() - Method in class org.opentripplanner.routing.core.State
-
returns the length of the trip in seconds up to this state
- getElapsedTimeSeconds() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getElevation() - Method in class org.opentripplanner.api.model.WalkStep
-
- getElevationProfile() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getElevationProfile() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- getEligibilityRestricted() - Method in class org.opentripplanner.model.Route
-
- getEmailAddress() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- getEmptyImage(Style) - Method in class org.opentripplanner.analyst.core.Tile
-
- getEnd() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 end = 2;
- getEnd() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
optional uint64 end = 2;
- getEnd() - Method in interface com.google.transit.realtime.GtfsRealtime.TimeRangeOrBuilder
-
optional uint64 end = 2;
- getEndDate() - Method in class org.opentripplanner.model.FeedInfo
-
- getEndDate() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getEndGeometry() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getEndIndex() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getEndLocation(Geometry) - Static method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
- getEndOsmNodeId() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Get the ending OSM node ID of this edge.
- getEndServiceArea() - Method in class org.opentripplanner.model.StopTime
-
- getEndServiceAreaRadius() - Method in class org.opentripplanner.model.StopTime
-
- getEndStop() - Method in interface org.opentripplanner.routing.edgetype.HopEdge
-
- getEndStop() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getEndTime() - Method in class org.opentripplanner.model.Frequency
-
- getEndTime() - Method in class org.opentripplanner.routing.spt.GraphPath
-
Returns the end time of the trip in seconds since the epoch.
- getEndVehicleTime() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getEndVertex() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getEntity(int) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntity(int) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntity(int) - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityCount() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityCount() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityCount() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityList() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityList() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityList() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityOrBuilder(int) - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntityOrBuilderList() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
repeated .transit_realtime.FeedEntity entity = 2;
- getEntry() - Method in class org.opentripplanner.api.adapters.MapType
-
- getEnvelope(String, String) - Static method in class org.opentripplanner.api.resource.BikeRental
-
Envelopes are in latitude, longitude format
- getEnvelope() - Method in class org.opentripplanner.routing.graph.Graph
-
- getError() - Method in class org.opentripplanner.api.resource.Response
-
The error (if any) that this response raised.
- getError() - Method in class org.opentripplanner.geocoder.GeocoderResults
-
- getErrorMessage(String, Throwable) - Method in class org.opentripplanner.api.parameter.CRSParameter
-
- getEV() - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Returns the end vertex of the edge.
- getExactTimes() - Method in class org.opentripplanner.model.Frequency
-
- getExceptionType() - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- getExemplar() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getExitName() - Method in class org.opentripplanner.routing.vertextype.ExitVertex
-
- getExtension(Object) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Get the extension parameter with the specified key.
- getExtension(Object) - Method in class org.opentripplanner.routing.core.State
-
Retrieve a State extension based on its key.
- getExtension(Object) - Method in class org.opentripplanner.routing.core.StateEditor
-
- getExtent() - Method in class org.opentripplanner.routing.graph.Graph
-
- getExtraClassPath() - Method in class org.opentripplanner.model.GraphBundle
-
- getExtraWeight(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.flex.FlexTransitBoardAlight
-
- getExtraWeight(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getFare() - Method in class org.opentripplanner.model.FareRule
-
- getFare(Fare.FareType) - Method in class org.opentripplanner.routing.core.Fare
-
- getFareAttribute() - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- getFareAttributes() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getFareId() - Method in class org.opentripplanner.model.Trip
-
- getFarePeriodId() - Method in class org.opentripplanner.model.StopTime
-
- getFareRules() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getFareUrl() - Method in class org.opentripplanner.model.Agency
-
- getFeature(int) - Method in class org.opentripplanner.analyst.PointSet
-
- getFeatureSelector() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getFeatureSource() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileFeatureSourceFactoryImpl
-
- getFeatureSource() - Method in interface org.opentripplanner.graph_builder.services.shapefile.FeatureSourceFactory
-
- getFeedId() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
So that we can load multiple gtfs feeds into the same database.
- getFeedId() - Method in interface org.opentripplanner.gtfs.GtfsContext
-
- getFeedId() - Method in class org.opentripplanner.gtfs.GtfsImport
-
- getFeedId() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getFeedId() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getFeedId() - Method in interface org.opentripplanner.routing.edgetype.HopEdge
-
- getFeedId() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getFeedId() - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot.TripIdAndServiceDate
-
- getFeedId() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
Get the feed id this trip pattern belongs to.
- getFeedId() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource
-
- getFeedId() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource
-
- getFeedId() - Method in interface org.opentripplanner.updater.stoptime.TripUpdateSource
-
- getFeedIds() - Method in class org.opentripplanner.routing.graph.Graph
-
- getFeedInfo(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getFeedInfo(String) - Method in class org.opentripplanner.routing.graph.Graph
-
- getFeedInfos() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getFeeds() - Method in class org.opentripplanner.index.IndexAPI
-
- getFerry() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getFirstAngle(Geometry) - Static method in class org.opentripplanner.common.geometry.DirectionUtils
-
Computes the angle of the first segment of a LineString or MultiLineString in radians clockwise from North
in the range (-PI, PI).
- getFirstSpecificTransferTime() - Method in class org.opentripplanner.routing.core.StopTransfer
-
Deprecated.
- getFirstToLastSegmentAngle(Geometry) - Method in class org.opentripplanner.api.resource.SIsochrone
-
Computes the angle from the first point to the last point of a LineString or MultiLineString.
- getFlexAreaByFeedId(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return a specific GTFS-Flex area given an ID in Agency:ID format.
- getFlexAreas() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getFlexFields() - Method in class org.opentripplanner.model.StopPattern
-
- getFloatData(String) - Method in class org.opentripplanner.scripting.api.OtpsIndividual
-
Retrieve some data associated with this individual.
- getFloatData(String, double) - Method in class org.opentripplanner.scripting.api.OtpsIndividual
-
Retrieve some data associated with this individual.
- getFormatted_address() - Method in class org.opentripplanner.geocoder.google.GoogleGeocoderResult
-
- getFrequencies() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getFrequencyDeparture(int, int, int, int, FrequencyRandomOffsets) - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
- getFrequencyDeparture(int, int, int, int, FrequencyRandomOffsets, RaptorWorkerTimetable.BoardingAssumption) - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
Get the departure on frequency trip trip at stop stop after time time,
with the given boarding assumption.
- getFrequencyTravelTime(int, int, int) - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
Get the travel time (departure to arrival) on frequency trip trip, from stop from to stop to.
- getFrequencyTripCount() - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
Get the number of frequency trips on this pattern (i.e.
- getFriday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getFromPlace() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getFromRoute() - Method in class org.opentripplanner.model.Transfer
-
- getFromStop() - Method in class org.opentripplanner.model.Pathway
-
- getFromStop() - Method in class org.opentripplanner.model.Transfer
-
- getFromTrip() - Method in class org.opentripplanner.model.Transfer
-
- getFromVertex() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getFromVertex() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getFromVertex() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getFromVertex() - Method in class org.opentripplanner.routing.graph.Edge
-
- getFromWayTurnRestrictions(Long) - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getFullDatasetValueOfLastUpdates() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource
-
- getFullDatasetValueOfLastUpdates() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource
-
- getFullDatasetValueOfLastUpdates() - Method in interface org.opentripplanner.updater.stoptime.TripUpdateSource
-
- getFunicular() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getGeoJsonIsochrone() - Method in class org.opentripplanner.api.resource.LIsochrone
-
- getGeom() - Method in class org.opentripplanner.analyst.PointFeature
-
- getGeometry() - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Returns the geometry of the edge.
- getGeometry() - Method in class org.opentripplanner.geocoder.google.GoogleGeocoderResult
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.ElevatorHopEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.FreeEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.IntersectionTransitLink
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.LegSwitchingEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideLinkEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.StationStopEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- getGeometry() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getGeometry() - Method in class org.opentripplanner.routing.graph.Edge
-
- getGeometry() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getGeometry() - Method in class org.opentripplanner.routing.transit_index.RouteSegment
-
- getGeometry() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getGeometryFactory() - Static method in class org.opentripplanner.common.geometry.GeometryUtils
-
- getGeometryForPattern(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return geometry for the pattern as a packed coordinate sequence
- getGeometryForTrip(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return geometry for the trip as a packed coordinate sequence
- getGeometrySegment(int) - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getGeomIndex() - Method in class org.opentripplanner.routing.graph.Graph
-
- getGondola() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getGraph() - Method in class org.opentripplanner.graph_builder.GraphBuilder
-
- getGraph() - Method in class org.opentripplanner.model.json_serialization.WithGraph
-
- getGraph() - Method in class org.opentripplanner.visualizer.GraphVisualizer
-
- getGraphId(String) - Method in class org.opentripplanner.api.resource.Routers
-
Returns the bounds for a specific routerId, or verifies whether it is registered.
- getGraphPath() - Method in class org.opentripplanner.model.GraphBundle
-
- getGraphQL(HashMap<String, Object>) - Method in class org.opentripplanner.index.IndexAPI
-
- getGraphQL(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getGraphQLResponse(String, Map<String, Object>, String) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
- getGraphService() - Method in class org.opentripplanner.standalone.OTPServer
-
- getGraphSourceFactory() - Method in class org.opentripplanner.routing.services.GraphService
-
- getGridCoverage() - Method in class org.opentripplanner.graph_builder.module.ned.GeotiffGridCoverageFactoryImpl
-
- getGridCoverage() - Method in class org.opentripplanner.graph_builder.module.ned.NEDGridCoverageFactoryImpl
-
- getGridCoverage() - Method in interface org.opentripplanner.graph_builder.services.ned.ElevationGridCoverageFactory
-
- getGridCoverage2D(BufferedImage) - Method in class org.opentripplanner.analyst.core.Tile
-
- getGtfsRealtimeVersion() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
required string gtfs_realtime_version = 1;
- getGtfsRealtimeVersion() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
required string gtfs_realtime_version = 1;
- getGtfsRealtimeVersion() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
required string gtfs_realtime_version = 1;
- getGtfsRealtimeVersionBytes() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
required string gtfs_realtime_version = 1;
- getGtfsRealtimeVersionBytes() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
required string gtfs_realtime_version = 1;
- getGtfsRealtimeVersionBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
required string gtfs_realtime_version = 1;
- getHasBikePark() - Method in class org.opentripplanner.api.model.RouterInfo
-
- getHasBikeSharing() - Method in class org.opentripplanner.api.model.RouterInfo
-
- getHeader() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- getHeader() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
required .transit_realtime.FeedHeader header = 1;
- getHeader() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
required .transit_realtime.FeedHeader header = 1;
- getHeaderBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- getHeaderOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- getHeaderOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
required .transit_realtime.FeedHeader header = 1;
- getHeaderOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
required .transit_realtime.FeedHeader header = 1;
- getHeaderText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeaderText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeaderText() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeaderTextBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeaderTextOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeaderTextOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeaderTextOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString header_text = 10;
- getHeadsign(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Trips may also have null headsigns, in which case we should fall back on a Timetable or
Pattern-level headsign.
- getHeadwaySecs() - Method in class org.opentripplanner.model.Frequency
-
- getHopsForEdge(Edge) - Method in class org.opentripplanner.routing.flex.FlexIndex
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.BikeParkUnlinked
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.BikeRentalStationUnlinked
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.ConflictingBikeTags
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.GraphBuilderAnnotation
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.GraphConnectivity
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.LevelAmbiguous
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.ParkAndRideUnlinked
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopLinkedTooFar
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopNotLinkedForTransfers
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopUnlinked
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.StreetCarSpeedZero
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.TurnRestrictionBad
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.TurnRestrictionException
-
- getHTMLMessage() - Method in class org.opentripplanner.graph_builder.annotation.TurnRestrictionUnknown
-
- getI18NString(Map<String, String>) - Static method in class org.opentripplanner.util.TranslatedString
-
Gets an interned I18NString.
- getId() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
required string id = 1;
- getId() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
required string id = 1;
- getId() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
required string id = 1;
- getId() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string id = 1;
- getId() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string id = 1;
- getId() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string id = 1;
- getId() - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Returns the ID of the edge.
- getId() - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Returns the ID of the triangle.
- getId() - Method in class org.opensphere.geometry.triangulation.model.Vertex
-
Returns the ID of the vertex.
- getId() - Method in class org.opentripplanner.analyst.PointFeature
-
- getId() - Method in class org.opentripplanner.api.adapters.RouteType
-
- getId() - Method in class org.opentripplanner.api.adapters.TripsModelInfo
-
- getId() - Method in enum org.opentripplanner.api.common.Message
-
- getId() - Method in class org.opentripplanner.graph_builder.module.GtfsFeedId
-
- getId() - Method in class org.opentripplanner.model.Agency
-
- getId() - Method in class org.opentripplanner.model.calendar.LocalizedServiceId
-
- getId() - Method in class org.opentripplanner.model.FareAttribute
-
- getId() - Method in class org.opentripplanner.model.FeedInfo
-
- getId() - Method in class org.opentripplanner.model.FeedScopedId
-
- getId() - Method in class org.opentripplanner.model.FlexArea
-
- getId() - Method in class org.opentripplanner.model.IdentityBean
-
- getId() - Method in class org.opentripplanner.model.Pathway
-
- getId() - Method in class org.opentripplanner.model.Route
-
- getId() - Method in class org.opentripplanner.model.Stop
-
- getId() - Method in class org.opentripplanner.model.Trip
-
- getId() - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
Gets the id.
- getId() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getId() - Method in class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
Have the ID of their parent.
- getId() - Method in class org.opentripplanner.routing.graph.Edge
-
- getId(T) - Method in class org.opentripplanner.routing.util.IncrementingIdGenerator
-
Generates the next identifier.
- getId(T) - Method in interface org.opentripplanner.routing.util.UniqueIdGenerator
-
Generates the identifier.
- getId() - Method in class org.opentripplanner.routing.vertextype.BikeParkVertex
-
- getId() - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
- getId() - Method in class org.opentripplanner.routing.vertextype.ParkAndRideVertex
-
- getIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
required string id = 1;
- getIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
required string id = 1;
- getIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
required string id = 1;
- getIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string id = 1;
- getIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string id = 1;
- getIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string id = 1;
- getIdConverter() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getIdForEdge(Edge) - Method in class org.opentripplanner.routing.graph.Graph
-
- getInAngle() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Return the azimuth of the first segment in this edge in integer degrees clockwise from South.
- getInAngle() - Method in class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
Have the inbound angle of their parent.
- getIncidentEdges() - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Returns the edges in relationship with the edge.
- getIncoming(Vertex) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- getIncoming() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get a collection containing all the edges leading from other vertices to this vertex.
- getIncomingEdges(Graph, Vertex, Map<Vertex, List<Edge>>) - Static method in class org.opentripplanner.routing.algorithm.GraphLibrary
-
- getIncrementality() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- getIncrementality() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- getIncrementality() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- getIndex() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get this vertex's unique index, that can serve as a hashcode or an index into a table
- getIndexForFeature(String) - Method in class org.opentripplanner.analyst.PointSet
-
Get the index of a particular feature ID in this pointset.
- getIndicator(Integer, String, String, boolean) - Method in class org.opentripplanner.api.resource.SurfaceResource
-
Evaluate a surface at all the points in a PointSet.
- getIndividual() - Method in class org.opentripplanner.scripting.api.OtpsEvaluatedIndividual
-
- getInformedEntity(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntity(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntity(int) - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityCount() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityCount() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityCount() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityList() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityOrBuilder(int) - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getInformedEntityOrBuilderList() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- getIntegerFromString(String) - Static method in class org.opentripplanner.util.DateUtils
-
- getIntegerFromString(String) - Static method in class org.opentripplanner.util.IntUtils
-
- getIntegerFromString(String, Integer) - Static method in class org.opentripplanner.util.IntUtils
-
- getIntegerFromSubString(String, int) - Static method in class org.opentripplanner.util.IntUtils
-
- getIntegerFromSubString(String, String, String) - Static method in class org.opentripplanner.util.IntUtils
-
expect an Integer between prefix and suffix
eg: if is this is our string "Hi there #2112, how are you" then a call of
getIntegerFromSubString("Hi there #2112, how are you", "#", ","); will return 2112
note: if " " is specified, and there is no space from prefix to end of line, then the whole
line is evaluated
- getIntegerFromSubString(String, String) - Static method in class org.opentripplanner.util.IntUtils
-
- getInteriorSegment(Geometry, Coordinate, Coordinate) - Static method in class org.opentripplanner.common.geometry.GeometryUtils
-
Returns the chunk of the given geometry between the two given coordinates.
- getInterlines() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getIntersectionAt(Coordinate) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- getIntersectionName(Locale) - Method in class org.opentripplanner.routing.vertextype.StreetVertex
-
Creates intersection name out of all outgoing names
This can be:
- name of the street if it is only 1
- unnamedStreed (localized in requested language) if it doesn't have a name
- corner of 0 and 1 (localized corner of zero and first street in the corner)
- getIntersectionTraversalCostModel() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Returns the model that computes the cost of intersection traversal.
- getIntFromString(String) - Static method in class org.opentripplanner.util.IntUtils
-
- getIsDeleted() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional bool is_deleted = 2 [default = false];
- getIsDeleted() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional bool is_deleted = 2 [default = false];
- getIsDeleted() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional bool is_deleted = 2 [default = false];
- getIsochrone(double, String) - Method in class org.opentripplanner.api.resource.SIsochrone
-
Calculates walksheds for a given location, based on time given to walk and the walk speed.
- getIsochrone(Integer, int, int) - Method in class org.opentripplanner.api.resource.SurfaceResource
-
Create vector isochrones for a surface.
- getIsochrones(IsoChroneRequest, RoutingRequest) - Method in interface org.opentripplanner.analyst.request.IsoChroneSPTRenderer
-
- getIsochrones(IsoChroneRequest, RoutingRequest) - Method in class org.opentripplanner.analyst.request.IsoChroneSPTRendererAccSampling
-
- getIsochrones(IsoChroneRequest, RoutingRequest) - Method in class org.opentripplanner.analyst.request.IsoChroneSPTRendererRecursiveGrid
-
- getIsochronesAccumulative(TimeSurface, int, int) - Static method in class org.opentripplanner.api.resource.SurfaceResource
-
Use Laurent's accumulative grid sampler.
- getIsochronesAccumulative(ZSampleGrid<SampleGridRenderer.WTWD>, int, int, int) - Static method in class org.opentripplanner.profile.IsochroneGenerator
-
Make isochrones from a grid.
- getJourneyDuration() - Method in class org.opentripplanner.model.FareAttribute
-
- getK() - Method in class org.opentripplanner.openstreetmap.model.OSMTag
-
- getLabel() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string label = 2;
- getLabel() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string label = 2;
- getLabel() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string label = 2;
- getLabel() - Method in class org.opentripplanner.routing.graph.Vertex
-
Every vertex has a label which is globally unique.
- getLabel() - Method in class org.opentripplanner.routing.vertextype.SampleVertex
-
- getLabelBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string label = 2;
- getLabelBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string label = 2;
- getLabelBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string label = 2;
- getLabelOnly() - Method in class org.opentripplanner.model.Frequency
-
- getLang() - Method in class org.opentripplanner.model.Agency
-
- getLang() - Method in class org.opentripplanner.model.FeedInfo
-
- getLanguage() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
optional string language = 2;
- getLanguage() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
optional string language = 2;
- getLanguage() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedString.TranslationOrBuilder
-
optional string language = 2;
- getLanguageBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
optional string language = 2;
- getLanguageBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
optional string language = 2;
- getLanguageBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedString.TranslationOrBuilder
-
optional string language = 2;
- getLanguages() - Method in class org.opentripplanner.util.TranslatedString
-
- getLastAddedTripPattern(String, String, ServiceDate) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
- getLastAlightedTimeSeconds() - Method in class org.opentripplanner.routing.core.State
-
- getLastAlightedTimeSeconds() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getLastAngle(Geometry) - Static method in class org.opentripplanner.common.geometry.DirectionUtils
-
Computes the angle of the last segment of a LineString or MultiLineString in radians clockwise from North
in the range (-PI, PI).
- getLastNextArrivalDelta() - Method in class org.opentripplanner.routing.core.State
-
- getLastPattern() - Method in class org.opentripplanner.routing.core.State
-
- getLat() - Method in class org.opentripplanner.analyst.PointFeature
-
- getLat(int) - Method in class org.opentripplanner.analyst.PointSet
-
Using getter methods here to allow generating coordinates and geometries on demand instead of storing them.
- getLat() - Method in class org.opentripplanner.geocoder.GeocoderResult
-
- getLat() - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- getLat() - Method in class org.opentripplanner.geocoder.google.Location
-
- getLat() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- getLat() - Method in class org.opentripplanner.model.ShapePoint
-
- getLat() - Method in class org.opentripplanner.model.Stop
-
- getLat() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get the latitude of the vertex
- getLat() - Method in class org.opentripplanner.scripting.api.OtpsLatLon
-
- getLatDouble() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- getLatDouble() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- getLatitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float latitude = 1;
- getLatitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
required float latitude = 1;
- getLatitude() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
required float latitude = 1;
- getLatitude() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- getLayers() - Method in class org.opentripplanner.api.resource.GraphInspectorTileResource
-
Gets all layer names
Used in fronted to create layer chooser
- getLegend(Style, int, int) - Static method in class org.opentripplanner.analyst.core.Tile
-
- getLength() - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
The number of points in the string
- getLevelForWay(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getLevels() - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
Levels describes which points should be shown at various zoom levels.
- getLevels(int) - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
- getLicensePlate() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string license_plate = 3;
- getLicensePlate() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string license_plate = 3;
- getLicensePlate() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string license_plate = 3;
- getLicensePlateBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string license_plate = 3;
- getLicensePlateBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string license_plate = 3;
- getLicensePlateBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string license_plate = 3;
- getLine() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
Gets the LineString
component the iterator is current at.
- getLine1() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- getLine2() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- getLng() - Method in class org.opentripplanner.geocoder.GeocoderResult
-
- getLng() - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- getLng() - Method in class org.opentripplanner.geocoder.google.Location
-
- getLngDouble() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- getLngDouble() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- getLocale() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoder
-
- getLocale(String) - Method in enum org.opentripplanner.util.ResourceBundleSingleton
-
- getLocalizedServiceIds() - Method in class org.opentripplanner.model.calendar.CalendarServiceData
-
- getLocation() - Method in class org.opentripplanner.geocoder.google.Geometry
-
- getLocation() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
- getLocation() - Method in class org.opentripplanner.scripting.api.OtpsIndividual
-
- getLocationForTemporaryStop(State, FlexPatternHop) - Method in class org.opentripplanner.routing.flex.DeviatedRouteGraphModifier
-
- getLocationForTemporaryStop(State, FlexPatternHop) - Method in class org.opentripplanner.routing.flex.FlagStopGraphModifier
-
- getLocationForTemporaryStop(State, FlexPatternHop) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
Subclasses can specify where the new temporary stop should be created, given a nearby
PatternHop.
- getLocationType() - Method in class org.opentripplanner.model.Stop
-
- getLon() - Method in class org.opentripplanner.analyst.PointFeature
-
- getLon(int) - Method in class org.opentripplanner.analyst.PointSet
-
- getLon() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- getLon() - Method in class org.opentripplanner.model.ShapePoint
-
- getLon() - Method in class org.opentripplanner.model.Stop
-
- getLon() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get the longitude of the vertex
- getLon() - Method in class org.opentripplanner.scripting.api.OtpsLatLon
-
- getLong(String) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- getLong_name() - Method in class org.opentripplanner.geocoder.google.AddressComponent
-
- getLongFromString(String) - Static method in class org.opentripplanner.util.IntUtils
-
- getLongFromString(String, long) - Static method in class org.opentripplanner.util.IntUtils
-
- getLongitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float longitude = 2;
- getLongitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
required float longitude = 2;
- getLongitude() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
required float longitude = 2;
- getLongitude() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- getLongName() - Method in class org.opentripplanner.model.Route
-
- getLongVersionString() - Method in class org.opentripplanner.common.MavenVersion
-
- getLowerLeftIndex(Coordinate) - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getLowerLeftIndex(Coordinate) - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getLowerLeftLatitude() - Method in class org.opentripplanner.api.model.RouterInfo
-
- getLowerLeftLatitude() - Method in class org.opentripplanner.util.WorldEnvelope
-
- getLowerLeftLongitude() - Method in class org.opentripplanner.api.model.RouterInfo
-
- getLowerLeftLongitude() - Method in class org.opentripplanner.util.WorldEnvelope
-
- getLowestCost(Fare.FareType, List<Ride>, Collection<FareRuleSet>) - Method in class org.opentripplanner.routing.impl.DefaultFareServiceImpl
-
- getLowestCost(Fare.FareType, List<Ride>, Collection<FareRuleSet>) - Method in class org.opentripplanner.routing.impl.DutchFareServiceImpl
-
- getLowestCost(Fare.FareType, List<Ride>, Collection<FareRuleSet>) - Method in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- getMapper() - Static method in class org.opentripplanner.model.json_serialization.SerializerUtils
-
- getMask() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getMatcher() - Method in class org.opentripplanner.routing.services.notes.MatcherAndAlert
-
- getMaxArrival() - Method in class org.opentripplanner.routing.trippattern.FrequencyEntry
-
- getMaxIndex() - Static method in class org.opentripplanner.routing.graph.Vertex
-
- getMaxSlope() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getMaxSlope() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- getMaxStopToShapeSnapDistance() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- getMaxStopToShapeSnapDistance() - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
- getMaxTime() - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getMaxWalkDistance() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getMembers() - Method in class org.opentripplanner.openstreetmap.model.OSMRelation
-
- getMessage() - Method in class org.opentripplanner.api.model.error.TransitError
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.AgencyNameCollision
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BikeParkUnlinked
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BikeRentalStationUnlinked
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BogusEdgeGeometry
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BogusShapeDistanceTraveled
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BogusShapeGeometry
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BogusShapeGeometryCaught
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.BogusVertexGeometry
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.ConflictingBikeTags
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.ElevationFlattened
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.GraphBuilderAnnotation
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.GraphConnectivity
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.Graphwide
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.HopSpeedFast
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.HopSpeedSlow
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.HopZeroDistance
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.HopZeroTime
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.InterliningTeleport
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.LevelAmbiguous
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.NegativeDwellTime
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.NegativeHopTime
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.NoFutureDates
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.NonStationParentStation
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.ParkAndRideUnlinked
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.RepeatedStops
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopAtEntrance
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopLinkedTooFar
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopNotLinkedForTransfers
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.StopUnlinked
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.StreetCarSpeedZero
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TripDegenerate
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TripDuplicate
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TripDuplicateDeparture
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TripOvertaking
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TripUndefinedService
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TurnRestrictionBad
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TurnRestrictionException
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.TurnRestrictionUnknown
-
- getMessage() - Method in class org.opentripplanner.graph_builder.annotation.VertexShapeError
-
- getMessage() - Method in exception org.opentripplanner.routing.edgetype.factory.TripOvertakingException
-
- getMetersSecondFromSpeed(String) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- getMinDeparture() - Method in class org.opentripplanner.routing.trippattern.FrequencyEntry
-
- getMinTime() - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getMinTransferTime() - Method in class org.opentripplanner.model.Transfer
-
- getMissing() - Method in class org.opentripplanner.api.model.error.PlannerError
-
- getMissing() - Method in exception org.opentripplanner.routing.error.VertexNotFoundException
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.PreAlightEdge
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.PreBoardEdge
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- getMode() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getMode() - Method in class org.opentripplanner.routing.flex.DeviatedRouteGraphModifier
-
- getMode() - Method in class org.opentripplanner.routing.flex.FlagStopGraphModifier
-
- getMode() - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
Return the mode that the graph search should be in.
- getModes() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getModes() - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- getMonday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getMoney(Currency, float) - Static method in class org.opentripplanner.routing.impl.DefaultFareServiceImpl
-
- getMonth() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- getName() - Method in class org.opentripplanner.inspector.BikeSafetyEdgeRenderer
-
- getName() - Method in interface org.opentripplanner.inspector.EdgeVertexTileRenderer.EdgeVertexRenderer
-
Name of this tile Render which would be shown in frontend
- getName() - Method in class org.opentripplanner.inspector.EdgeVertexTileRenderer
-
- getName() - Method in interface org.opentripplanner.inspector.TileRenderer
-
Gets descriptive name of this Tile Render
- getName() - Method in class org.opentripplanner.inspector.TraversalPermissionsEdgeRenderer
-
- getName() - Method in class org.opentripplanner.inspector.WheelchairEdgeRenderer
-
- getName() - Method in class org.opentripplanner.model.Agency
-
- getName() - Method in class org.opentripplanner.model.Stop
-
- getName() - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStation
-
Gets translated name of bike rental station based on locale
- getName() - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
The level from OSM is the name
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.ElevatorHopEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.ElevatorHopEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.FreeEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.FreeEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.IntersectionTransitLink
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.IntersectionTransitLink
-
- getName() - Method in class org.opentripplanner.routing.edgetype.LegSwitchingEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.LegSwitchingEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- getName() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getName() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.ParkAndRideEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideLinkEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.ParkAndRideLinkEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getName() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getName() - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- getName() - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.SampleEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.SampleEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- getName() - Method in class org.opentripplanner.routing.edgetype.StationStopEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.StationStopEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getName() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getName() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getName() - Method in class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- getName() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getName(Locale) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getName() - Method in class org.opentripplanner.routing.graph.Edge
-
Gets english localized name
- getName(Locale) - Method in class org.opentripplanner.routing.graph.Edge
-
Gets wanted localization
- getName() - Method in class org.opentripplanner.routing.graph.Vertex
-
If this vertex is located on only one street, get that street's name
in english localization
- getName(Locale) - Method in class org.opentripplanner.routing.graph.Vertex
-
If this vertex is located on only one street, get that street's name
in provided localization
- getName() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getNameConverter() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getNamedPlace() - Method in class org.opentripplanner.common.model.GenericLocation
-
- getNameForWay(OSMWithTags, String) - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler
-
- getNearbyTransitStops(Coordinate, double) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
Get all transit stops within a given distance of a coordinate
- getNearbyTransitStops(Coordinate, double) - Method in interface org.opentripplanner.routing.services.StreetVertexIndexService
-
- getNEDTiles() - Method in class org.opentripplanner.graph_builder.module.ned.DegreeGridNEDTileSource
-
- getNEDTiles() - Method in class org.opentripplanner.graph_builder.module.ned.NEDDownloader
-
- getNEDTiles() - Method in interface org.opentripplanner.graph_builder.services.ned.NEDTileSource
-
Download all the NED tiles into the cache.
- getNeighbours() - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Returns the neighbour triangles of the triangle.
- getNewEmptyScenario() - Method in class org.opentripplanner.analyst.scenario.ScenarioStore
-
- getNewShortestPathTree() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Create a new ShortestPathTree instance using the DominanceFunction specified in this RoutingRequest.
- getNewShortestPathTree(RoutingRequest) - Method in class org.opentripplanner.routing.spt.DominanceFunction
-
Create a new shortest path tree using this function, considering whether it allows co-dominant States.
- getNextCallNRideTrip(State, ServiceDay, int, boolean, int) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getNextResult() - Method in class org.opentripplanner.routing.core.State
-
Optional next result that allows
Edge
to return multiple results.
- getNextStates() - Method in class org.opentripplanner.graph_builder.module.map.EndMatchState
-
- getNextStates() - Method in class org.opentripplanner.graph_builder.module.map.MatchState
-
- getNextStates() - Method in class org.opentripplanner.graph_builder.module.map.MidblockMatchState
-
- getNextTrip(State, ServiceDay, Timetable) - Method in class org.opentripplanner.routing.edgetype.flex.FlexTransitBoardAlight
-
- getNextTrip(State, ServiceDay, int, boolean, double, int, int) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Get the next (previous) trip that departs (arrives) from the specified stop at or after
(before) the specified time.
- getNextTrip(State, ServiceDay, int, boolean) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Get the next (previous) trip that departs (arrives) from the specified stop at or after
(before) the specified time.
- getNextTrip(State, ServiceDay, Timetable) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getNode(Long) - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getNodeForId(long) - Method in class org.opentripplanner.openstreetmap.model.OSMMap
-
- getNodeRefs() - Method in class org.opentripplanner.openstreetmap.model.OSMWay
-
- getNodes() - Method in class org.opentripplanner.openstreetmap.model.OSMMap
-
- getNominatimUrl() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- getNonTransitMode() - Method in class org.opentripplanner.routing.core.State
-
This method is on State rather than RoutingRequest because we care whether the user is in
possession of a rented bike.
- getNonTransitSet() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
Returns a TraverseModeSet containing only the non-transit modes set.
- getNoPath() - Method in class org.opentripplanner.api.model.error.PlannerError
-
- getNote() - Method in class org.opentripplanner.routing.services.notes.MatcherAndAlert
-
- getNote(SimpleFeature) - Method in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
Parses a SimpleFeature and returns an Alert if the feature should create one.
- getNote(SimpleFeature) - Method in class org.opentripplanner.updater.street_notes.WinkkiPollingGraphUpdater
-
- getNoteConverter() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getNoteForWay(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- getNotes(Edge) - Method in class org.opentripplanner.routing.services.notes.DynamicStreetNotesSource
-
Return the set of notes applicable for this state / backedge pair.
- getNotes(Edge) - Method in class org.opentripplanner.routing.services.notes.StaticStreetNotesSource
-
Return the set of notes applicable for this state / backedge pair.
- getNotes(State) - Method in class org.opentripplanner.routing.services.notes.StreetNotesService
-
Return the set of notes applicable for this state / backedge pair.
- getNotes(Edge) - Method in interface org.opentripplanner.routing.services.notes.StreetNotesSource
-
- getNotes(String) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- getNullIsTrue() - Method in class org.opentripplanner.graph_builder.module.shapefile.NullBooleanConverter
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.FeedHeader.Incrementality
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.OccupancyStatus
-
- getNumber() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.VehicleStopStatus
-
- getNumBoardings() - Method in class org.opentripplanner.routing.core.State
-
- getNumBoardings() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getNumBooardings() - Method in class org.opentripplanner.routing.core.StateData
-
- getNumItineraries() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getNumSampleDimensions() - Method in class org.opentripplanner.graph_builder.module.ned.UnifiedGridCoverage
-
- getNumScheduledTrips() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
Gets the number of scheduled trips on this pattern.
- getNumStops() - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getObject() - Method in class org.opentripplanner.model.json_serialization.WithGraph
-
- getOccupancyStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- getOccupancyStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- getOccupancyStatus() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- getOdometer() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional double odometer = 4;
- getOdometer() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
optional double odometer = 4;
- getOdometer() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
optional double odometer = 4;
- getOptimizedElapsedTimeSeconds() - Method in class org.opentripplanner.routing.core.State
-
- getOptions() - Method in class org.opentripplanner.routing.core.State
-
- getOptions() - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getOrCreate(int, int) - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getOrCreate(int, int) - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getOrCreatePropertyForId(String) - Method in class org.opentripplanner.analyst.PointSet
-
Gets the Category object for the given ID, creating it if it doesn't
exist.
- getOrCreateSampleSet(Graph) - Method in class org.opentripplanner.analyst.PointSet
-
- getOrCreateTripPattern(StopPattern, Route, Graph) - Method in class org.opentripplanner.updater.stoptime.TripPatternCache
-
Get cached trip pattern or create one if it doesn't exist yet.
- getOrdinate(int, int) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getOrdinate(int, int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Double
-
- getOrdinate(int, int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Float
-
- getOrdinate(int, int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getOriginalEdges() - Method in class org.opentripplanner.routing.edgetype.AreaEdgeList
-
- getOriginalHop() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getOriginalHopLength() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getOriginDestinations() - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- getOriginId() - Method in class org.opentripplanner.model.FareRule
-
- getOsm_type() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- getOtpTransitService() - Method in interface org.opentripplanner.gtfs.GtfsContext
-
- getOutAngle() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Return the azimuth of the last segment in this edge in integer degrees clockwise from South.
- getOutAngle() - Method in class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
Have the outbound angle of their parent.
- getOutgoing(Vertex) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- getOutgoing() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get a collection containing all the edges leading from this vertex to other vertices.
- getOutgoingEdges(Graph, Vertex, Map<Vertex, List<Edge>>) - Static method in class org.opentripplanner.routing.algorithm.GraphLibrary
-
- getOutgoingMatchableEdges(Vertex) - Method in class org.opentripplanner.graph_builder.module.map.MatchState
-
- getOutgoingStreetEdges() - Method in class org.opentripplanner.routing.graph.Vertex
-
- getOV() - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Returns the origin vertex of the edge.
- getOverride() - Method in class org.opentripplanner.graph_builder.module.osm.SlopeOverridePicker
-
- getParentEdge() - Method in class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
- getParentStation() - Method in class org.opentripplanner.model.Stop
-
- getParkAndRideAreas() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- getParserForType() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- getPartialElevationProfile(PackedCoordinateSequence, double, double) - Static method in class org.opentripplanner.routing.util.ElevationUtils
-
- getPath() - Method in class org.opentripplanner.gtfs.MockGtfs
-
- getPath() - Method in class org.opentripplanner.model.GraphBundle
-
- getPath(Vertex, boolean) - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getPathComparator(boolean) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getPathParserStates() - Method in class org.opentripplanner.routing.core.State
-
- getPaths(RoutingRequest) - Method in class org.opentripplanner.routing.impl.GraphPathFinder
-
Repeatedly build shortest path trees, retaining the best path to the destination after each try.
- getPaths(Vertex, boolean) - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getPaths() - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getPathsToTarget() - Method in class org.opentripplanner.routing.algorithm.AStar
-
- getPathways() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getPathwayType() - Method in class org.opentripplanner.model.Pathway
-
- getPattern(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getPattern() - Method in interface org.opentripplanner.routing.edgetype.PatternEdge
-
- getPattern() - Method in class org.opentripplanner.routing.edgetype.TablePatternEdge
-
- getPattern() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
Find the TripPattern this edge is boarding or alighting from.
- getPatternHops() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getPatternRidesByRoute() - Method in class org.opentripplanner.profile.Ride
-
- getPatterns() - Method in class org.opentripplanner.index.IndexAPI
-
- getPatternsForRoute(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return all stop patterns used by trips on the given route.
- getPatternsForStop(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getPaymentMethod() - Method in class org.opentripplanner.model.FareAttribute
-
- getPercentageOfHop() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getPermission() - Method in class org.opentripplanner.graph_builder.module.osm.WayProperties
-
- getPermission() - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- getPermission() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getPermissionConverter() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getPermissions(StreetTraversalPermission, OSMWay) - Static method in class org.opentripplanner.graph_builder.module.osm.OSMFilter
-
Check OSM tags for various one-way and one-way-by-mode tags and return a pair of permissions
for travel along and against the way.
- getPermissionsForEntity(OSMWithTags, StreetTraversalPermission) - Static method in class org.opentripplanner.graph_builder.module.osm.OSMFilter
-
- getPermissionsForWay(OSMWay, StreetTraversalPermission, Graph, boolean, boolean) - Static method in class org.opentripplanner.graph_builder.module.osm.OSMFilter
-
Computes permissions for an OSMWay.
- getPermissionsForWay(OSMWay, StreetTraversalPermission, Graph) - Static method in class org.opentripplanner.graph_builder.module.osm.OSMFilter
-
- getPhone() - Method in class org.opentripplanner.model.Agency
-
- getPickupType() - Method in class org.opentripplanner.model.StopTime
-
- getPlan() - Method in class org.opentripplanner.api.resource.Response
-
The actual trip plan.
- getPlatformClass(OSMWithTags) - Static method in class org.opentripplanner.graph_builder.module.osm.OSMFilter
-
- getPlatformCode() - Method in class org.opentripplanner.model.Stop
-
- getPlatformCode() - Method in class org.opentripplanner.routing.vertextype.TransitVertex
-
The passenger-facing code/name indentifying the platform/quay
- getPointAlongEdge(Coordinate[], double, double) - Method in class org.opentripplanner.graph_builder.module.ned.ElevationModule
-
Returns a coordinate along a path located at a specific point indicated by the percentage of
distance covered from start to end.
- getPoints() - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
The encoded points of the polyline.
- getPointSet(String) - Method in class org.opentripplanner.api.resource.PointSetResource
-
- getPointSetIds() - Method in class org.opentripplanner.analyst.DiskBackedPointSetCache
-
- getPointSetIds() - Method in class org.opentripplanner.analyst.PointSetCache
-
- getPolygon() - Method in class org.opentripplanner.analyst.PointFeature
-
- getPolygon() - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- getPosition() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- getPosition() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.Position position = 2;
- getPosition() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.Position position = 2;
- getPositionBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- getPositionOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- getPositionOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.Position position = 2;
- getPositionOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.Position position = 2;
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.linking.TransitToStreetNetworkModule
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.CheckGeometryModule
-
A list of ids of stages which must be provided before this stage
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.DirectTransferGenerator
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.GraphCoherencyCheckerModule
-
A list of ids of stages which must be provided before this stage
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.GraphStatisticsModule
-
A list of ids of stages which must be provided before this stage
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.GtfsModule
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.map.BusRouteStreetMatcher
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.ned.ElevationModule
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.PruneFloatingIslands
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetModule
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.StreetLinkerModule
-
- getPrerequisites() - Method in class org.opentripplanner.graph_builder.module.TransitToTaggedStopsModule
-
- getPreTransitTime() - Method in class org.opentripplanner.routing.core.State
-
- getPreTransitTime() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getPreTransitTimeDelta() - Method in class org.opentripplanner.routing.core.State
-
- getPrev(TransitStop) - Method in class org.opentripplanner.routing.algorithm.PathDiscardingRaptorStateStore
-
- getPrev(TransitStop) - Method in interface org.opentripplanner.routing.algorithm.RaptorStateStore
-
get the best time for a given stop after the last round, including transfers
- getPreviousStop() - Method in class org.opentripplanner.routing.core.State
-
- getPreviousTrip() - Method in class org.opentripplanner.routing.core.State
-
- getPreviousTrip() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getPrice() - Method in class org.opentripplanner.model.FareAttribute
-
- getProperties() - Method in class org.opentripplanner.analyst.PointFeature
-
- getProperties() - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertyPicker
-
- getProperties() - Method in class org.opentripplanner.standalone.OTPApplication
-
Enabling tracing allows us to see how web resource names were matched from the client, in headers.
- getProperty(String) - Method in class org.opentripplanner.analyst.PointFeature
-
- getPublisherName() - Method in class org.opentripplanner.model.FeedInfo
-
- getPublisherUrl() - Method in class org.opentripplanner.model.FeedInfo
-
- getRail() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getRaptorWorkerData(ProfileRequest, Graph, SampleSet, TaskStatistics) - Static method in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
Create RAPTOR worker data from a graph, profile request and sample set (the last of which may be null
- getRaster(Integer, Integer, Integer, Double, IsoTimeParameter, MIMEImageFormat, CRSParameter) - Method in class org.opentripplanner.api.resource.SurfaceResource
-
Produce a single grayscale raster of travel time, like travel time tiles but not broken into tiles.
- getRawName() - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- getRawName() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Gets non-localized I18NString (Used when splitting edges)
- getRealTimeState() - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getRef() - Method in class org.opentripplanner.openstreetmap.model.OSMNodeRef
-
- getRef() - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- getReferencedEdge() - Method in class org.opentripplanner.graph_builder.annotation.GraphBuilderAnnotation
-
- getReferencedVertex() - Method in class org.opentripplanner.graph_builder.annotation.GraphBuilderAnnotation
-
- getReferencedVertex() - Method in class org.opentripplanner.graph_builder.annotation.GraphConnectivity
-
- getReferencedVertex() - Method in class org.opentripplanner.graph_builder.annotation.NonStationParentStation
-
- getReferencedVertex() - Method in class org.opentripplanner.graph_builder.annotation.StopLinkedTooFar
-
- getReferencedVertex() - Method in class org.opentripplanner.graph_builder.annotation.StopNotLinkedForTransfers
-
- getReferencedVertex() - Method in class org.opentripplanner.graph_builder.annotation.StopUnlinked
-
- getRegions() - Method in class org.opentripplanner.graph_builder.module.TransitStopsRegionsSourceImpl
-
- getRegions() - Method in interface org.opentripplanner.openstreetmap.services.RegionsSource
-
- getRegistration(Class) - Method in class org.opentripplanner.util.InstanceCountingClassResolver
-
- getRelativeDirection(double, double, boolean) - Static method in class org.opentripplanner.api.model.WalkStep
-
- getRenderers() - Method in class org.opentripplanner.inspector.TileRendererManager
-
Gets all renderers
Used to return list of renderers to client.
- getReplacementEntityId(Class<?>, Serializable) - Method in class org.opentripplanner.graph_builder.module.EntityReplacementStrategyImpl
-
- getReplacementEntityId(Class<?>, Serializable) - Method in interface org.opentripplanner.graph_builder.services.EntityReplacementStrategy
-
- getRepresentation() - Method in class org.opentripplanner.common.model.NamedPlace
-
- getRepresentativeVertex() - Method in class org.opentripplanner.common.geometry.Subgraph
-
- getRequestDropoff() - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
Return the permissions associated with unscheduled dropoffs in between the endpoints of this
PatternHop.
- getRequestPickup() - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
Return the permissions associated with unscheduled pickups in between the endpoints of this
PatternHop.
- getResolvedTripTimes(Trip, State) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getResolvedTripTimes(int, State) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getResource(String) - Method in class org.opentripplanner.graph_builder.module.DownloadableGtfsInputSource
-
- getResponse(TileRequest, TimeSurface, TimeSurface, RenderRequest) - Method in class org.opentripplanner.analyst.request.Renderer
-
- getResultLimit() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- getResults() - Method in class org.opentripplanner.geocoder.GeocoderResults
-
- getResults() - Method in class org.opentripplanner.geocoder.google.GoogleGeocoderResults
-
- getResults() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResultSet
-
- getResultSet() - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResults
-
- getRetval() - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- getReverseOptimizing() - Method in class org.opentripplanner.routing.core.State
-
- getRole() - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- getRoute() - Method in class org.opentripplanner.api.adapters.TripType
-
- getRoute(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return specific route in the graph, for the given ID.
- getRoute() - Method in class org.opentripplanner.model.FareRule
-
- getRoute() - Method in class org.opentripplanner.model.Trip
-
- getRoute() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getRoute() - Method in class org.opentripplanner.routing.core.State
-
- getRoute() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getRoute() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getRouteBikesAllowed() - Method in class org.opentripplanner.model.Route
-
Deprecated.
- getRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string route_id = 2;
- getRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string route_id = 2;
- getRouteId() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string route_id = 2;
- getRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string route_id = 5;
- getRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string route_id = 5;
- getRouteId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string route_id = 5;
- getRouteIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string route_id = 2;
- getRouteIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string route_id = 2;
- getRouteIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string route_id = 2;
- getRouteIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string route_id = 5;
- getRouteIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string route_id = 5;
- getRouteIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string route_id = 5;
- getRouteName(Route) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- getRoutePatches(String, String) - Method in class org.opentripplanner.api.resource.AlertPatcher
-
Return a list of all patches that apply to a given route
- getRoutePatches(FeedScopedId) - Method in class org.opentripplanner.routing.impl.AlertPatchServiceImpl
-
- getRoutePatches(FeedScopedId) - Method in interface org.opentripplanner.routing.services.AlertPatchService
-
- getRouter() - Method in class org.opentripplanner.routing.impl.InputStreamGraphSource
-
- getRouter() - Method in class org.opentripplanner.routing.impl.MemoryGraphSource
-
- getRouter() - Method in class org.opentripplanner.routing.services.GraphService
-
- getRouter(String) - Method in class org.opentripplanner.routing.services.GraphService
-
- getRouter() - Method in interface org.opentripplanner.routing.services.GraphSource
-
- getRouter() - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- getRouter(String) - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- getRouter(String) - Method in class org.opentripplanner.standalone.OTPServer
-
- getRouterIds() - Method in class org.opentripplanner.api.resource.Routers
-
Returns a list of routers and their bounds.
- getRouterIds() - Method in class org.opentripplanner.routing.services.GraphService
-
- getRouterIds() - Method in class org.opentripplanner.standalone.OTPServer
-
- getRoutes(List<String>) - Method in class org.opentripplanner.index.IndexAPI
-
Return a list of all routes in the graph.
- getRoutes() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getRoutes() - Method in class org.opentripplanner.profile.Ride
-
- getRoutes() - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- getRoutesForStop(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getRouteShortName() - Method in class org.opentripplanner.model.StopTime
-
- getRouteShortName() - Method in class org.opentripplanner.model.Trip
-
- getRouteType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional int32 route_type = 3;
- getRouteType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional int32 route_type = 3;
- getRouteType() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional int32 route_type = 3;
- getRoutingContext() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getRoutingContext() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getRunningTime(State) - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getRunningTime(State) - Method in class org.opentripplanner.routing.edgetype.flex.TemporaryDirectPatternHop
-
- getRunningTime(State) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getRunningTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getSafetyFeatures() - Method in class org.opentripplanner.graph_builder.module.osm.WayProperties
-
- getSample(double, double) - Method in interface org.opentripplanner.analyst.core.SampleSource
-
- getSample(double, double) - Method in class org.opentripplanner.analyst.request.SampleFactory
-
- getSampleDimension(int) - Method in class org.opentripplanner.graph_builder.module.ned.UnifiedGridCoverage
-
- getSampleFactory() - Method in class org.opentripplanner.routing.graph.Graph
-
- getSampleGrid(SampleGridRequest, RoutingRequest) - Method in class org.opentripplanner.analyst.request.SampleGridRenderer
-
- getSamples() - Method in class org.opentripplanner.analyst.core.DynamicTile
-
- getSamples() - Method in class org.opentripplanner.analyst.core.TemplateTile
-
- getSamples() - Method in class org.opentripplanner.analyst.core.Tile
-
- getSampleSet(String) - Method in class org.opentripplanner.analyst.PointSet
-
gets a sample set for a given graph id -- requires graphservice to be set
- getSampleSet(Graph) - Method in class org.opentripplanner.analyst.PointSet
-
gets a sample set for a graph object -- does not require graph service to be set
- getSampleVertexAt(Coordinate, boolean) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- getSampleVertexAt(Coordinate, boolean) - Method in interface org.opentripplanner.routing.services.StreetVertexIndexService
-
Get a vertex at a given coordinate, using the same logic as in Samples.
- getSaturday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getScenario(String) - Method in class org.opentripplanner.api.resource.ScenarioResource
-
Return specific scenario defined for this router by ID.
- getScenarioDescriptions() - Method in class org.opentripplanner.api.resource.ScenarioResource
-
Return a list of all scenarios defined for this router.
- getScheduledArrivalTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getScheduledDepartureTime(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- getScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- getScheduleRelationship() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- getScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- getScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- getScheduleRelationship() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- getSearchTerminationStrategy() - Method in class org.opentripplanner.routing.flex.DeviatedRouteGraphModifier
-
- getSearchTerminationStrategy() - Method in class org.opentripplanner.routing.flex.FlagStopGraphModifier
-
- getSearchTerminationStrategy() - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
Return the termination strategy which should be used during the graph search.
- getSecondsSinceEpoch() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getSegmentEnd() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
Gets the second Coordinate
of the current segment.
- getSegments() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getSegmentStart() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
Gets the first Coordinate
of the current segment.
- getSemanticHashForPattern(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getSemanticHashForTrip(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getSeniorPrice() - Method in class org.opentripplanner.model.FareAttribute
-
- getSequence() - Method in class org.opentripplanner.model.ShapePoint
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- getSerializedSize() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- getSerializerModule() - Static method in class org.opentripplanner.model.json_serialization.SerializerUtils
-
- getServerInfo() - Static method in class org.opentripplanner.api.resource.ServerInfo
-
- getService(Class<T>) - Method in class org.opentripplanner.routing.graph.Graph
-
- getService(Class<T>, boolean) - Method in class org.opentripplanner.routing.graph.Graph
-
- getServiceArea() - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- getServiceArea(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- getServiceAreaRadius() - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- getServiceAreaRadius(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Returns associated dropoff/pickup radius for this stop
- getServiceDate() - Method in class org.opentripplanner.routing.core.ServiceDay
-
Return the ServiceDate for this ServiceDay.
- getServiceDate() - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot.TripIdAndServiceDate
-
- getServiceDatesForServiceId(FeedScopedId) - Method in class org.opentripplanner.calendar.impl.CalendarServiceImpl
-
- getServiceDatesForServiceId(FeedScopedId) - Method in class org.opentripplanner.model.calendar.CalendarServiceData
-
- getServiceDatesForServiceId(FeedScopedId) - Method in interface org.opentripplanner.model.CalendarService
-
- getServiceDay() - Method in class org.opentripplanner.routing.core.State
-
- getServiceId() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getServiceId() - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- getServiceId() - Method in class org.opentripplanner.model.Trip
-
- getServiceIds() - Method in class org.opentripplanner.calendar.impl.CalendarServiceImpl
-
- getServiceIds() - Method in class org.opentripplanner.model.calendar.CalendarServiceData
-
- getServiceIds() - Method in interface org.opentripplanner.model.CalendarService
-
- getServiceIdsForDate(ServiceDate) - Method in class org.opentripplanner.model.calendar.CalendarServiceData
-
- getServiceIdsOnDate(ServiceDate) - Method in class org.opentripplanner.calendar.impl.CalendarServiceImpl
-
- getServiceIdsOnDate(ServiceDate) - Method in interface org.opentripplanner.model.CalendarService
-
Determine the set of service ids that are active on the specified service
date.
- getServices() - Method in class org.opentripplanner.index.IndexAPI
-
List basic information about all service IDs.
- getServices(String) - Method in class org.opentripplanner.index.IndexAPI
-
List details about a specific service ID including which dates it runs on.
- getServices() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getShapeDistTraveled() - Method in class org.opentripplanner.model.StopTime
-
- getShapeId() - Method in class org.opentripplanner.model.ShapePoint
-
- getShapeId() - Method in class org.opentripplanner.model.Trip
-
- getShapePoints() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getShapePointsForShapeId(FeedScopedId) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getShort_name() - Method in class org.opentripplanner.geocoder.google.AddressComponent
-
- getShortestPathTree(RoutingRequest) - Method in class org.opentripplanner.routing.algorithm.AStar
-
Compute SPT using default timeout and termination strategy.
- getShortestPathTree(RoutingRequest, double) - Method in class org.opentripplanner.routing.algorithm.AStar
-
Compute SPT using default termination strategy.
- getShortestPathTree(RoutingRequest, double, SearchTerminationStrategy) - Method in class org.opentripplanner.routing.algorithm.AStar
-
- getShortestPathTree(RoutingRequest, double, SearchTerminationStrategy, Collection<State>) - Method in class org.opentripplanner.routing.algorithm.AStar
-
Get an SPT, starting from a collection of states
- getShortestPathTree(RoutingRequest) - Method in class org.opentripplanner.routing.algorithm.EarliestArrivalSearch
-
- getShortestPathTree(RoutingRequest, double) - Method in class org.opentripplanner.routing.algorithm.EarliestArrivalSearch
-
- getShortestPathTree(RoutingRequest, double, SearchTerminationStrategy) - Method in class org.opentripplanner.routing.algorithm.EarliestArrivalSearch
-
- getShortestPathTree(State) - Method in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- getShortFromString(String) - Static method in class org.opentripplanner.util.IntUtils
-
- getShortName() - Method in class org.opentripplanner.model.Route
-
- getShortVersionString() - Method in class org.opentripplanner.common.MavenVersion
-
- getSingleFrequencyEntry() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
This method can be used in very specific circumstances, where each TripPattern has only one FrequencyEntry.
- getSingletons() - Method in class org.opentripplanner.standalone.OTPApplication
-
Like getClasses, this method declares web resources, providers, and features to the JAX-RS implementation.
- getSlopeCosts(CoordinateSequence, boolean) - Static method in class org.opentripplanner.routing.util.ElevationUtils
-
- getSlopeOverride(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- getSlopeOverrideConverter() - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- getSlopeSpeedEffectiveLength() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getSlopeSpeedEffectiveLength() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- getSlopeWalkSpeedEffectiveLength() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getSlopeWalkSpeedEffectiveLength() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
The effective walk distance is adjusted to take the elevation into account.
- getSlopeWorkCostEffectiveLength() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getSlopeWorkCostEffectiveLength() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- getSnappedLocation() - Method in class org.opentripplanner.scripting.api.OtpsIndividual
-
- getSnappedOrigin() - Method in class org.opentripplanner.scripting.api.OtpsSPT
-
Get the exact location of the origin of the search (from or to place, depending on the
arriveBy option).
- getSortedStoptimes(TimeWindow, boolean) - Method in class org.opentripplanner.profile.Ride
-
- getSortOrder() - Method in class org.opentripplanner.model.Route
-
- getSpacesAvailable() - Method in class org.opentripplanner.routing.vertextype.BikeParkVertex
-
- getSpacesAvailable() - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
- getSpec() - Method in class org.opentripplanner.routing.trippattern.DrtTravelTime
-
- getSpecificity() - Method in class org.opentripplanner.routing.core.SpecificTransfer
-
- getSpecifier() - Method in class org.opentripplanner.graph_builder.module.osm.SlopeOverridePicker
-
- getSpecifier() - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertyPicker
-
- getSpeed() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float speed = 5;
- getSpeed() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
optional float speed = 5;
- getSpeed() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
optional float speed = 5;
- getSpeed(TraverseMode) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getStart() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 start = 1;
- getStart() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
optional uint64 start = 1;
- getStart() - Method in interface com.google.transit.realtime.GtfsRealtime.TimeRangeOrBuilder
-
optional uint64 start = 1;
- getStartDate() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_date = 3;
- getStartDate() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string start_date = 3;
- getStartDate() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string start_date = 3;
- getStartDate() - Method in class org.opentripplanner.model.FeedInfo
-
- getStartDate() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getStartDateBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_date = 3;
- getStartDateBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string start_date = 3;
- getStartDateBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string start_date = 3;
- getStartGeometry() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getStartIndex() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getStartOsmNodeId() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Get the starting OSM node ID of this edge.
- getStartServiceArea() - Method in class org.opentripplanner.model.StopTime
-
- getStartServiceAreaRadius() - Method in class org.opentripplanner.model.StopTime
-
- getStartTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_time = 2;
- getStartTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string start_time = 2;
- getStartTime() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string start_time = 2;
- getStartTime() - Method in class org.opentripplanner.model.Frequency
-
- getStartTime() - Method in class org.opentripplanner.routing.spt.GraphPath
-
Returns the start time of the trip in seconds since the epoch.
- getStartTimeBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_time = 2;
- getStartTimeBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string start_time = 2;
- getStartTimeBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string start_time = 2;
- getStartTimeSeconds() - Method in class org.opentripplanner.routing.core.State
-
- getStartVehicleTime() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- getStartVertex() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getState(Vertex) - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
Returns the 'best' state for the given Vertex, where 'best' depends on the implementation.
- getStates(Vertex) - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
Returns a collection of 'interesting' states for the given Vertex.
- getStations() - Method in class org.opentripplanner.updater.bike_rental.BicimadBikeRentalDataSource
-
- getStations() - Method in interface org.opentripplanner.updater.bike_rental.BikeRentalDataSource
-
- getStations() - Method in class org.opentripplanner.updater.bike_rental.CityBikesBikeRentalDataSource
-
- getStations() - Method in class org.opentripplanner.updater.bike_rental.GbfsBikeRentalDataSource
-
- getStations() - Method in class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
- getStations() - Method in class org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource
-
- getStop(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return specific transit stop in the graph, by ID.
- getStop() - Method in class org.opentripplanner.model.StopTime
-
- getStop() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getStop(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getStop() - Method in class org.opentripplanner.routing.vertextype.TransitVertex
-
Stop information need by API
- getStopCluster(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return a cluster of stops by its ID.
- getStopCode() - Method in class org.opentripplanner.routing.vertextype.TransitVertex
-
The passenger-facing stop ID/Code (for systems like TriMet that have this feature).
- getStopForId(FeedScopedId) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getStopHeadsign() - Method in class org.opentripplanner.model.StopTime
-
- getStopId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string stop_id = 5;
- getStopId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string stop_id = 5;
- getStopId() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string stop_id = 5;
- getStopId() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional string stop_id = 4;
- getStopId() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional string stop_id = 4;
- getStopId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional string stop_id = 4;
- getStopId() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional string stop_id = 7;
- getStopId() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional string stop_id = 7;
- getStopId() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional string stop_id = 7;
- getStopId() - Method in class org.opentripplanner.routing.vertextype.TransitStopArrive
-
- getStopId() - Method in class org.opentripplanner.routing.vertextype.TransitStopDepart
-
- getStopId() - Method in class org.opentripplanner.routing.vertextype.TransitVertex
-
Get the stop at which this TransitVertex is located
- getStopIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string stop_id = 5;
- getStopIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string stop_id = 5;
- getStopIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string stop_id = 5;
- getStopIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional string stop_id = 4;
- getStopIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional string stop_id = 4;
- getStopIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional string stop_id = 4;
- getStopIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional string stop_id = 7;
- getStopIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional string stop_id = 7;
- getStopIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional string stop_id = 7;
- getStopIndex() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getStopIndex() - Method in interface org.opentripplanner.routing.edgetype.OnboardEdge
-
The stop index (within the trip) of the stop this edge comes from.
- getStopIndex() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- getStopIndex() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getStopIndex() - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- getStopIndex() - Method in class org.opentripplanner.routing.edgetype.TablePatternEdge
-
- getStopIndex() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- getStopPatches(String, String) - Method in class org.opentripplanner.api.resource.AlertPatcher
-
Return a list of all patches that apply to a given stop
- getStopPatches(FeedScopedId) - Method in class org.opentripplanner.routing.impl.AlertPatchServiceImpl
-
- getStopPatches(FeedScopedId) - Method in interface org.opentripplanner.routing.services.AlertPatchService
-
- getStops() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getStops() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getStops() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional uint32 stop_sequence = 1;
- getStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional uint32 stop_sequence = 1;
- getStopSequence() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional uint32 stop_sequence = 1;
- getStopSequence() - Method in class org.opentripplanner.model.StopTime
-
- getStopSequence(int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Just to create uniform getter-syntax across the whole public interface of TripTimes.
- getStopsForPattern(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getStopsForRoute(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return all stops in any pattern on a given route.
- getStopsForStation(Stop) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getStopsForTrip(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getStopsInArea(OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getStopsInRadius(Double, Double, Double, Double, Double, Double, Double) - Method in class org.opentripplanner.index.IndexAPI
-
Return a list of all stops within a circle around the given coordinate.
- getStopTimes() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getStoptimesForStop(String, long, int, int, boolean) - Method in class org.opentripplanner.index.IndexAPI
-
Return upcoming vehicle arrival/departure times at the given stop.
- getStopTimesForStop(Stop, ServiceDate, boolean) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Get a list of all trips that pass through a stop during a single ServiceDate.
- getStoptimesForStopAndDate(String, String, boolean) - Method in class org.opentripplanner.index.IndexAPI
-
Return upcoming vehicle arrival/departure times at the given stop.
- getStoptimesForTrip(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getStopTimesForTrip(Trip) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getStopTimeUpdate(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdate(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdate(int) - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateCount() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateCount() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateCount() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateList() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateList() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateList() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateOrBuilder(int) - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTimeUpdateOrBuilderList() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- getStopTreeCache() - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Fetch a cache of nearby intersection distances for every transit stop in this graph, lazy-building as needed.
- getStopVertex() - Method in class org.opentripplanner.routing.vertextype.TransitStopArrive
-
- getStopVertex() - Method in class org.opentripplanner.routing.vertextype.TransitStopDepart
-
- getStore() - Static method in class org.opentripplanner.util.monitoring.MonitoringStoreFactory
-
- getStreetClass() - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- getStreetClass() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getStreetClasses(OSMWithTags) - Static method in class org.opentripplanner.graph_builder.module.osm.OSMFilter
-
- getStreetEdges() - Method in class org.opentripplanner.routing.graph.Graph
-
Return only the StreetEdges in the graph.
- getStreetSpeedUpperBound() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getStreetToStopTime() - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- getStreetVertex() - Method in class org.opentripplanner.routing.vertextype.flex.TemporaryTransitStop
-
- getStringData(String) - Method in class org.opentripplanner.scripting.api.OtpsIndividual
-
Retrieve some data associated with this individual.
- getSubway() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getSunday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getSymbol() - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- getSymbol(Locale) - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- getT(int, int) - Method in class org.opentripplanner.common.geometry.SparseMatrix.SparseMatrixChunk
-
- getTag(String) - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
- getTags() - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
The tags of an entity.
- getTagsByPrefix(String) - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
- getTemporaryStop(StreetVertex, State, RoutingContext, RoutingRequest) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
- getTemporaryStop(StreetVertex, State, RoutingContext, RoutingRequest, boolean) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
- getText() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
required string text = 1;
- getText() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
required string text = 1;
- getText() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedString.TranslationOrBuilder
-
required string text = 1;
- getTextBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
required string text = 1;
- getTextBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
required string text = 1;
- getTextBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedString.TranslationOrBuilder
-
required string text = 1;
- getTextColor() - Method in class org.opentripplanner.model.Route
-
- getThursday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getTileNumber(double, double, int) - Static method in class org.opentripplanner.analyst.core.SlippyTile
-
- getTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int64 time = 2;
- getTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
optional int64 time = 2;
- getTime() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEventOrBuilder
-
optional int64 time = 2;
- getTime(Vertex) - Method in class org.opentripplanner.analyst.TimeSurface
-
- getTime(TransitStop) - Method in class org.opentripplanner.routing.algorithm.PathDiscardingRaptorStateStore
-
- getTime(TransitStop) - Method in interface org.opentripplanner.routing.algorithm.RaptorStateStore
-
get the best time for a given stop that was reached by transit (not by transfers)
- getTime() - Method in class org.opentripplanner.scripting.api.OtpsEvaluatedIndividual
-
- getTimeDeltaSeconds() - Method in class org.opentripplanner.routing.core.State
-
- getTimeGridPng(boolean) - Method in class org.opentripplanner.api.resource.TimeGridWs
-
- getTimeInMillis() - Method in class org.opentripplanner.routing.core.State
-
- getTimepoint() - Method in class org.opentripplanner.model.StopTime
-
- getTimeSeconds() - Method in class org.opentripplanner.routing.core.State
-
Returns time in seconds since epoch
- getTimeSeconds() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional uint64 timestamp = 3;
- getTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
optional uint64 timestamp = 3;
- getTimestamp() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
optional uint64 timestamp = 3;
- getTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional uint64 timestamp = 4;
- getTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional uint64 timestamp = 4;
- getTimestamp() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional uint64 timestamp = 4;
- getTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint64 timestamp = 5;
- getTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional uint64 timestamp = 5;
- getTimestamp() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional uint64 timestamp = 5;
- getTimeSurfaceList() - Method in class org.opentripplanner.api.resource.SurfaceResource
-
List all the available surfaces.
- getTimeSurfaceList(Integer) - Method in class org.opentripplanner.api.resource.SurfaceResource
-
Describe a specific surface.
- getTimetableSnapshot() - Method in class org.opentripplanner.updater.stoptime.TimetableSnapshotSource
-
- getTimezone() - Method in class org.opentripplanner.model.Agency
-
- getTimeZone() - Method in class org.opentripplanner.model.calendar.LocalizedServiceId
-
- getTimezone() - Method in class org.opentripplanner.model.Stop
-
- getTimeZone() - Method in class org.opentripplanner.routing.graph.Graph
-
Returns the time zone for the first agency in this graph.
- getTimeZoneForAgencyId(String) - Method in class org.opentripplanner.calendar.impl.CalendarServiceImpl
-
- getTimeZoneForAgencyId(String) - Method in class org.opentripplanner.model.calendar.CalendarServiceData
-
- getTimeZoneForAgencyId(String) - Method in interface org.opentripplanner.model.CalendarService
-
Returns the instantiated
TimeZone
for the specified agency id
- getToPlace() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- getToRoute() - Method in class org.opentripplanner.model.Transfer
-
- getToStop() - Method in class org.opentripplanner.model.Pathway
-
- getToStop() - Method in class org.opentripplanner.model.Transfer
-
- getTotalError() - Method in class org.opentripplanner.graph_builder.module.map.MatchState
-
- getTotalTaskCount() - Method in class org.opentripplanner.analyst.broker.Job
-
- getToTrip() - Method in class org.opentripplanner.model.Transfer
-
- getTouchedStopsIncludingTransfers() - Method in class org.opentripplanner.routing.algorithm.PathDiscardingRaptorStateStore
-
- getTouchedStopsIncludingTransfers() - Method in interface org.opentripplanner.routing.algorithm.RaptorStateStore
-
get all the stops that were reached in the current round, either via transfers or directly
- getToVertex() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- getToVertex() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- getToVertex() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getToVertex() - Method in class org.opentripplanner.routing.graph.Edge
-
- getToWayTurnRestrictions(Long) - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getTram() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getTransferDuration() - Method in class org.opentripplanner.model.FareAttribute
-
- getTransfers(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return the generated transfers a stop in the graph, by stop ID
- getTransfers() - Method in class org.opentripplanner.model.FareAttribute
-
- getTransfers() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getTransferTable() - Method in class org.opentripplanner.routing.graph.Graph
-
- getTransferTime(Trip, Trip) - Method in class org.opentripplanner.routing.core.StopTransfer
-
Get the transfer time that should be used when transferring from a trip to another trip.
- getTransferTime(Stop, Stop, Trip, Trip, boolean) - Method in class org.opentripplanner.routing.core.TransferTable
-
Get the transfer time that should be used when transferring from a trip to another trip.
- getTransferType() - Method in class org.opentripplanner.model.Transfer
-
- getTransitModes() - Method in class org.opentripplanner.routing.graph.Graph
-
- getTransitServiceEnds() - Method in class org.opentripplanner.routing.graph.Graph
-
- getTransitServiceStarts() - Method in class org.opentripplanner.routing.graph.Graph
-
- getTransitSpeedUpperBound() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Get the maximum expected speed over all transit modes.
- getTransitStopForEnvelope(Envelope) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- getTransitStopForEnvelope(Envelope) - Method in interface org.opentripplanner.routing.services.StreetVertexIndexService
-
- getTranslation(int) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslation(int) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslation(int) - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedStringOrBuilder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationCount() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationCount() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationCount() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedStringOrBuilder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationList() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationList() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationList() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedStringOrBuilder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationOrBuilder(int) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationOrBuilder(int) - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedStringOrBuilder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationOrBuilderList() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslationOrBuilderList() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedStringOrBuilder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- getTranslations() - Method in class org.opentripplanner.util.TranslatedString
-
- getTraversalTime() - Method in class org.opentripplanner.model.Pathway
-
- getTraverseMode(Route) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- getTraverseMode() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getTriangles() - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Returns the triangles in relationship with the edge.
- getTrip() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTrip() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTrip() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTrip() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- getTrip() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
required .transit_realtime.TripDescriptor trip = 1;
- getTrip() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
required .transit_realtime.TripDescriptor trip = 1;
- getTrip() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTrip() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTrip() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTrip(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getTrip() - Method in class org.opentripplanner.model.Frequency
-
- getTrip() - Method in class org.opentripplanner.model.StopTime
-
- getTrip() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- getTrip() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- getTrip() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- getTrip(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getTrip() - Method in class org.opentripplanner.routing.graph.Edge
-
This should only be called inside State; other methods should call
org.opentripplanner.routing.core.State.getBackTrip()
- getTrip(Route, int, int, ServiceDate) - Method in class org.opentripplanner.updater.GtfsRealtimeFuzzyTripMatcher
-
- getTripAgencyIdsReferencingServiceId(FeedScopedId) - Method in interface org.opentripplanner.model.OtpTransitService
-
- getTripBikesAllowed() - Method in class org.opentripplanner.model.Trip
-
Deprecated.
- getTripBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTripBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- getTripBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTripHeadsign() - Method in class org.opentripplanner.model.Trip
-
- getTripId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string trip_id = 1;
- getTripId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string trip_id = 1;
- getTripId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string trip_id = 1;
- getTripId() - Method in class org.opentripplanner.routing.core.State
-
- getTripId() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getTripId() - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot.TripIdAndServiceDate
-
- getTripIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string trip_id = 1;
- getTripIdBytes() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string trip_id = 1;
- getTripIdBytes() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string trip_id = 1;
- getTripIndex(FeedScopedId) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getTripIndex(String) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getTripIndex(Trip) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getTripOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTripOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTripOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional .transit_realtime.TripDescriptor trip = 4;
- getTripOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- getTripOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
required .transit_realtime.TripDescriptor trip = 1;
- getTripOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
required .transit_realtime.TripDescriptor trip = 1;
- getTripOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTripOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTripOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.TripDescriptor trip = 1;
- getTripPattern() - Method in class org.opentripplanner.routing.vertextype.OnboardVertex
-
- getTrips() - Method in class org.opentripplanner.model.impl.OtpTransitServiceBuilder
-
- getTrips() - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- getTrips() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- getTrips() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getTrips() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- getTripsForPattern(String) - Method in class org.opentripplanner.index.IndexAPI
-
- getTripsForRoute(String) - Method in class org.opentripplanner.index.IndexAPI
-
Return all trips in any pattern on the given route.
- getTripShortName() - Method in class org.opentripplanner.model.Trip
-
- getTripTimes() - Method in class org.opentripplanner.routing.core.State
-
- getTripTimes(int) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getTripTimes(Trip) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
- getTripUpdate() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTripUpdate() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTripUpdate() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTripUpdateBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTripUpdateOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTripUpdateOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTripUpdateOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- getTuesday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getTurnRestrictions(Graph) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- getTurnRestrictions(Graph) - Method in class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
Have the turn restrictions of their parent.
- getTurnRestrictions(Edge) - Method in class org.opentripplanner.routing.graph.Graph
-
- getTurnRestrictionWayIds() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getType() - Method in class org.opentripplanner.analyst.scenario.AddTripPattern
-
- getType() - Method in class org.opentripplanner.analyst.scenario.AdjustDwellTime
-
- getType() - Method in class org.opentripplanner.analyst.scenario.AdjustHeadway
-
- getType() - Method in class org.opentripplanner.analyst.scenario.ConvertToFrequency
-
- getType() - Method in class org.opentripplanner.analyst.scenario.Modification
-
Distinguish between modification types when a list of Modifications are serialized out as JSON.
- getType() - Method in class org.opentripplanner.analyst.scenario.RemoveTrip
-
- getType() - Method in class org.opentripplanner.analyst.scenario.SkipStop
-
- getType() - Method in class org.opentripplanner.analyst.scenario.TransferRule
-
- getType() - Method in class org.opentripplanner.graph_builder.module.stopsAlerts.AbstractStopTester
-
- getType() - Method in interface org.opentripplanner.graph_builder.module.stopsAlerts.IStopTester
-
- getType() - Method in class org.opentripplanner.model.Route
-
- getType() - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- getTypes() - Method in class org.opentripplanner.geocoder.google.AddressComponent
-
- getUID() - Method in class org.opentripplanner.common.MavenVersion
-
- getUncertainty() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 uncertainty = 3;
- getUncertainty() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
optional int32 uncertainty = 3;
- getUncertainty() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEventOrBuilder
-
optional int32 uncertainty = 3;
- getUniqueWord() - Method in class org.opentripplanner.common.Namer
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- getUnknownFields() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- getUpdatedTimetable(RoutingRequest, ServiceDay) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
Rather than the scheduled timetable, get the one that has been updated with real-time updates.
- getUpdater(int) - Method in class org.opentripplanner.updater.GraphUpdaterManager
-
Just an example of fetching status information from the graph updater manager to expose it in a web service.
- getUpdaterDescriptions() - Method in class org.opentripplanner.updater.GraphUpdaterManager
-
Just an example of fetching status information from the graph updater manager to expose it in a web service.
- getUpdaters() - Method in class org.opentripplanner.api.resource.UpdaterStatusResource
-
Return a list of all agencies in the graph.
- getUpdaters(int) - Method in class org.opentripplanner.api.resource.UpdaterStatusResource
-
Return status for a specific updater.
- getUpdates() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource
-
- getUpdates() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource
-
- getUpdates() - Method in interface org.opentripplanner.updater.stoptime.TripUpdateSource
-
Wait for one message to arrive, and decode it into a List of TripUpdates.
- getUpperRightLatitude() - Method in class org.opentripplanner.api.model.RouterInfo
-
- getUpperRightLatitude() - Method in class org.opentripplanner.util.WorldEnvelope
-
- getUpperRightLongitude() - Method in class org.opentripplanner.api.model.RouterInfo
-
- getUpperRightLongitude() - Method in class org.opentripplanner.util.WorldEnvelope
-
- getUrl() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- getUrl() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString url = 8;
- getUrl() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString url = 8;
- getUrl() - Method in class org.opentripplanner.model.Agency
-
- getUrl() - Method in class org.opentripplanner.model.Route
-
- getUrl() - Method in class org.opentripplanner.model.Stop
-
- getUrl() - Method in class org.opentripplanner.updater.bike_rental.BicimadBikeRentalDataSource
-
- getUrl() - Method in class org.opentripplanner.updater.bike_rental.CityBikesBikeRentalDataSource
-
- getUrl() - Method in class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
- getUrlBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- getUrlOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- getUrlOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString url = 8;
- getUrlOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString url = 8;
- getV() - Method in class org.opentripplanner.openstreetmap.model.OSMTag
-
- getValidVertexTypes() - Method in class org.opentripplanner.routing.graph.Edge
-
- getValue() - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamerEditor
-
- getValue() - Method in class org.opentripplanner.graph_builder.module.osm.NotePropertiesEditor
-
- getValue() - Method in class org.opentripplanner.graph_builder.module.osm.SafetyFeaturesEditor
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.FeedHeader.Incrementality
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.OccupancyStatus
-
- getValueDescriptor() - Method in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.VehicleStopStatus
-
- getVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicle() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicle() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicle() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicleBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicleBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicleBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicleMode() - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
Tell the routing algorithm what kind of vehicle is being rented or dropped off here.
- getVehicleOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicleOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicleOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- getVehicleOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicleOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicleOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- getVehicleOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicleOrBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicleOrBuilder() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- getVehicleType() - Method in class org.opentripplanner.model.Stop
-
- getVersion() - Method in class org.opentripplanner.model.FeedInfo
-
- getVertex() - Method in class org.opentripplanner.routing.core.State
-
- getVertex() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getVertex(String) - Method in class org.opentripplanner.routing.graph.Graph
-
- getVertexById(int) - Method in class org.opentripplanner.routing.graph.Graph
-
Returns the vertex with the given ID or null if none is present.
- getVertexCount() - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getVertexForLocation(GenericLocation, RoutingRequest, boolean) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- getVertexForLocation(GenericLocation, RoutingRequest, boolean) - Method in interface org.opentripplanner.routing.services.StreetVertexIndexService
-
Finds the appropriate vertex for this location.
- getVertexForOsmNode(OSMNode, OSMWithTags) - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler
-
Make or get a shared vertex for flat intersections, or one vertex per level for multilevel nodes like elevators.
- getVertexIndex() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
The vertex index of the vertex the iterator is currently at.
- getVertices() - Method in class org.opentripplanner.routing.core.OverlayGraph
-
A single Vertex can appear once or twice.
- getVertices() - Method in class org.opentripplanner.routing.graph.Graph
-
Get all the vertices in the graph.
- getVertices() - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- getVerticesForEnvelope(Envelope) - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- getVerticesForEnvelope(Envelope) - Method in interface org.opentripplanner.routing.services.StreetVertexIndexService
-
Returns the vertices intersecting with the specified envelope.
- getViewBox() - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- getWalk() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- getWalkableAreas() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getWalkAtLastTransit() - Method in class org.opentripplanner.routing.core.State
-
- getWalkDistance() - Method in class org.opentripplanner.routing.core.State
-
- getWalkDistance() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getWalkDistance() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getWalkDistance() - Method in class org.opentripplanner.scripting.api.OtpsEvaluatedIndividual
-
- getWalkDistanceDelta() - Method in class org.opentripplanner.routing.core.State
-
- getWalkSinceLastTransit() - Method in class org.opentripplanner.routing.core.State
-
- getWayForId(long) - Method in class org.opentripplanner.openstreetmap.model.OSMMap
-
- getWays() - Method in class org.opentripplanner.graph_builder.module.osm.OSMDatabase
-
- getWays() - Method in class org.opentripplanner.openstreetmap.model.OSMMap
-
- getWednesday() - Method in class org.opentripplanner.model.ServiceCalendar
-
- getWeight() - Method in class org.opentripplanner.routing.core.State
-
- getWeight(State, int) - Method in class org.opentripplanner.routing.edgetype.flex.TemporaryDirectPatternHop
-
- getWeight(State, int) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- getWeight() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- getWeightDelta() - Method in class org.opentripplanner.routing.core.State
-
- getWheelchairAccessible() - Method in class org.opentripplanner.model.Trip
-
- getWheelchairBoarding() - Method in class org.opentripplanner.model.Stop
-
- getWheelchairTraversalTime() - Method in class org.opentripplanner.model.Pathway
-
- getWkt() - Method in class org.opentripplanner.model.FlexArea
-
- getX(int) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getX(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getX() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid.ZSamplePoint
-
- getX() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get the longitude of the vertex
- getXMax() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getXMax() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getXMin() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getXMin() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getY(int) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- getY(int) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- getY() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid.ZSamplePoint
-
- getY() - Method in class org.opentripplanner.routing.graph.Vertex
-
Get the latitude of the vertex
- getYear() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- getYMax() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getYMax() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getYMin() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- getYMin() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- getYouthPrice() - Method in class org.opentripplanner.model.FareAttribute
-
- getZ() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid.ZSamplePoint
-
- getZipFromString(String) - Static method in class org.opentripplanner.util.IntUtils
-
- getZippedShapefileIsochrone(String, boolean) - Method in class org.opentripplanner.api.resource.LIsochrone
-
- getZone() - Method in class org.opentripplanner.routing.core.State
-
- getZone() - Method in class org.opentripplanner.routing.core.StateEditor
-
- getZone(int) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
Returns the zone of a given stop
- getZoneId() - Method in class org.opentripplanner.model.Stop
-
- good - Variable in class org.opentripplanner.profile.ProfileTransfer.GoodTransferList
-
- GoodTransferList() - Constructor for class org.opentripplanner.profile.ProfileTransfer.GoodTransferList
-
- GoogleGeocoder - Class in org.opentripplanner.geocoder.google
-
- GoogleGeocoder() - Constructor for class org.opentripplanner.geocoder.google.GoogleGeocoder
-
- GoogleGeocoderResult - Class in org.opentripplanner.geocoder.google
-
- GoogleGeocoderResult() - Constructor for class org.opentripplanner.geocoder.google.GoogleGeocoderResult
-
- GoogleGeocoderResults - Class in org.opentripplanner.geocoder.google
-
- GoogleGeocoderResults() - Constructor for class org.opentripplanner.geocoder.google.GoogleGeocoderResults
-
- GoogleJsonDeserializer - Class in org.opentripplanner.geocoder.google
-
- GoogleJsonDeserializer() - Constructor for class org.opentripplanner.geocoder.google.GoogleJsonDeserializer
-
- graph - Variable in class org.opentripplanner.inspector.TileRenderer.TileRenderContext
-
The graph being processed
- graph - Variable in class org.opentripplanner.profile.AnalystProfileRouterPrototype
-
- graph - Variable in class org.opentripplanner.profile.ProfileRouter
-
- graph - Variable in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
- graph - Variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- graph - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- graph - Variable in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
- Graph - Class in org.opentripplanner.routing.graph
-
A graph is really just one or more indexes into a set of vertexes.
- Graph(Graph) - Constructor for class org.opentripplanner.routing.graph.Graph
-
- Graph() - Constructor for class org.opentripplanner.routing.graph.Graph
-
- graph - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- graph - Variable in class org.opentripplanner.scripting.api.OtpsIndividual
-
- graph - Variable in class org.opentripplanner.standalone.Router
-
- graph - Variable in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
- GRAPH_FILENAME - Static variable in class org.opentripplanner.routing.impl.InputStreamGraphSource
-
- graphAffinity - Variable in class org.opentripplanner.analyst.broker.WorkerObservation
-
- graphBuild - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of milliseconds spent in graph build
- GraphBuilder - Class in org.opentripplanner.graph_builder
-
This makes a Graph out of various inputs like GTFS and OSM.
- GraphBuilder(File, GraphBuilderParameters) - Constructor for class org.opentripplanner.graph_builder.GraphBuilder
-
- GraphBuilderAnnotation - Class in org.opentripplanner.graph_builder.annotation
-
Represents noteworthy events or errors that occur during the graphbuilding process.
- GraphBuilderAnnotation() - Constructor for class org.opentripplanner.graph_builder.annotation.GraphBuilderAnnotation
-
- GraphBuilderModule - Interface in org.opentripplanner.graph_builder.services
-
Modules that add elements to a graph.
- GraphBuilderParameters - Class in org.opentripplanner.standalone
-
These are parameters that when changed, necessitate a Graph rebuild.
- GraphBuilderParameters(JsonNode) - Constructor for class org.opentripplanner.standalone.GraphBuilderParameters
-
Set all parameters from the given Jackson JSON tree, applying defaults.
- GraphBundle - Class in org.opentripplanner.model
-
This is a bean that just holds the path of a serialized graph
- GraphBundle() - Constructor for class org.opentripplanner.model.GraphBundle
-
- GraphBundle(File) - Constructor for class org.opentripplanner.model.GraphBundle
-
- GraphCoherencyCheckerModule - Class in org.opentripplanner.graph_builder.module
-
Check the every vertex and edge in the graph to make sure the edge lists and from/to
members are coherent, and that there are no edgeless vertices.
- GraphCoherencyCheckerModule() - Constructor for class org.opentripplanner.graph_builder.module.GraphCoherencyCheckerModule
-
- GraphConnectivity - Class in org.opentripplanner.graph_builder.annotation
-
- GraphConnectivity(Vertex, int) - Constructor for class org.opentripplanner.graph_builder.annotation.GraphConnectivity
-
- graphDirectory - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- GraphGeographicFilter - Class in org.opentripplanner.analyst.batch
-
- GraphGeographicFilter(RoutingRequest, GraphService) - Constructor for class org.opentripplanner.analyst.batch.GraphGeographicFilter
-
- graphics - Variable in class org.opentripplanner.inspector.TileRenderer.TileRenderContext
-
Graphics where to paint tile to, in pixel CRS (no transform set)
- graphId - Variable in class org.opentripplanner.analyst.cluster.AnalystClusterRequest
-
The ID of the graph against which to calculate this request
- graphId - Variable in class org.opentripplanner.analyst.cluster.JobSimulator
-
- graphId - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
graph ID
- GraphIndex - Class in org.opentripplanner.routing.graph
-
This class contains all the transient indexes of graph elements -- those that are not
serialized with the graph.
- GraphIndex(Graph) - Constructor for class org.opentripplanner.routing.graph.GraphIndex
-
- GraphIndex.StopAndDistance - Class in org.opentripplanner.routing.graph
-
- GraphInspectorTileResource - Class in org.opentripplanner.api.resource
-
Slippy map tile API for rendering various graph information for inspection/debugging purpose
(bike safety factor, connectivity...).
- GraphInspectorTileResource() - Constructor for class org.opentripplanner.api.resource.GraphInspectorTileResource
-
- GraphLibrary - Class in org.opentripplanner.routing.algorithm
-
- GraphLibrary() - Constructor for class org.opentripplanner.routing.algorithm.GraphLibrary
-
- GraphNotFoundException - Exception in org.opentripplanner.routing.error
-
Indicates that there is no graph currently available.
- GraphNotFoundException() - Constructor for exception org.opentripplanner.routing.error.GraphNotFoundException
-
- GraphPath - Class in org.opentripplanner.routing.spt
-
A shortest path on the graph.
- GraphPath(State, boolean) - Constructor for class org.opentripplanner.routing.spt.GraphPath
-
Construct a GraphPath based on the given state by following back-edge fields all the way back
to the origin of the search.
- GraphPathFinder - Class in org.opentripplanner.routing.impl
-
This class contains the logic for repeatedly building shortest path trees and accumulating paths through
the graph until the requested number of them have been found.
- GraphPathFinder(Router) - Constructor for class org.opentripplanner.routing.impl.GraphPathFinder
-
- graphPathFinderEntryPoint(RoutingRequest) - Method in class org.opentripplanner.routing.impl.GraphPathFinder
-
- GraphPathToTripPlanConverter - Class in org.opentripplanner.api.resource
-
A library class with only static methods used in converting internal GraphPaths to TripPlans, which are
returned by the OTP "planner" web service.
- GraphPathToTripPlanConverter() - Constructor for class org.opentripplanner.api.resource.GraphPathToTripPlanConverter
-
- graphQL - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- GraphRefreshListener - Interface in org.opentripplanner.routing.services
-
Service classes interested in being notified of graph refresh events should implement this class.
- GraphScanner - Class in org.opentripplanner.routing.impl
-
Scan for graphs under the base directory and auto-register them.
- GraphScanner(GraphService, File, boolean) - Constructor for class org.opentripplanner.routing.impl.GraphScanner
-
- graphService - Variable in class org.opentripplanner.analyst.PointSet
-
- GraphService - Class in org.opentripplanner.routing.services
-
A GraphService maps RouterIds to Graphs.
- GraphService() - Constructor for class org.opentripplanner.routing.services.GraphService
-
- GraphService(boolean) - Constructor for class org.opentripplanner.routing.services.GraphService
-
- graphService - Variable in class org.opentripplanner.standalone.OTPMain
-
- GraphSource - Interface in org.opentripplanner.routing.services
-
A class responsible of graph creation / ownership.
- GraphSource.Factory - Interface in org.opentripplanner.routing.services
-
Factory of GraphSource.
- graphSourceFactory - Variable in class org.opentripplanner.routing.services.GraphService
-
- GraphStatisticsModule - Class in org.opentripplanner.graph_builder.module
-
Print statistics on geometry and edge/vertices data for a graph (number of geometry, average
number of points, size distribution, edge names size, etc...)
- GraphStatisticsModule() - Constructor for class org.opentripplanner.graph_builder.module.GraphStatisticsModule
-
- GraphStats - Class in org.opentripplanner.graph_builder
-
- graphStopCount - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of stops in the graph
- graphTripCount - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of trips in the graph
- GraphUpdater - Interface in org.opentripplanner.updater
-
Interface for graph updaters.
- GraphUpdaterConfigurator - Class in org.opentripplanner.updater
-
Upon loading a Graph, configure/decorate it using a JSON tree from Jackson.
- GraphUpdaterConfigurator() - Constructor for class org.opentripplanner.updater.GraphUpdaterConfigurator
-
- GraphUpdaterManager - Class in org.opentripplanner.updater
-
This class is attached to the graph:
- GraphUpdaterManager(Graph) - Constructor for class org.opentripplanner.updater.GraphUpdaterManager
-
Constructor.
- GraphUtils - Class in org.opentripplanner.common.geometry
-
- GraphUtils() - Constructor for class org.opentripplanner.common.geometry.GraphUtils
-
- graphVisualizer - Variable in class org.opentripplanner.standalone.Router
-
A graphical window that is used for visualizing search progress (debugging).
- GraphVisualizer - Class in org.opentripplanner.visualizer
-
A simple visualizer for graphs.
- GraphVisualizer(Router) - Constructor for class org.opentripplanner.visualizer.GraphVisualizer
-
- Graphwide - Class in org.opentripplanner.graph_builder.annotation
-
- Graphwide(String) - Constructor for class org.opentripplanner.graph_builder.annotation.Graphwide
-
- GraphWriterRunnable - Interface in org.opentripplanner.updater
-
The graph should only be modified by a runnable implementing this interface, executed by the
GraphUpdaterManager.
- GRID_SIZE_METERS - Static variable in class org.opentripplanner.profile.IsochroneGenerator
-
- gridEnvelope - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- gridGeometry - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- gridToWGS84 - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- GrizzlyServer - Class in org.opentripplanner.standalone
-
- GrizzlyServer(CommandLineParameters, OTPServer) - Constructor for class org.opentripplanner.standalone.GrizzlyServer
-
Construct a Grizzly server with the given IoC injector and command line parameters.
- groupBy - Variable in class org.opentripplanner.analyst.scenario.ConvertToFrequency
-
How to group trips for conversion to frequencies: by route, route and direction, or by trip pattern.
- GTFS_REALTIME_VERSION_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- GtfsBundle - Class in org.opentripplanner.graph_builder.model
-
- GtfsBundle() - Constructor for class org.opentripplanner.graph_builder.model.GtfsBundle
-
- GtfsBundle(File) - Constructor for class org.opentripplanner.graph_builder.model.GtfsBundle
-
- gtfsBundles - Variable in class org.opentripplanner.graph_builder.module.GtfsModule
-
- GtfsContext - Interface in org.opentripplanner.gtfs
-
- GtfsFeedId - Class in org.opentripplanner.graph_builder.module
-
Represent a feed id in a GTFS feed.
- GtfsFeedId.Builder - Class in org.opentripplanner.graph_builder.module
-
- GtfsFlexGraphModifier - Class in org.opentripplanner.routing.flex
-
Create temporary vertices and edges for GTFS-flex service.
- GtfsFlexGraphModifier(Graph) - Constructor for class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
- GtfsImport - Class in org.opentripplanner.gtfs
-
- GtfsImport(File) - Constructor for class org.opentripplanner.gtfs.GtfsImport
-
- GtfsLibrary - Class in org.opentripplanner.gtfs
-
- GtfsLibrary() - Constructor for class org.opentripplanner.gtfs.GtfsLibrary
-
- GtfsModule - Class in org.opentripplanner.graph_builder.module
-
- GtfsModule(List<GtfsBundle>) - Constructor for class org.opentripplanner.graph_builder.module.GtfsModule
-
- GtfsRealtime - Class in com.google.transit.realtime
-
Protocol buffer generated class to read GTFS-RT feeds.
- GtfsRealtime.Alert - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.Alert
- GtfsRealtime.Alert.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.Alert
- GtfsRealtime.Alert.Cause - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.Alert.Cause
- GtfsRealtime.Alert.Effect - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.Alert.Effect
- GtfsRealtime.AlertOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.EntitySelector - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.EntitySelector
- GtfsRealtime.EntitySelector.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.EntitySelector
- GtfsRealtime.EntitySelectorOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.FeedEntity - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.FeedEntity
- GtfsRealtime.FeedEntity.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.FeedEntity
- GtfsRealtime.FeedEntityOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.FeedHeader - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.FeedHeader
- GtfsRealtime.FeedHeader.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.FeedHeader
- GtfsRealtime.FeedHeader.Incrementality - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.FeedHeader.Incrementality
- GtfsRealtime.FeedHeaderOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.FeedMessage - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.FeedMessage
- GtfsRealtime.FeedMessage.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.FeedMessage
- GtfsRealtime.FeedMessageOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.Position - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.Position
- GtfsRealtime.Position.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.Position
- GtfsRealtime.PositionOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TimeRange - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TimeRange
- GtfsRealtime.TimeRange.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TimeRange
- GtfsRealtime.TimeRangeOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TranslatedString - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TranslatedString
- GtfsRealtime.TranslatedString.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TranslatedString
- GtfsRealtime.TranslatedString.Translation - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TranslatedString.Translation
- GtfsRealtime.TranslatedString.Translation.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TranslatedString.Translation
- GtfsRealtime.TranslatedString.TranslationOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TranslatedStringOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TripDescriptor - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripDescriptor
- GtfsRealtime.TripDescriptor.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripDescriptor
- GtfsRealtime.TripDescriptor.ScheduleRelationship - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.TripDescriptor.ScheduleRelationship
- GtfsRealtime.TripDescriptorOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TripUpdate - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripUpdate
- GtfsRealtime.TripUpdate.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripUpdate
- GtfsRealtime.TripUpdate.StopTimeEvent - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripUpdate.StopTimeEvent
- GtfsRealtime.TripUpdate.StopTimeEvent.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripUpdate.StopTimeEvent
- GtfsRealtime.TripUpdate.StopTimeEventOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TripUpdate.StopTimeUpdate - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripUpdate.StopTimeUpdate
- GtfsRealtime.TripUpdate.StopTimeUpdate.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.TripUpdate.StopTimeUpdate
- GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
- GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.TripUpdateOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.VehicleDescriptor - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.VehicleDescriptor
- GtfsRealtime.VehicleDescriptor.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.VehicleDescriptor
- GtfsRealtime.VehicleDescriptorOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtime.VehiclePosition - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.VehiclePosition
- GtfsRealtime.VehiclePosition.Builder - Class in com.google.transit.realtime
-
Protobuf type transit_realtime.VehiclePosition
- GtfsRealtime.VehiclePosition.CongestionLevel - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.VehiclePosition.CongestionLevel
- GtfsRealtime.VehiclePosition.OccupancyStatus - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.VehiclePosition.OccupancyStatus
- GtfsRealtime.VehiclePosition.VehicleStopStatus - Enum in com.google.transit.realtime
-
Protobuf enum transit_realtime.VehiclePosition.VehicleStopStatus
- GtfsRealtime.VehiclePositionOrBuilder - Interface in com.google.transit.realtime
-
- GtfsRealtimeAlertsUpdater - Class in org.opentripplanner.updater.alerts
-
GTFS-RT alerts updater
Usage example ('myalert' name is an example) in file 'Graph.properties':
- GtfsRealtimeAlertsUpdater() - Constructor for class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- GtfsRealtimeFileTripUpdateSource - Class in org.opentripplanner.updater.stoptime
-
Reads the GTFS-RT from a local file.
- GtfsRealtimeFileTripUpdateSource() - Constructor for class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource
-
- GtfsRealtimeFuzzyTripMatcher - Class in org.opentripplanner.updater
-
This class is used for matching TripDescriptors without trip_ids to scheduled GTFS data and to
feed back that information into a new TripDescriptor with proper trip_id.
- GtfsRealtimeFuzzyTripMatcher(GraphIndex) - Constructor for class org.opentripplanner.updater.GtfsRealtimeFuzzyTripMatcher
-
- GtfsRealtimeHttpTripUpdateSource - Class in org.opentripplanner.updater.stoptime
-
- GtfsRealtimeHttpTripUpdateSource() - Constructor for class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource
-
- GtfsStopContext - Class in org.opentripplanner.routing.edgetype.factory
-
Retains graph-wide information between PatternHopFactory runs on different feeds.
- GtfsStopContext() - Constructor for class org.opentripplanner.routing.edgetype.factory.GtfsStopContext
-
- GTFSToOtpTransitServiceMapper - Class in org.opentripplanner.gtfs.mapping
-
This class is responsible for mapping between GTFS DAO objects and into OTP Transit model.
- GTFSToOtpTransitServiceMapper() - Constructor for class org.opentripplanner.gtfs.mapping.GTFSToOtpTransitServiceMapper
-
- handledType() - Method in class org.opentripplanner.api.model.FeedScopedIdDeserializer
-
- handledType() - Method in class org.opentripplanner.api.model.FeedScopedIdSerializer
-
- handledType() - Method in class org.opentripplanner.common.geometry.GeometrySerializer
-
- handledType() - Method in class org.opentripplanner.model.json_serialization.CoordinateSerializer
-
- handledType() - Method in class org.opentripplanner.model.json_serialization.EncodedPolylineJSONSerializer
-
- handledType() - Method in class org.opentripplanner.model.json_serialization.PackedCoordinateSequenceSerializer
-
- handleGraphRefresh(GraphService) - Method in interface org.opentripplanner.routing.services.GraphRefreshListener
-
- Handler(Graph, OSMDatabase) - Constructor for class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule.Handler
-
- hasAgencyDefined() - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- hasAgencyId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string agency_id = 1;
- hasAgencyId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string agency_id = 1;
- hasAgencyId() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string agency_id = 1;
- hasAlert() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- hasAlert() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.Alert alert = 5;
- hasAlert() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.Alert alert = 5;
- hasAlightArea() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- hasArrival() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- hasArrival() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- hasArrival() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- hasBearing() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float bearing = 3;
- hasBearing() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
optional float bearing = 3;
- hasBearing() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
optional float bearing = 3;
- hasBikeRide - Variable in class org.opentripplanner.routing.graph.Graph
-
- hasBikeSharing - Variable in class org.opentripplanner.routing.graph.Graph
-
- hasBikeWalkingRequirements() - Method in class org.opentripplanner.routing.core.TraversalRequirements
-
Returns true if bike walking requirements are defined.
- hasBoardArea() - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- hasBogusName() - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- hasBogusName() - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
The name is not bogus; it's level n from OSM.
- hasBogusName() - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
Since board edges always are called Elevator,
the name is utterly and completely bogus but is never included
in plans..
- hasBogusName() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideEdge
-
- hasBogusName() - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- hasBogusName() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- hasBogusName() - Method in class org.opentripplanner.routing.graph.Edge
-
- hasCause() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- hasCause() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- hasCause() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- hasCongestionLevel() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- hasCongestionLevel() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- hasCongestionLevel() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- hasCoordinate() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns true if getCoordinate() will not return null.
- hasCurrentStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- hasCurrentStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- hasCurrentStatus() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- hasCurrentStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint32 current_stop_sequence = 3;
- hasCurrentStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional uint32 current_stop_sequence = 3;
- hasCurrentStopSequence() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional uint32 current_stop_sequence = 3;
- hasDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional int32 delay = 5;
- hasDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional int32 delay = 5;
- hasDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 delay = 1;
- hasDelay() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
optional int32 delay = 1;
- hasDelay() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEventOrBuilder
-
optional int32 delay = 1;
- hasDelay() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional int32 delay = 5;
- hasDeparture() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- hasDeparture() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- hasDeparture() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- hasDescriptionText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- hasDescriptionText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString description_text = 11;
- hasDescriptionText() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString description_text = 11;
- hasDirectionId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional uint32 direction_id = 6;
- hasDirectionId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional uint32 direction_id = 6;
- hasDirectionId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional uint32 direction_id = 6;
- hasDirectTransfers - Variable in class org.opentripplanner.routing.graph.Graph
-
True if direct single-edge transfers were generated between transit stops in this Graph.
- hasEdgeId() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns true if getEdgeId would not return null.
- hasEffect() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- hasEffect() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- hasEffect() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- hasEligibilityRestricted() - Method in class org.opentripplanner.model.Route
-
- hasEmptyRides() - Method in class org.opentripplanner.profile.Option
-
Rides or transfers may contain no patterns after applying time window.
- hasEnd() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 end = 2;
- hasEnd() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
optional uint64 end = 2;
- hasEnd() - Method in interface com.google.transit.realtime.GtfsRealtime.TimeRangeOrBuilder
-
optional uint64 end = 2;
- hasEnteredNoThroughTrafficArea() - Method in class org.opentripplanner.routing.core.StateEditor
-
- hasEnteredNoThruTrafficArea() - Method in class org.opentripplanner.routing.core.State
-
- hasEntrances() - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- hasFlexFields() - Method in class org.opentripplanner.model.StopPattern
-
- hasFlexService() - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- hasFlexService() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
Return true if any GTFS-Flex service is defined for this hop.
- hasFlexService() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- hasFrequencies - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
does this RaptorData have any frequency trips?
- hasFrequencyService - Variable in class org.opentripplanner.routing.graph.Graph
-
True if frequency-based services exist in this Graph (GTFS frequencies with exact_times = 0).
- hasFrequencyTrips() - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
Does this timetable have any frequency trips?
- hasGtfsRealtimeVersion() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
required string gtfs_realtime_version = 1;
- hasGtfsRealtimeVersion() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
required string gtfs_realtime_version = 1;
- hasGtfsRealtimeVersion() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
required string gtfs_realtime_version = 1;
- HashBiMapSerializer - Class in org.opentripplanner.kryo
-
Created by abyrd on 2018-10-25
- HashBiMapSerializer() - Constructor for class org.opentripplanner.kryo.HashBiMapSerializer
-
- hashCode() - Method in class org.opentripplanner.analyst.PointFeature
-
Hash the relevant features of this PointFeature for efficient use in HashSets, etc.
- hashCode() - Method in class org.opentripplanner.analyst.request.IsoChroneRequest
-
- hashCode() - Method in class org.opentripplanner.analyst.request.SampleRequest
-
- hashCode() - Method in class org.opentripplanner.analyst.request.SPTRequest
-
- hashCode() - Method in class org.opentripplanner.analyst.request.TileRequest
-
- hashCode() - Method in class org.opentripplanner.api.parameter.QualifiedMode
-
- hashCode() - Method in class org.opentripplanner.common.geometry.ReversibleLineStringWrapper
-
- hashCode() - Method in class org.opentripplanner.common.MavenVersion
-
- hashCode() - Method in class org.opentripplanner.common.model.T2
-
- hashCode() - Method in class org.opentripplanner.graph_builder.module.map.MidblockMatchState
-
- hashCode() - Method in class org.opentripplanner.graph_builder.module.osm.WayProperties
-
- hashCode() - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- hashCode() - Method in class org.opentripplanner.model.calendar.LocalizedServiceId
-
- hashCode() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- hashCode() - Method in class org.opentripplanner.model.FeedScopedId
-
- hashCode() - Method in class org.opentripplanner.model.Frequency
-
- hashCode() - Method in class org.opentripplanner.model.IdentityBean
-
- hashCode() - Method in class org.opentripplanner.model.ServiceCalendar
-
- hashCode() - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- hashCode() - Method in class org.opentripplanner.model.ShapePoint
-
- hashCode() - Method in class org.opentripplanner.model.StopPattern
-
- hashCode() - Method in class org.opentripplanner.model.StopPatternFlexFields
-
- hashCode() - Method in class org.opentripplanner.model.StopTime
-
- hashCode() - Method in class org.opentripplanner.openstreetmap.model.OSMLevel
-
- hashCode() - Method in class org.opentripplanner.routing.alertpatch.Alert
-
- hashCode() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- hashCode() - Method in class org.opentripplanner.routing.alertpatch.TimePeriod
-
- hashCode() - Method in class org.opentripplanner.routing.bike_park.BikePark
-
- hashCode() - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStation
-
- hashCode() - Method in class org.opentripplanner.routing.core.Money
-
- hashCode() - Method in class org.opentripplanner.routing.core.RouteMatcher
-
- hashCode() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Equality and hashCode should not consider the routing context, to allow SPT caching.
- hashCode() - Method in class org.opentripplanner.routing.core.ServiceDay
-
- hashCode() - Method in class org.opentripplanner.routing.core.StopMatcher
-
- hashCode() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- hashCode() - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- hashCode() - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot.TripIdAndServiceDate
-
- hashCode() - Method in class org.opentripplanner.routing.graph.Edge
-
- hashCode() - Method in class org.opentripplanner.routing.graph.Vertex
-
- hashCode() - Method in class org.opentripplanner.routing.location.StreetLocation
-
- hashCode() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- hashCode() - Method in class org.opentripplanner.routing.trippattern.DrtTravelTime
-
- hashCode() - Method in class org.opentripplanner.util.stats.DiscreteDistribution.ConstantQuantifiable
-
- hashCode() - Method in class org.opentripplanner.util.stats.DiscreteDistribution.LogQuantifiable
-
- hashCode() - Method in class org.opentripplanner.util.stats.DiscreteDistribution.NumberQuantifiable
-
- hashCode() - Method in class org.opentripplanner.util.TravelOption
-
- hashCode() - Method in class org.opentripplanner.visibility.VLPoint
-
- hashCode() - Method in class org.opentripplanner.visibility.VLPolygon
-
- hasHeader() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- hasHeader() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
required .transit_realtime.FeedHeader header = 1;
- hasHeader() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedMessageOrBuilder
-
required .transit_realtime.FeedHeader header = 1;
- hasHeaderText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- hasHeaderText() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString header_text = 10;
- hasHeaderText() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString header_text = 10;
- hasHeading() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns true if this.heading is not null.
- HashGridSpatialIndex<T> - Class in org.opentripplanner.common.geometry
-
A spatial index using a 2D fast long hashtable (Trove lib).
- HashGridSpatialIndex(double, double) - Constructor for class org.opentripplanner.common.geometry.HashGridSpatialIndex
-
- HashGridSpatialIndex() - Constructor for class org.opentripplanner.common.geometry.HashGridSpatialIndex
-
Create a HashGrid with the default grid dimensions.
- hasId() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
required string id = 1;
- hasId() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
required string id = 1;
- hasId() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
required string id = 1;
- hasId() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string id = 1;
- hasId() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string id = 1;
- hasId() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string id = 1;
- hasIncrementality() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- hasIncrementality() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- hasIncrementality() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- hasIntermediatePlaces() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Returns true if there are any intermediate places set.
- hasIsDeleted() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional bool is_deleted = 2 [default = false];
- hasIsDeleted() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional bool is_deleted = 2 [default = false];
- hasIsDeleted() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional bool is_deleted = 2 [default = false];
- hasLabel() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string label = 2;
- hasLabel() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string label = 2;
- hasLabel() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string label = 2;
- hasLanguage() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
optional string language = 2;
- hasLanguage() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
optional string language = 2;
- hasLanguage() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedString.TranslationOrBuilder
-
optional string language = 2;
- hasLatitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float latitude = 1;
- hasLatitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
required float latitude = 1;
- hasLatitude() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
required float latitude = 1;
- hasLicensePlate() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string license_plate = 3;
- hasLicensePlate() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
optional string license_plate = 3;
- hasLicensePlate() - Method in interface com.google.transit.realtime.GtfsRealtime.VehicleDescriptorOrBuilder
-
optional string license_plate = 3;
- hasLongitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float longitude = 2;
- hasLongitude() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
required float longitude = 2;
- hasLongitude() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
required float longitude = 2;
- hasName() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns true if this.name is set.
- hasNext() - Method in class org.opentripplanner.analyst.broker.CircularList.CircularListIterator
-
- hasNext() - Method in class org.opentripplanner.graph_builder.module.map.LinearIterator
-
Tests whether there are any vertices left to iterator over.
- hasOccupancyStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- hasOccupancyStatus() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- hasOccupancyStatus() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- hasOdometer() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional double odometer = 4;
- hasOdometer() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
optional double odometer = 4;
- hasOdometer() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
optional double odometer = 4;
- hasParkRide - Variable in class org.opentripplanner.api.model.RouterInfo
-
- hasParkRide - Variable in class org.opentripplanner.routing.graph.Graph
-
- hasPlace() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns true if this.place is set.
- hasPointInside(VLPolygon) - Method in class org.opentripplanner.visibility.VLPolygon
-
- hasPosition() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- hasPosition() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.Position position = 2;
- hasPosition() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.Position position = 2;
- hasPreferredTransfers() - Method in class org.opentripplanner.routing.core.TransferTable
-
- hasReplacementEntities(Class<?>) - Method in class org.opentripplanner.graph_builder.module.EntityReplacementStrategyImpl
-
- hasReplacementEntities(Class<?>) - Method in interface org.opentripplanner.graph_builder.services.EntityReplacementStrategy
-
- hasReplacementEntity(Class<?>, Serializable) - Method in class org.opentripplanner.graph_builder.module.EntityReplacementStrategyImpl
-
- hasReplacementEntity(Class<?>, Serializable) - Method in interface org.opentripplanner.graph_builder.services.EntityReplacementStrategy
-
- hasResource(String) - Method in class org.opentripplanner.graph_builder.module.DownloadableGtfsInputSource
-
- hasRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string route_id = 2;
- hasRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string route_id = 2;
- hasRouteId() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string route_id = 2;
- hasRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string route_id = 5;
- hasRouteId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string route_id = 5;
- hasRouteId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string route_id = 5;
- hasRouteType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional int32 route_type = 3;
- hasRouteType() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional int32 route_type = 3;
- hasRouteType() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional int32 route_type = 3;
- hasScheduledService - Variable in class org.opentripplanner.routing.graph.Graph
-
True if schedule-based services exist in this Graph (including GTFS frequencies with exact_times = 1).
- hasScheduledTrips() - Method in class org.opentripplanner.profile.RaptorWorkerTimetable
-
does this timetable have any scheduled trips?
- hasScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- hasScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- hasScheduleRelationship() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- hasScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- hasScheduleRelationship() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- hasScheduleRelationship() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- hasSchedules - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
does this RaptorData have any scheduled trips?
- hasService(Class<?>) - Method in class org.opentripplanner.routing.graph.Graph
-
- hasServiceArea() - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- hasSpeed() - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float speed = 5;
- hasSpeed() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
optional float speed = 5;
- hasSpeed() - Method in interface com.google.transit.realtime.GtfsRealtime.PositionOrBuilder
-
optional float speed = 5;
- hasStart() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 start = 1;
- hasStart() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
optional uint64 start = 1;
- hasStart() - Method in interface com.google.transit.realtime.GtfsRealtime.TimeRangeOrBuilder
-
optional uint64 start = 1;
- hasStartDate() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_date = 3;
- hasStartDate() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string start_date = 3;
- hasStartDate() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string start_date = 3;
- hasStartTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_time = 2;
- hasStartTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string start_time = 2;
- hasStartTime() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string start_time = 2;
- hasStopId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string stop_id = 5;
- hasStopId() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional string stop_id = 5;
- hasStopId() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional string stop_id = 5;
- hasStopId() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional string stop_id = 4;
- hasStopId() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional string stop_id = 4;
- hasStopId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional string stop_id = 4;
- hasStopId() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional string stop_id = 7;
- hasStopId() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional string stop_id = 7;
- hasStopId() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional string stop_id = 7;
- hasStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional uint32 stop_sequence = 1;
- hasStopSequence() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
optional uint32 stop_sequence = 1;
- hasStopSequence() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdateOrBuilder
-
optional uint32 stop_sequence = 1;
- hasStreets - Variable in class org.opentripplanner.routing.graph.Graph
-
True if OSM data was loaded into this Graph.
- hasTag(String) - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
Is the tag defined?
- hasText() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
required string text = 1;
- hasText() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
required string text = 1;
- hasText() - Method in interface com.google.transit.realtime.GtfsRealtime.TranslatedString.TranslationOrBuilder
-
required string text = 1;
- hasTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int64 time = 2;
- hasTime() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
optional int64 time = 2;
- hasTime() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEventOrBuilder
-
optional int64 time = 2;
- hasTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional uint64 timestamp = 3;
- hasTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
optional uint64 timestamp = 3;
- hasTimestamp() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedHeaderOrBuilder
-
optional uint64 timestamp = 3;
- hasTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional uint64 timestamp = 4;
- hasTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional uint64 timestamp = 4;
- hasTimestamp() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional uint64 timestamp = 4;
- hasTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint64 timestamp = 5;
- hasTimestamp() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional uint64 timestamp = 5;
- hasTimestamp() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional uint64 timestamp = 5;
- hasTrafficLight() - Method in class org.opentripplanner.openstreetmap.model.OSMNode
-
- hasTransit - Variable in class org.opentripplanner.routing.graph.Graph
-
True if GTFS data was loaded into this Graph.
- hasTrip() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- hasTrip() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
optional .transit_realtime.TripDescriptor trip = 4;
- hasTrip() - Method in interface com.google.transit.realtime.GtfsRealtime.EntitySelectorOrBuilder
-
optional .transit_realtime.TripDescriptor trip = 4;
- hasTrip() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- hasTrip() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
required .transit_realtime.TripDescriptor trip = 1;
- hasTrip() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
required .transit_realtime.TripDescriptor trip = 1;
- hasTrip() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- hasTrip() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.TripDescriptor trip = 1;
- hasTrip() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.TripDescriptor trip = 1;
- hasTrip() - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- hasTripId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string trip_id = 1;
- hasTripId() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
optional string trip_id = 1;
- hasTripId() - Method in interface com.google.transit.realtime.GtfsRealtime.TripDescriptorOrBuilder
-
optional string trip_id = 1;
- hasTripUpdate() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- hasTripUpdate() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.TripUpdate trip_update = 3;
- hasTripUpdate() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- hasUncertainty() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 uncertainty = 3;
- hasUncertainty() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
optional int32 uncertainty = 3;
- hasUncertainty() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEventOrBuilder
-
optional int32 uncertainty = 3;
- hasUrl() - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- hasUrl() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
optional .transit_realtime.TranslatedString url = 8;
- hasUrl() - Method in interface com.google.transit.realtime.GtfsRealtime.AlertOrBuilder
-
optional .transit_realtime.TranslatedString url = 8;
- hasValues() - Method in class org.opentripplanner.model.FeedScopedId
-
- hasVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- hasVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- hasVehicle() - Method in interface com.google.transit.realtime.GtfsRealtime.FeedEntityOrBuilder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- hasVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- hasVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- hasVehicle() - Method in interface com.google.transit.realtime.GtfsRealtime.TripUpdateOrBuilder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- hasVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- hasVehicle() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- hasVehicle() - Method in interface com.google.transit.realtime.GtfsRealtime.VehiclePositionOrBuilder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- hasWheelchairEntrance() - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- HEADER_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- HEADER_TEXT_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.Alert
-
- heading - Variable in class org.opentripplanner.common.model.GenericLocation
-
Observed heading if any.
- headsign - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, the headsign of the bus or train being used.
- headsign - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- HeadsignsInfo - Class in org.opentripplanner.api.adapters
-
- HeadsignsInfo(String, Integer, String) - Constructor for class org.opentripplanner.api.adapters.HeadsignsInfo
-
- HeadsignsInfo(String) - Constructor for class org.opentripplanner.api.adapters.HeadsignsInfo
-
- HeadsignsInfo() - Constructor for class org.opentripplanner.api.adapters.HeadsignsInfo
-
- headway - Variable in class org.opentripplanner.analyst.scenario.AdjustHeadway
-
The new headway, in seconds
- headway - Variable in class org.opentripplanner.api.model.Leg
-
The best estimate of the time between two arriving vehicles.
- headway - Variable in class org.opentripplanner.routing.trippattern.FrequencyEntry
-
- headwaySecs - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern.PatternTimetable
-
headway for frequency-based patterns
- height - Variable in class org.opentripplanner.analyst.request.TileRequest
-
- help - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- highlightCoordinate(Coordinate) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- highlightEdge(Edge) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- highlightGraphPath(GraphPath) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- highlightVertex(Vertex) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- Histogram - Class in org.opentripplanner.analyst
-
A pair of parallel histograms representing how many features are located at each amount of travel time
away from from a single origin.
- Histogram(int[], int[]) - Constructor for class org.opentripplanner.analyst.Histogram
-
Given parallel arrays of travel times and magnitudes for any number of destination features, construct
histograms that represent the distribution of individual features and total opportunities as a function of
travel time.
- Histogram() - Constructor for class org.opentripplanner.analyst.Histogram
-
no-arg constructor for serialization/deserialization
- Histogram - Class in org.opentripplanner.common
-
For design and debugging purposes, a simple class that tracks the frequency of different numbers.
- Histogram(String) - Constructor for class org.opentripplanner.common.Histogram
-
- histograms - Variable in class org.opentripplanner.analyst.ResultSet
-
One histogram for each category of destination points in the target pointset.
- holes - Variable in class org.opentripplanner.graph_builder.module.osm.Ring
-
- HOLIDAY_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
HOLIDAY = 7;
- HopEdge - Interface in org.opentripplanner.routing.edgetype
-
FrequencyHops and PatternHops have start/stop Stops
- hopEdges - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
- hopIn - Variable in class org.opentripplanner.routing.transit_index.RouteSegment
-
- hopOut - Variable in class org.opentripplanner.routing.transit_index.RouteSegment
-
- HopSpeedFast - Class in org.opentripplanner.graph_builder.annotation
-
- HopSpeedFast(float, float, Trip, int) - Constructor for class org.opentripplanner.graph_builder.annotation.HopSpeedFast
-
- HopSpeedSlow - Class in org.opentripplanner.graph_builder.annotation
-
- HopSpeedSlow(float, float, Trip, int) - Constructor for class org.opentripplanner.graph_builder.annotation.HopSpeedSlow
-
- hopTimes - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern.PatternTimetable
-
hop times in seconds
- HopZeroDistance - Class in org.opentripplanner.graph_builder.annotation
-
- HopZeroTime - Class in org.opentripplanner.graph_builder.annotation
-
- HopZeroTime(float, Trip, int) - Constructor for class org.opentripplanner.graph_builder.annotation.HopZeroTime
-
- hour - Variable in class org.opentripplanner.api.param.HourMinuteSecond
-
- HOUR - Static variable in interface org.opentripplanner.util.DateConstants
-
- HourMinuteSecond - Class in org.opentripplanner.api.param
-
- HourMinuteSecond(String) - Constructor for class org.opentripplanner.api.param.HourMinuteSecond
-
- htmlAnnotations - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Generates nice HTML report of Graph errors/warnings (annotations).
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.ConflictingBikeTags
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.GraphConnectivity
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.LevelAmbiguous
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.ParkAndRideUnlinked
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.StopLinkedTooFar
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.StopNotLinkedForTransfers
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.StopUnlinked
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.StreetCarSpeedZero
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.TurnRestrictionBad
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.TurnRestrictionException
-
- HTMLFMT - Static variable in class org.opentripplanner.graph_builder.annotation.TurnRestrictionUnknown
-
- HttpUtils - Class in org.opentripplanner.util
-
- HttpUtils() - Constructor for class org.opentripplanner.util.HttpUtils
-
- human(int) - Static method in class org.opentripplanner.common.LoggingUtil
-
- r() - Method in class org.opentripplanner.visibility.VLPolygon
-
- RADIUS_OF_EARTH_IN_KM - Static variable in class org.opentripplanner.common.geometry.SphericalDistanceLibrary
-
- RADIUS_OF_EARTH_IN_M - Static variable in class org.opentripplanner.common.geometry.SphericalDistanceLibrary
-
- randomize() - Method in class org.opentripplanner.profile.FrequencyRandomOffsets
-
- RANGE_PATTERN - Static variable in class org.opentripplanner.openstreetmap.model.OSMLevel
-
- RangeSet() - Constructor for class org.opentripplanner.analyst.ResultSet.RangeSet
-
- RangeSet() - Constructor for class org.opentripplanner.analyst.TimeSurface.RangeSet
-
- raptorData - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
time to make raptor data (milliseconds)
- raptorData - Variable in class org.opentripplanner.profile.RaptorWorkerTimetable
-
parent raptorworkerdata of this timetable
- RaptorStateStore - Interface in org.opentripplanner.routing.algorithm
-
Stores the states used in RAPTOR; allows easily switching to path-reconstructing store, a highly efficient optimal store, or McRAPTOR
- RaptorWorker - Class in org.opentripplanner.profile
-
A RaptorWorker carries out RAPTOR searches on a pre-filtered, compacted representation of all the trips running
during a given time window.
- RaptorWorker(RaptorWorkerData, ProfileRequest) - Constructor for class org.opentripplanner.profile.RaptorWorker
-
- RaptorWorkerData - Class in org.opentripplanner.profile
-
- RaptorWorkerData(Graph, TimeWindow, ProfileRequest, TaskStatistics) - Constructor for class org.opentripplanner.profile.RaptorWorkerData
-
Create RaptorWorkerData for the given window and graph
- RaptorWorkerData(Graph, TimeWindow, ProfileRequest, SampleSet) - Constructor for class org.opentripplanner.profile.RaptorWorkerData
-
- RaptorWorkerData(Graph, TimeWindow, ProfileRequest) - Constructor for class org.opentripplanner.profile.RaptorWorkerData
-
- RaptorWorkerData(Graph, TimeWindow, ProfileRequest, SampleSet, TaskStatistics) - Constructor for class org.opentripplanner.profile.RaptorWorkerData
-
Create RaptorWorkerData to be used to build ResultSets directly without creating an intermediate SampleSet
- raptorWorkerData - Variable in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
If this is null we will generate a throw-away raptor data table.
- RaptorWorkerTimetable - Class in org.opentripplanner.profile
-
A RaptorWorkerTimetable is used by a RaptorWorker to perform large numbers of RAPTOR searches very quickly
within a specific time window.
- RaptorWorkerTimetable(int, int) - Constructor for class org.opentripplanner.profile.RaptorWorkerTimetable
-
- RaptorWorkerTimetable.BoardingAssumption - Enum in org.opentripplanner.profile
-
The assumptions made when boarding a frequency vehicle: best case (no wait), worst case (full headway) and half headway (in some sense the average).
- RasterPopulation - Class in org.opentripplanner.analyst.batch
-
Individuals should be in a random-access-friendly List implementation in row-major order
- RasterPopulation() - Constructor for class org.opentripplanner.analyst.batch.RasterPopulation
-
- rctx - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The routing context used to actually carry out this search.
- reachabilityThreshold - Variable in class org.opentripplanner.profile.ProfileRequest
-
What is the minimum proportion of the time for which a destination must be accessible for it to be included in
the average?
This avoids issues where destinations are reachable for some very small percentage of the time, either because
there is a single departure near the start of the time window, or because they take approximately 2 hours
(the default maximum cutoff) to reach.
- read() - Method in class org.opentripplanner.gtfs.MockGtfs
-
- read(GtfsReader) - Method in class org.opentripplanner.gtfs.MockGtfs
-
- ReadableDirectory() - Constructor for class org.opentripplanner.standalone.CommandLineParameters.ReadableDirectory
-
- ReadableFile() - Constructor for class org.opentripplanner.standalone.CommandLineParameters.ReadableFile
-
- readGtfs(File) - Static method in class org.opentripplanner.gtfs.GtfsLibrary
-
- readOSM(OpenStreetMapContentHandler) - Method in class org.opentripplanner.openstreetmap.impl.AnyFileBasedOpenStreetMapProviderImpl
-
- readOSM(OpenStreetMapContentHandler) - Method in class org.opentripplanner.openstreetmap.impl.BinaryFileBasedOpenStreetMapProviderImpl
-
- readOSM(OpenStreetMapContentHandler) - Method in class org.opentripplanner.openstreetmap.impl.FileBasedOpenStreetMapProviderImpl
-
- readOSM(OpenStreetMapContentHandler) - Method in class org.opentripplanner.openstreetmap.impl.StreamedFileBasedOpenStreetMapProviderImpl
-
- readOSM(OpenStreetMapContentHandler) - Method in interface org.opentripplanner.openstreetmap.services.OpenStreetMapProvider
-
- ReadWriteDirectory() - Constructor for class org.opentripplanner.standalone.CommandLineParameters.ReadWriteDirectory
-
- realTime - Variable in class org.opentripplanner.api.model.Leg
-
Whether there is real-time data about this Leg
- realtime - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- realtimeArrival - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- realTimeData - Variable in class org.opentripplanner.routing.bike_park.BikePark
-
Whether this station has space available information updated in real-time.
- realTimeData - Variable in class org.opentripplanner.routing.bike_rental.BikeRentalStation
-
Whether this station is static (usually coming from OSM data) or a real-time source.
- realtimeDeparture - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- realtimeState - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- RealTimeState - Enum in org.opentripplanner.routing.trippattern
-
The real-time state of a trip
- realtimeStateEnum - Static variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- rebuildVertexAndEdgeIndices() - Method in class org.opentripplanner.routing.graph.Graph
-
Rebuilds any indices on the basis of current vertex and edge IDs.
- reclass(T, Class<? extends T>) - Static method in class org.opentripplanner.customize.ClassCustomizer
-
Creates a clone of original but with the class NewClass (which extends original's class)
- recomputeBounds() - Method in class org.opentripplanner.profile.Ride
-
Calculate length and upper and lower bounds on duration for the chain of rides ending with this one.
- RecursiveGridIsolineBuilder - Class in org.opentripplanner.common.geometry
-
Compute isoline based on a zFunc and a set of initial coverage points P0={(x,y)} to seed the
computation.
- RecursiveGridIsolineBuilder(double, double, Coordinate, RecursiveGridIsolineBuilder.ZFunc, List<Coordinate>) - Constructor for class org.opentripplanner.common.geometry.RecursiveGridIsolineBuilder
-
Create an object to compute isochrones.
- RecursiveGridIsolineBuilder.Direction - Enum in org.opentripplanner.common.geometry
-
- RecursiveGridIsolineBuilder.ZFunc - Interface in org.opentripplanner.common.geometry
-
- redeliver() - Method in class org.opentripplanner.analyst.broker.Job
-
Find all tasks that are currently invisible but have passed their invisibility timeout without being marked
completed, and make all these tasks visible again for delivery.
- redraw() - Method in class org.opentripplanner.visualizer.ShowGraph
-
- REDUCED_SERVICE_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
REDUCED_SERVICE = 2;
- refEnvelope - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- ReflectionLibrary - Class in org.opentripplanner.reflect
-
- ReflectionLibrary() - Constructor for class org.opentripplanner.reflect.ReflectionLibrary
-
- ReflectiveInitializer<T> - Class in org.opentripplanner.reflect
-
This class constructs new instances of another class, then fills in the new instance's fields using
key-value pairs of Strings.
- ReflectiveInitializer(Class<T>) - Constructor for class org.opentripplanner.reflect.ReflectiveInitializer
-
- RegionsSource - Interface in org.opentripplanner.openstreetmap.services
-
A RegionSource represents a set of rectangular regions.
- registerAllExtensions(ExtensionRegistry) - Static method in class com.google.transit.realtime.GtfsRealtime
-
- registerGraph(String, GraphSource) - Method in class org.opentripplanner.routing.services.GraphService
-
Blocking method to associate the specified router ID with the corresponding graph source,
load it from appropriate source (serialized file, memory...), and enable its use in routing.
- registerRenderer(String, TileRenderer) - Method in class org.opentripplanner.inspector.TileRendererManager
-
- regularFareRules - Variable in class org.opentripplanner.routing.impl.DefaultFareServiceFactory
-
- regularGrid(Envelope, double) - Static method in class org.opentripplanner.analyst.PointSet
-
- rejectMin - Variable in class org.opentripplanner.analyst.batch.InputClampFilter
-
- rekey(T, double) - Method in class org.opentripplanner.common.pqueue.BinHeap
-
- RelativeDirection - Enum in org.opentripplanner.api.model
-
Represents a turn direction, relative to the current heading.
- relativeDirection - Variable in class org.opentripplanner.api.model.WalkStep
-
The relative direction of this step.
- relativeDirection - Variable in class org.opentripplanner.profile.StreetEdgeInfo
-
- reliable - Variable in class org.opentripplanner.openstreetmap.model.OSMLevel
-
- reload(boolean, boolean) - Method in class org.opentripplanner.routing.impl.InputStreamGraphSource
-
- reload(boolean, boolean) - Method in class org.opentripplanner.routing.impl.MemoryGraphSource
-
- reload(boolean, boolean) - Method in interface org.opentripplanner.routing.services.GraphSource
-
Reload the graph from it's source.
- reloadGraph(String, boolean, boolean) - Method in class org.opentripplanner.routing.services.GraphService
-
Reload a registered graph.
- reloadGraphs(String, boolean, boolean) - Method in class org.opentripplanner.api.resource.Routers
-
Reload the graphs for all registered routerIds from disk.
- reloadGraphs(boolean, boolean) - Method in class org.opentripplanner.routing.services.GraphService
-
Reload all registered graphs from wherever they came from.
- remaining - Variable in class org.opentripplanner.analyst.broker.JobStatus
-
number of tasks remaining
- RemainingWeightHeuristic - Interface in org.opentripplanner.routing.algorithm.strategies
-
Interface for classes that provides an admissible estimate of (lower bound on)
the weight of a path to the target, starting from a given state.
- remainingWeightHeuristic - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- remove(T) - Method in class org.opentripplanner.analyst.broker.CircularList
-
Remove an item from this circular list.
- remove(Envelope, Object) - Method in class org.opentripplanner.common.geometry.HashGridSpatialIndex
-
- remove(Graph) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- remove(StreetTraversalPermission) - Method in enum org.opentripplanner.routing.edgetype.StreetTraversalPermission
-
- remove(Vertex) - Method in class org.opentripplanner.routing.graph.Graph
-
- remove(Object) - Method in class org.opentripplanner.routing.util.NullExtraEdges
-
- remove(Object) - Method in class org.opentripplanner.util.JoinedList
-
- remove(int) - Method in class org.opentripplanner.util.JoinedList
-
- removeActivePeriod(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- removeAlertPatch(Edge, AlertPatch) - Method in class org.opentripplanner.routing.graph.Graph
-
- removeAll(Collection<?>) - Method in class org.opentripplanner.util.JoinedList
-
- removeAllIncidentEdges(List<Edge>) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Remove incident edges in relationship with the edge.
- removeBikePark(BikePark) - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStationService
-
- removeBikeRentalStation(BikeRentalStation) - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStationService
-
- removedStopSequences - Variable in class org.opentripplanner.graph_builder.annotation.RepeatedStops
-
- removeEdge(Edge) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Remove an edge of the triangle.
- removeEdge(Edge) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- removeEdge(AreaEdge) - Method in class org.opentripplanner.routing.edgetype.AreaEdgeList
-
- removeEdge(Edge) - Method in class org.opentripplanner.routing.graph.Graph
-
Removes an edge from the graph.
- removeEdgelessVertices() - Method in class org.opentripplanner.routing.graph.Graph
-
- removeEdges(List<Edge>) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Remove edges of the triangle.
- removeEntity(int) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- removeIncidentEdge(Edge) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Remove an incident edge in relationship with the edge.
- removeIncoming(Vertex, Edge) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- removeIncoming(Edge) - Method in class org.opentripplanner.routing.graph.Vertex
-
- removeInformedEntity(int) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- removeLeg(Leg) - Method in class org.opentripplanner.api.model.Itinerary
-
remove the leg from the list of legs
- removeMode(TraverseMode) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- removeNeighbour(Triangle) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Remove a neighbour triangle of the triangle.
- removeNeighbours(List<Triangle>) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Remove neighbour triangles of the triangle.
- removeOutgoing(Vertex, Edge) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- removeOutgoing(Edge) - Method in class org.opentripplanner.routing.graph.Vertex
-
- removeStaticNotes(Edge) - Method in class org.opentripplanner.routing.services.notes.StreetNotesService
-
- removeStopTimeUpdate(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- removeTranslation(int) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- removeTriangle(Triangle) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Remove a triangle in relationship with the edge.
- removeTriangles(List<Triangle>) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Remove triangles in relationship with the edge.
- RemoveTrip - Class in org.opentripplanner.analyst.scenario
-
Remove trips from a scenario
- RemoveTrip() - Constructor for class org.opentripplanner.analyst.scenario.RemoveTrip
-
- removeTurnRestriction(Edge, TurnRestriction) - Method in class org.opentripplanner.routing.graph.Graph
-
- removeVertex(Vertex) - Method in class org.opentripplanner.routing.core.OverlayGraph
-
- removeVertex(Vertex) - Method in class org.opentripplanner.routing.graph.Graph
-
Removes a vertex from the graph.
- removeVertexAndEdges(Vertex) - Method in class org.opentripplanner.routing.graph.Graph
-
- renderEdge(Edge, EdgeVertexTileRenderer.EdgeVisualAttributes) - Method in class org.opentripplanner.inspector.BikeSafetyEdgeRenderer
-
- renderEdge(Edge, EdgeVertexTileRenderer.EdgeVisualAttributes) - Method in interface org.opentripplanner.inspector.EdgeVertexTileRenderer.EdgeVertexRenderer
-
- renderEdge(Edge, EdgeVertexTileRenderer.EdgeVisualAttributes) - Method in class org.opentripplanner.inspector.TraversalPermissionsEdgeRenderer
-
- renderEdge(Edge, EdgeVertexTileRenderer.EdgeVisualAttributes) - Method in class org.opentripplanner.inspector.WheelchairEdgeRenderer
-
- Renderer - Class in org.opentripplanner.analyst.request
-
- Renderer(TileCache) - Constructor for class org.opentripplanner.analyst.request.Renderer
-
- renderer - Variable in class org.opentripplanner.standalone.Router
-
- renderingTime - Variable in class org.opentripplanner.api.resource.DebugOutput
-
- RenderRequest - Class in org.opentripplanner.analyst.request
-
- RenderRequest(MIMEImageFormat, Layer, Style, boolean, boolean) - Constructor for class org.opentripplanner.analyst.request.RenderRequest
-
- renderTile(TileRenderer.TileRenderContext) - Method in class org.opentripplanner.inspector.EdgeVertexTileRenderer
-
- renderTile(TileRenderer.TileRenderContext) - Method in interface org.opentripplanner.inspector.TileRenderer
-
Implementation of the tile rendering
- renderTile(TileRequest, String) - Method in class org.opentripplanner.inspector.TileRendererManager
-
- renderVertex(Vertex, EdgeVertexTileRenderer.VertexVisualAttributes) - Method in class org.opentripplanner.inspector.BikeSafetyEdgeRenderer
-
- renderVertex(Vertex, EdgeVertexTileRenderer.VertexVisualAttributes) - Method in interface org.opentripplanner.inspector.EdgeVertexTileRenderer.EdgeVertexRenderer
-
- renderVertex(Vertex, EdgeVertexTileRenderer.VertexVisualAttributes) - Method in class org.opentripplanner.inspector.TraversalPermissionsEdgeRenderer
-
- renderVertex(Vertex, EdgeVertexTileRenderer.VertexVisualAttributes) - Method in class org.opentripplanner.inspector.WheelchairEdgeRenderer
-
- RentABikeAbstractEdge - Class in org.opentripplanner.routing.edgetype
-
Renting or dropping off a rented bike edge.
- RentABikeAbstractEdge(Vertex, Vertex, Set<String>) - Constructor for class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- RentABikeOffEdge - Class in org.opentripplanner.routing.edgetype
-
Dropping off a rented bike edge.
- RentABikeOffEdge(Vertex, Vertex, Set<String>) - Constructor for class org.opentripplanner.routing.edgetype.RentABikeOffEdge
-
- RentABikeOnEdge - Class in org.opentripplanner.routing.edgetype
-
Renting a bike edge.
- RentABikeOnEdge(BikeRentalStationVertex, BikeRentalStationVertex, Set<String>) - Constructor for class org.opentripplanner.routing.edgetype.RentABikeOnEdge
-
- rentedBike - Variable in class org.opentripplanner.api.model.Leg
-
- RepeatedRaptorProfileRouter - Class in org.opentripplanner.profile
-
Perform one-to-many profile routing using repeated RAPTOR searches.
- RepeatedRaptorProfileRouter(Graph, ProfileRequest) - Constructor for class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
Deprecated.
- RepeatedRaptorProfileRouter(Graph, ProfileRequest, SampleSet) - Constructor for class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
Make a router to use for making ResultSets.
- RepeatedRaptorTestResource - Class in org.opentripplanner.api.resource
-
For debugging
- RepeatedRaptorTestResource(OTPServer, String) - Constructor for class org.opentripplanner.api.resource.RepeatedRaptorTestResource
-
- RepeatedStops - Class in org.opentripplanner.graph_builder.annotation
-
- RepeatedStops(Trip, TIntList) - Constructor for class org.opentripplanner.graph_builder.annotation.RepeatedStops
-
- RepeatingTimePeriod - Class in org.opentripplanner.common
-
Represents a repeating time period, used for opening hours &c.
- replaceDummyVertices(Graph) - Method in interface org.opentripplanner.routing.edgetype.DummyableEdge
-
- req - Variable in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- request - Variable in class org.opentripplanner.profile.AnalystProfileRouterPrototype
-
- request - Variable in class org.opentripplanner.profile.ProfileRouter
-
- request - Variable in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
- request - Variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- requestLogger - Variable in class org.opentripplanner.standalone.Router
-
Separate logger for incoming requests.
- requestParameters - Variable in class org.opentripplanner.api.resource.Response
-
A dictionary of the parameters provided in the request that triggered this response.
- reset() - Method in class org.opentripplanner.common.pqueue.BinHeap
-
- reset() - Method in class org.opentripplanner.routing.algorithm.strategies.EuclideanRemainingWeightHeuristic
-
- reset() - Method in class org.opentripplanner.routing.algorithm.strategies.InterleavedBidirectionalHeuristic
-
- reset() - Method in interface org.opentripplanner.routing.algorithm.strategies.RemainingWeightHeuristic
-
Reset any cached data in the heuristic, before reuse in a search with the same destination.
- reset() - Method in class org.opentripplanner.routing.algorithm.strategies.TrivialRemainingWeightHeuristic
-
- reset() - Method in class org.opentripplanner.routing.trippattern.Deduplicator
-
Free up any memory used by the deduplicator.
- resetClockTime() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- resetSPT() - Method in class org.opentripplanner.visualizer.ShowGraph
-
- resize(int) - Method in class org.opentripplanner.common.pqueue.BinHeap
-
- resolutionMeters - Variable in class org.opentripplanner.analyst.batch.SyntheticRasterPopulation
-
- resolve(double, double) - Method in interface org.opentripplanner.geocoder.reverse.BoundaryResolver
-
- resolve(double, double) - Method in class org.opentripplanner.geocoder.reverse.ShapefileBoundaryResolver
-
- resolve(TripPattern, ServiceDate) - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
Returns an updated timetable for the specified pattern if one is available in this snapshot,
or the originally scheduled timetable if there are no updates in this snapshot.
- resolveLocation(String, String) - Method in class org.opentripplanner.geocoder.reverse.MunicoderServer
-
- ResourceBundleSingleton - Enum in org.opentripplanner.util
-
- Response - Class in org.opentripplanner.api.resource
-
Represents a trip planner response, will be serialized into XML or JSON by Jersey
- Response(UriInfo) - Constructor for class org.opentripplanner.api.resource.Response
-
Construct an new response initialized with all the incoming query parameters.
- restart() - Method in class org.opentripplanner.routing.algorithm.PathDiscardingRaptorStateStore
-
Restart the search from the first round.
- RESULT_TYPE_EDGES - Static variable in class org.opentripplanner.api.resource.SIsochrone
-
- RESULT_TYPE_POINTS - Static variable in class org.opentripplanner.api.resource.SIsochrone
-
- RESULT_TYPE_SHED - Static variable in class org.opentripplanner.api.resource.SIsochrone
-
- ResultEnvelope - Class in org.opentripplanner.analyst.cluster
-
This is a class that stores several result sets: an upper bound, a lower bound, and a central tendency.
- ResultEnvelope() - Constructor for class org.opentripplanner.analyst.cluster.ResultEnvelope
-
Build an empty result envelope.
- ResultEnvelope.Which - Enum in org.opentripplanner.analyst.cluster
-
- results - Variable in class org.opentripplanner.analyst.batch.ResultSet
-
- ResultSet - Class in org.opentripplanner.analyst.batch
-
- ResultSet(Population, double[]) - Constructor for class org.opentripplanner.analyst.batch.ResultSet
-
- ResultSet(Population) - Constructor for class org.opentripplanner.analyst.batch.ResultSet
-
- ResultSet - Class in org.opentripplanner.analyst
-
This holds the results of a one-to-many search from a single origin point to a whole set of destination points.
- ResultSet() - Constructor for class org.opentripplanner.analyst.ResultSet
-
- ResultSet(SampleSet, TimeSurface) - Constructor for class org.opentripplanner.analyst.ResultSet
-
Build a new ResultSet by evaluating the given TimeSurface at all the given sample points, not including times.
- ResultSet(SampleSet, TimeSurface, boolean, boolean) - Constructor for class org.opentripplanner.analyst.ResultSet
-
Build a new ResultSet by evaluating the given TimeSurface at all the given sample points, optionally including times.
- ResultSet(TimeSurface) - Constructor for class org.opentripplanner.analyst.ResultSet
-
Build a new ResultSet that contains only isochrones, built by accumulating the times at all street vertices
into a regular grid without an intermediate pointSet.
- ResultSet(int[], PointSet, boolean, boolean, boolean) - Constructor for class org.opentripplanner.analyst.ResultSet
-
Build a new ResultSet directly from times at point features, optionally including histograms or interpolating isochrones
- ResultSet.RangeSet - Class in org.opentripplanner.analyst
-
- ResultSetDelta - Class in org.opentripplanner.analyst
-
Represents the difference between two Analyst ResultSets.
- ResultSetDelta(SampleSet, SampleSet, TimeSurface, TimeSurface) - Constructor for class org.opentripplanner.analyst.ResultSetDelta
-
- ResultSetDelta(ResultSet, ResultSet) - Constructor for class org.opentripplanner.analyst.ResultSetDelta
-
build a resultsetdelta from two resultsetswithtimes that have already been precalculated
- resultSets - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
milliseconds spent in preparing resultsets
- RETAIN_PATTERNS - Static variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- retainAll(Collection<?>) - Method in class org.opentripplanner.util.JoinedList
-
- retainedStates - Variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- reverse() - Method in class org.opentripplanner.routing.core.State
-
Reverse a path
- reverse() - Method in class org.opentripplanner.visibility.VLPolygon
-
- reversedClone() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- reversedClone() - Method in class org.opentripplanner.routing.core.State
-
- reverseOptimizeOnTheFly - Variable in class org.opentripplanner.api.common.RoutingResource
-
If true, this trip will be reverse-optimized on the fly.
- reverseOptimizeOnTheFly - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
When true, reverse optimize this search on the fly whenever needed, rather than reverse-optimizing the entire path when it's done.
- reverseOptimizing - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
This is true when a GraphPath is being traversed in reverse for optimization purposes.
- ReversibleLineStringWrapper - Class in org.opentripplanner.common.geometry
-
- ReversibleLineStringWrapper(LineString) - Constructor for class org.opentripplanner.common.geometry.ReversibleLineStringWrapper
-
- Ride - Class in org.opentripplanner.profile
-
A Ride is defined by its from-stop and to-stop, as well as the previous ride (from which it transfers).
- Ride(StopCluster, Ride) - Constructor for class org.opentripplanner.profile.Ride
-
Construct a partial ride (resulting from a transfer, waiting to be completed).
- Ride(Ride, StopCluster) - Constructor for class org.opentripplanner.profile.Ride
-
Construct a partial copy with no PatternRides or Stats and the given arrival StopCluster.
- rideStats - Variable in class org.opentripplanner.profile.Segment
-
- right - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- right() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid.ZSamplePoint
-
- Ring - Class in org.opentripplanner.graph_builder.module.osm
-
- Ring(List<OSMNode>, boolean) - Constructor for class org.opentripplanner.graph_builder.module.osm.Ring
-
Why is there a boolean parameter called javaSucks? Because otherwise the two constructors
have the same erasure, meaning that even though Java has enough information at compile-time
to figure out which constructor I am talking about, it intentionally throws this away in the
interest of having worse run-time performance.
- Ring(List<Long>, Map<Long, OSMNode>) - Constructor for class org.opentripplanner.graph_builder.module.osm.Ring
-
- Ring.RingConstructionException - Exception in org.opentripplanner.graph_builder.module.osm
-
- RingConstructionException() - Constructor for exception org.opentripplanner.graph_builder.module.osm.Ring.RingConstructionException
-
- RoundBasedProfileRouter - Class in org.opentripplanner.profile
-
Profile routing using a round-based approach, more or less like RAPTOR (http://research.microsoft.com/pubs/156567/raptor_alenex.pdf)
- RoundBasedProfileRouter(Graph, ProfileRequest) - Constructor for class org.opentripplanner.profile.RoundBasedProfileRouter
-
- roundDouble(double, int) - Static method in class org.opentripplanner.util.IntUtils
-
- route - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, the route of the bus or train being used.
- Route - Class in org.opentripplanner.model
-
- Route() - Constructor for class org.opentripplanner.model.Route
-
- route() - Method in class org.opentripplanner.profile.AnalystProfileRouterPrototype
-
- route() - Method in class org.opentripplanner.profile.ProfileRouter
-
- route() - Method in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
- route() - Method in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- route - Variable in class org.opentripplanner.routing.core.StateData
-
- route - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
The GTFS Route of all trips in this pattern.
- route(String, String) - Method in class org.opentripplanner.visualizer.GraphVisualizer
-
- ROUTE_ID_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- ROUTE_ID_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- ROUTE_TYPE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- RouteAdapter - Class in org.opentripplanner.api.adapters
-
- RouteAdapter() - Constructor for class org.opentripplanner.api.adapters.RouteAdapter
-
- routeBrandingUrl - Variable in class org.opentripplanner.api.model.Leg
-
For transit leg, the route's branding URL (if one exists).
- routeColor - Variable in class org.opentripplanner.api.model.Leg
-
For transit leg, the route's (background) color (if one exists).
- RouteDialog - Class in org.opentripplanner.visualizer
-
A dialog box to plan a route.
- RouteDialog(JFrame, String) - Constructor for class org.opentripplanner.visualizer.RouteDialog
-
- routeForId - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- routeId - Variable in class org.opentripplanner.analyst.scenario.ConvertToFrequency
-
- routeId - Variable in class org.opentripplanner.analyst.scenario.TimetableFilter
-
Route IDs to match, or null for all
- routeId - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, the ID of the route.
- routeId - Variable in class org.opentripplanner.index.model.PatternDetail
-
- routeId - Variable in class org.opentripplanner.profile.RaptorWorkerTimetable
-
for debugging, the ID of the route this represents
- routeIndex - Variable in class org.opentripplanner.graph_builder.module.map.MidblockMatchState
-
- routeIsBanned(Route) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- routeLongName - Variable in class org.opentripplanner.api.model.Leg
-
- RouteMatcher - Class in org.opentripplanner.routing.core
-
A RouteMatcher is a collection of routes based on IDs, short name and/or agency IDs.
- Router - Class in org.opentripplanner.standalone
-
Represents the configuration of a single router (a single graph for a specific geographic area)
in an OTP server.
- Router(String, Graph) - Constructor for class org.opentripplanner.standalone.Router
-
- ROUTER_CONFIG_FILENAME - Static variable in class org.opentripplanner.standalone.Router
-
- routerConfig - Variable in class org.opentripplanner.routing.graph.Graph
-
Embed a router configuration inside the graph, for starting up with a single file.
- routerId - Variable in class org.opentripplanner.analyst.TimeSurface
-
- routerId - Variable in class org.opentripplanner.api.common.RoutingResource
-
The routerId selects between several graphs on the same server.
- routerId - Variable in class org.opentripplanner.api.model.RouterInfo
-
- routerId - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The router ID -- internal ID to switch between router implementation (or graphs)
- routerId - Variable in class org.opentripplanner.routing.graph.Graph
-
- RouterId() - Constructor for class org.opentripplanner.standalone.CommandLineParameters.RouterId
-
- routerIdLegal(String) - Static method in class org.opentripplanner.routing.services.GraphService
-
Check whether a router ID is legal or not.
- routerIds - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- RouterInfo - Class in org.opentripplanner.api.model
-
- RouterInfo(String, Graph) - Constructor for class org.opentripplanner.api.model.RouterInfo
-
- routerInfo - Variable in class org.opentripplanner.api.model.RouterList
-
- RouterList - Class in org.opentripplanner.api.model
-
- RouterList() - Constructor for class org.opentripplanner.api.model.RouterList
-
- Routers - Class in org.opentripplanner.api.resource
-
This REST API endpoint allows remotely loading, reloading, and evicting graphs on a running server.
- Routers() - Constructor for class org.opentripplanner.api.resource.Routers
-
- routes - Variable in class org.opentripplanner.api.adapters.StopType
-
- routes - Variable in class org.opentripplanner.profile.Segment
-
- routes - Variable in class org.opentripplanner.routing.core.FareComponent
-
- RouteSegment - Class in org.opentripplanner.routing.transit_index
-
RouteSegment holds the edges around one stop on particular trip or pattern.
- RouteSegment(FeedScopedId) - Constructor for class org.opentripplanner.routing.transit_index.RouteSegment
-
- routeSequence - Variable in class org.opentripplanner.routing.core.StateData
-
- routeSequencePrefix(State) - Method in class org.opentripplanner.routing.core.State
-
- routeSequenceSubset(State) - Method in class org.opentripplanner.routing.core.State
-
- routeSequenceSubsetSymmetric(State) - Method in class org.opentripplanner.routing.core.State
-
- routeSequenceSuperset(State) - Method in class org.opentripplanner.routing.core.State
-
- routesForStop(Stop) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Dynamically generate the set of Routes passing though a Stop on demand.
- RouteShort - Class in org.opentripplanner.index.model
-
- RouteShort(Route) - Constructor for class org.opentripplanner.index.model.RouteShort
-
- routeShortName - Variable in class org.opentripplanner.api.model.Leg
-
- routeTextColor - Variable in class org.opentripplanner.api.model.Leg
-
For transit leg, the route's text color (if one exists).
- routeType - Variable in class org.opentripplanner.analyst.scenario.TimetableFilter
-
GTFS route types to match, see constants in com.conveyal.gtfs.model.Route
- RouteType - Class in org.opentripplanner.api.adapters
-
Holds data about a GTFS route from routes.txt.
- RouteType() - Constructor for class org.opentripplanner.api.adapters.RouteType
-
- RouteType(Route) - Constructor for class org.opentripplanner.api.adapters.RouteType
-
- RouteType(Route, Boolean) - Constructor for class org.opentripplanner.api.adapters.RouteType
-
- routeType - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, the type of the route.
- routeType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- RouteVariant - Class in org.opentripplanner.routing.transit_index
-
THIS CLASS IS BEING MERGED INTO STOPPATTERN / TRIPPATTERN.
- RouteVariant() - Constructor for class org.opentripplanner.routing.transit_index.RouteVariant
-
- RouteVariant(Route, ArrayList<Stop>) - Constructor for class org.opentripplanner.routing.transit_index.RouteVariant
-
- RoutingContext - Class in org.opentripplanner.routing.core
-
A RoutingContext holds information needed to carry out a search for a particular TraverseOptions, on a specific graph.
- RoutingContext(RoutingRequest, Graph) - Constructor for class org.opentripplanner.routing.core.RoutingContext
-
Constructor that automatically computes origin/target from RoutingRequest.
- RoutingContext(RoutingRequest, Graph, Collection<Vertex>) - Constructor for class org.opentripplanner.routing.core.RoutingContext
-
Constructor that automatically computes origin/target from RoutingRequest, and sets the
context's temporary vertices.
- RoutingContext(RoutingRequest, Graph, Vertex, Vertex) - Constructor for class org.opentripplanner.routing.core.RoutingContext
-
Constructor that takes to/from vertices as input.
- RoutingRequest - Class in org.opentripplanner.routing.core
-
A trip planning request.
- RoutingRequest() - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
Constructor for options; modes defaults to walk and transit
- RoutingRequest(TraverseModeSet) - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
- RoutingRequest(QualifiedModeSet) - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
- RoutingRequest(String) - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
- RoutingRequest(TraverseMode) - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
- RoutingRequest(TraverseMode, OptimizeType) - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
- RoutingRequest(TraverseModeSet, OptimizeType) - Constructor for class org.opentripplanner.routing.core.RoutingRequest
-
- RoutingResource - Class in org.opentripplanner.api.common
-
This class defines all the JAX-RS query parameters for a path search as fields, allowing them to
be inherited by other REST resource classes (the trip planner and the Analyst WMS or tile
resource).
- RoutingResource() - Constructor for class org.opentripplanner.api.common.RoutingResource
-
- rows - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- rows - Variable in class org.opentripplanner.common.CTX
-
- run() - Method in class org.opentripplanner.graph_builder.GraphBuilder
-
- run(Graph) - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
Generate the edges.
- run() - Method in class org.opentripplanner.routing.edgetype.factory.TransferGraphLinker
-
Deprecated.
- run() - Method in class org.opentripplanner.scripting.impl.BSFOTPScript
-
- run() - Method in interface org.opentripplanner.scripting.impl.OTPScript
-
- run() - Method in class org.opentripplanner.standalone.GrizzlyServer
-
This function goes through roughly the same steps as Jersey's GrizzlyServerFactory, but we instead construct
an HttpServer and NetworkListener manually so we can set the number of threads and other details.
- run() - Method in class org.opentripplanner.standalone.OTPMain
-
Making OTPMain a concrete class and placing this logic an instance method instead of embedding it in the static
main method makes it possible to build graphs from web services or scripts, not just from the command line.
- run() - Method in class org.opentripplanner.updater.example.ExampleGraphUpdater
-
- run() - Method in interface org.opentripplanner.updater.GraphUpdater
-
This method will run in its own thread.
- run(Graph) - Method in interface org.opentripplanner.updater.GraphWriterRunnable
-
This function is executed to modify the graph.
- run() - Method in class org.opentripplanner.updater.PollingGraphUpdater
-
- run(Graph) - Method in class org.opentripplanner.updater.stoptime.TripUpdateGraphWriterRunnable
-
- run() - Method in class org.opentripplanner.updater.stoptime.WebsocketGtfsRealtimeUpdater
-
- run() - Method in class org.opentripplanner.visualizer.GraphVisualizer
-
- RUNNING_SMOOTHLY_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
RUNNING_SMOOTHLY = 1;
- runPolling() - Method in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- runPolling() - Method in class org.opentripplanner.updater.bike_park.BikeParkUpdater
-
- runPolling() - Method in class org.opentripplanner.updater.bike_rental.BikeRentalUpdater
-
- runPolling() - Method in class org.opentripplanner.updater.example.ExamplePollingGraphUpdater
-
- runPolling() - Method in class org.opentripplanner.updater.PollingGraphUpdater
-
Mirrors GraphUpdater.run method.
- runPolling() - Method in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater
-
Repeatedly makes blocking calls to an UpdateStreamer to retrieve new stop time updates, and
applies those updates to the graph.
- runPolling() - Method in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
The function is run periodically by the update manager.
- runRaptor(Graph, TIntIntMap, int[], TaskStatistics) - Method in class org.opentripplanner.profile.RaptorWorker
-
- runRaptorFrequency(int, int[], int[], int[]) - Method in class org.opentripplanner.profile.RaptorWorker
-
Run a RAPTOR search using frequencies
- runRaptorScheduled(TIntIntMap, int) - Method in class org.opentripplanner.profile.RaptorWorker
-
Run a raptor search not using frequencies
- runScript(File) - Method in class org.opentripplanner.scripting.impl.ScriptingService
-
- runScript(String, String) - Method in class org.opentripplanner.scripting.impl.ScriptingService
-
- S3BucketConfig - Class in org.opentripplanner.standalone
-
Holds credentials and a bucket ID for downloading things from an Amazon S3 bucket.
- S3BucketConfig() - Constructor for class org.opentripplanner.standalone.S3BucketConfig
-
- s3prefix - Variable in class org.opentripplanner.analyst.cluster.JobSimulator
-
- SafetyFeaturesEditor - Class in org.opentripplanner.graph_builder.module.osm
-
- SafetyFeaturesEditor() - Constructor for class org.opentripplanner.graph_builder.module.osm.SafetyFeaturesEditor
-
- sample - Variable in class org.opentripplanner.analyst.batch.Individual
-
- Sample - Class in org.opentripplanner.analyst.core
-
- Sample(Vertex, int, Vertex, int) - Constructor for class org.opentripplanner.analyst.core.Sample
-
- sample - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern.TemporaryStop
-
how this vertex is connected to the graph
- SampleEdge - Class in org.opentripplanner.routing.edgetype
-
A temporary (single-request scoped) edge that connects a Sample to the street network.
- SampleEdge(SampleVertex, Vertex, int) - Constructor for class org.opentripplanner.routing.edgetype.SampleEdge
-
- SampleEdge(Vertex, SampleVertex, int) - Constructor for class org.opentripplanner.routing.edgetype.SampleEdge
-
- SampleFactory - Class in org.opentripplanner.analyst.request
-
- SampleFactory(Graph) - Constructor for class org.opentripplanner.analyst.request.SampleFactory
-
- sampleGrid - Variable in class org.opentripplanner.analyst.TimeSurface
-
- SampleGridRenderer - Class in org.opentripplanner.analyst.request
-
Compute a sample grid from a SPT request.
- SampleGridRenderer(Graph) - Constructor for class org.opentripplanner.analyst.request.SampleGridRenderer
-
- sampleGridRenderer - Variable in class org.opentripplanner.standalone.Router
-
- SampleGridRenderer.WTWD - Class in org.opentripplanner.analyst.request
-
The default TZ data we keep for each sample: Weighted Time and Walk Distance
For now we keep all possible values in the vector; we may want to remove the values that will
not be used in the process (for example # of boardings).
- SampleGridRenderer.WTWD.IsolineMetric - Class in org.opentripplanner.analyst.request
-
- SampleGridRenderer.WTWDAccumulativeMetric - Class in org.opentripplanner.analyst.request
-
Any given sample is weighted according to the inverse of the squared normalized distance
+ 1 to the grid sample.
- SampleGridRequest - Class in org.opentripplanner.analyst.request
-
A request for a sample grid (of a SPT).
- SampleGridRequest() - Constructor for class org.opentripplanner.analyst.request.SampleGridRequest
-
- SampleRequest - Class in org.opentripplanner.analyst.request
-
Used in the SampleCache.
- SampleRequest(double, double) - Constructor for class org.opentripplanner.analyst.request.SampleRequest
-
- SampleSet - Class in org.opentripplanner.analyst
-
We never use samples in isolation, so let's store them as a column store.
- SampleSet(PointSet, SampleFactory) - Constructor for class org.opentripplanner.analyst.SampleSet
-
- SampleSource - Interface in org.opentripplanner.analyst.core
-
- sampleSPT(ShortestPathTree, ZSampleGrid<SampleGridRenderer.WTWD>, double, double, double, double, int, double) - Static method in class org.opentripplanner.analyst.request.SampleGridRenderer
-
Sample a SPT using a SPTWalker and an AccumulativeGridSampler.
- SampleStopLinker - Class in org.opentripplanner.graph_builder.linking
-
Link transit stops to the street network in a non-destructive manner; i.e.
- SampleStopLinker(Graph) - Constructor for class org.opentripplanner.graph_builder.linking.SampleStopLinker
-
- SampleVertex - Class in org.opentripplanner.routing.vertextype
-
A vertex representing a Sample in the Analyst sense -- a temporary and nondestructive linkage of
a single geographic point into the street network.
- SampleVertex(Graph, Coordinate) - Constructor for class org.opentripplanner.routing.vertextype.SampleVertex
-
- SanFranciscoBayAreaBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
Build a BikeRentalStation object from BayAreaBikeShare data source JsonNode object.
- SanFranciscoBayAreaBikeRentalDataSource(String) - Constructor for class org.opentripplanner.updater.bike_rental.SanFranciscoBayAreaBikeRentalDataSource
-
- SAT - Static variable in interface org.opentripplanner.util.DateConstants
-
- save(File) - Method in class org.opentripplanner.routing.graph.Graph
-
- save(OutputStream) - Method in class org.opentripplanner.routing.graph.Graph
-
- save(String, InputStream) - Method in class org.opentripplanner.routing.impl.InputStreamGraphSource.FileFactory
-
- save(String, InputStream) - Method in interface org.opentripplanner.routing.services.GraphSource.Factory
-
Save the graph data, but don't load it in memory.
- save(String) - Method in class org.opentripplanner.scripting.api.OtpsCsvOutput
-
Save the data to a file.
- saveClass() - Method in class org.opentripplanner.customize.ClassCustomizer
-
Writes the class file to the classpath and returns a class object
- saveGraphOverWire(String, InputStream) - Method in class org.opentripplanner.api.resource.Routers
-
Save the graph data, but don't load it in memory.
- sc1 - Variable in class org.opentripplanner.profile.ProfileTransfer
-
- sc2 - Variable in class org.opentripplanner.profile.ProfileTransfer
-
- ScalarColorPalette - Interface in org.opentripplanner.inspector
-
Convert a scalar value (bounded or unbounded) to a color.
- Scenario - Class in org.opentripplanner.analyst.scenario
-
A scenario is an ordered sequence of modifications that will be applied non-destructively on top of a baseline graph.
- Scenario(int) - Constructor for class org.opentripplanner.analyst.scenario.Scenario
-
- scenario - Variable in class org.opentripplanner.profile.ProfileRequest
-
A non-destructive scenario to apply when executing this request
- ScenarioResource - Class in org.opentripplanner.api.resource
-
Presents saved non-destructive transit analysis scenarios as a document tree for manipulation via HTTP.
- ScenarioResource(OTPServer, String) - Constructor for class org.opentripplanner.api.resource.ScenarioResource
-
- scenarios - Variable in class org.opentripplanner.analyst.scenario.ScenarioStore
-
- ScenarioStore - Class in org.opentripplanner.analyst.scenario
-
Retains multiple Scenarios for a single router, keyed on unique IDs.
- ScenarioStore() - Constructor for class org.opentripplanner.analyst.scenario.ScenarioStore
-
- scenarioStore - Variable in class org.opentripplanner.standalone.Router
-
Storage for non-destructive alternatives analysis scenarios.
- SCHEDULE_RELATIONSHIP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- SCHEDULE_RELATIONSHIP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- SCHEDULED_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.TripDescriptor.ScheduleRelationship
-
SCHEDULED = 0;
- SCHEDULED_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
-
SCHEDULED = 0;
- scheduledArrival - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- scheduledDeparture - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- scheduledTimetable - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
This is the "original" timetable holding the scheduled stop times from GTFS, with no
realtime updates applied.
- scheduledTripCount - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of scheduled trips in the RAPTOR worker data
- scheduledTrips - Variable in class org.opentripplanner.analyst.scenario.ConvertToFrequency
-
- scrape(Map<String, String>) - Method in class org.opentripplanner.reflect.ReflectiveInitializer
-
Create a new instance of T, and set its field from the given key-value pairs.
- scrape(JsonNode) - Method in class org.opentripplanner.reflect.ReflectiveInitializer
-
This converts everything to Strings and back, but it does work, and avoids a bunch of type conditionals.
- scriptFile - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- ScriptingService - Class in org.opentripplanner.scripting.impl
-
- ScriptingService(OTPServer) - Constructor for class org.opentripplanner.scripting.impl.ScriptingService
-
- scriptingService - Variable in class org.opentripplanner.standalone.OTPServer
-
- ScriptResource - Class in org.opentripplanner.api.resource
-
Run an uploaded script.
- ScriptResource() - Constructor for class org.opentripplanner.api.resource.ScriptResource
-
- searchAbortTime - Variable in class org.opentripplanner.routing.core.RoutingContext
-
The search will be aborted if it is still running after this time (in milliseconds since the epoch).
- searchCount - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of discrete times (e.g.
- searchTerminationStrategy - Variable in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- SearchTerminationStrategy - Interface in org.opentripplanner.routing.algorithm.strategies
-
- SeattleFareServiceFactory - Class in org.opentripplanner.routing.impl
-
- SeattleFareServiceFactory() - Constructor for class org.opentripplanner.routing.impl.SeattleFareServiceFactory
-
- SeattleFareServiceImpl - Class in org.opentripplanner.routing.impl
-
- SeattleFareServiceImpl() - Constructor for class org.opentripplanner.routing.impl.SeattleFareServiceImpl
-
- second - Variable in class org.opentripplanner.api.param.HourMinuteSecond
-
- second - Variable in class org.opentripplanner.common.model.T2
-
- seconds - Variable in class org.opentripplanner.routing.core.TransferTable.Transfer
-
Deprecated.
- secondsSinceMidnight(long) - Method in class org.opentripplanner.routing.core.ServiceDay
-
- secondsToHour(int) - Static method in class org.opentripplanner.util.DateUtils
-
- secondsToMinutes(int) - Static method in class org.opentripplanner.util.DateUtils
-
- secondsToString(int) - Static method in class org.opentripplanner.util.DateUtils
-
Converts time in seconds to a String
in the format h:mm.
- secondsToString(int, boolean) - Static method in class org.opentripplanner.util.DateUtils
-
- secretKey - Variable in class org.opentripplanner.standalone.S3BucketConfig
-
Credentials: the Amazon Web Services secret key corresponding to the access key.
- securePort - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- Segment - Class in org.opentripplanner.profile
-
The equivalent of a ride in an API response.
- Segment(Ride) - Constructor for class org.opentripplanner.profile.Segment
-
- Segment.SegmentPattern - Class in org.opentripplanner.profile
-
- segmentFraction(double, double, double, double, double, double, double) - Static method in class org.opentripplanner.common.geometry.GeometryUtils
-
Adapted from org.locationtech.jts.geom.LineSegment
Combines segmentFraction and projectionFactor methods.
- SegmentPattern(PatternRide) - Constructor for class org.opentripplanner.profile.Segment.SegmentPattern
-
- segmentPatterns - Variable in class org.opentripplanner.profile.Segment
-
- segments - Variable in class org.opensphere.geometry.algorithm.ConcaveHull
-
- segmentsAfter(RouteSegment) - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- semanticHash(HashFunction) - Method in class org.opentripplanner.model.StopPattern
-
In most cases we want to use identity equality for StopPatterns.
- semanticHash(HashFunction) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Hash the scheduled arrival/departure times.
- semanticHashString(Trip) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
In most cases we want to use identity equality for Trips.
- sendFakeJob() - Method in class org.opentripplanner.analyst.cluster.JobSimulator
-
- senior - Variable in class org.opentripplanner.profile.DCFareCalculator.Fare
-
- SEPARATOR - Static variable in class org.opentripplanner.api.model.FeedScopedIdDeserializer
-
- SEPARATOR - Static variable in class org.opentripplanner.api.model.FeedScopedIdKeyDeserializer
-
- SEPARATOR - Static variable in class org.opentripplanner.api.model.FeedScopedIdSerializer
-
- SEPTEMBER - Static variable in class org.opentripplanner.util.TestUtils
-
- Serializable2DPackedCoordinateSequenceFactory - Class in org.opentripplanner.common.geometry
-
- Serializable2DPackedCoordinateSequenceFactory() - Constructor for class org.opentripplanner.common.geometry.Serializable2DPackedCoordinateSequenceFactory
-
- serialize(FeedScopedId, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.api.model.FeedScopedIdSerializer
-
- serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.api.model.JodaLocalDateSerializer
-
- serialize(QualifiedModeSet, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.api.model.QualifiedModeSetSerializer
-
- serialize(TraverseModeSet, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.api.model.TraverseModeSetSerializer
-
- serialize(Geometry, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.common.geometry.GeometrySerializer
-
- serialize(BitSet, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.model.json_serialization.BitSetSerializer
-
- serialize(Coordinate, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.model.json_serialization.CoordinateSerializer
-
- serialize(WithGraph, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.model.json_serialization.EdgeSetJSONSerializer
-
- serialize(Geometry, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.model.json_serialization.EncodedPolylineJSONSerializer
-
- serialize(PackedCoordinateSequence, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.model.json_serialization.PackedCoordinateSequenceSerializer
-
- serialize(WithGraph, JsonGenerator, SerializerProvider) - Method in class org.opentripplanner.model.json_serialization.VertexSetJSONSerializer
-
- serializeGraph - Variable in class org.opentripplanner.graph_builder.GraphBuilder
-
Should the graph be serialized to disk after being created or not?
- SerializerUtils - Class in org.opentripplanner.model.json_serialization
-
- SerializerUtils() - Constructor for class org.opentripplanner.model.json_serialization.SerializerUtils
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.ResultSet.RangeSet
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.scenario.AddTripPattern
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.scenario.AdjustDwellTime
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.scenario.AdjustHeadway
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.scenario.RemoveTrip
-
- serialVersionUID - Static variable in class org.opentripplanner.analyst.scenario.SkipStop
-
- serialVersionUID - Static variable in enum org.opentripplanner.profile.RaptorWorkerTimetable.BoardingAssumption
-
- server - Variable in class org.opentripplanner.standalone.CommandLineParameters
-
- server - Variable in class org.opentripplanner.standalone.OTPApplication
-
- ServerInfo - Class in org.opentripplanner.api.resource
-
- ServerInfo() - Constructor for class org.opentripplanner.api.resource.ServerInfo
-
Determine the OTP version and CPU type of the running server.
- serverVersion - Variable in class org.opentripplanner.api.resource.ServerInfo
-
- service(Request, Response) - Method in class org.opentripplanner.api.OTPHttpHandler
-
- serviceArea - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- serviceAreaRadius - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- serviceAreaRadius - Variable in class org.opentripplanner.model.StopPatternFlexFields
-
- serviceAreas - Variable in class org.opentripplanner.model.StopPatternFlexFields
-
- ServiceCalendar - Class in org.opentripplanner.model
-
Note that I decided to call this class ServiceCalendar instead of Calendar,
so as to avoid confusion with java.util.Calendar
- ServiceCalendar() - Constructor for class org.opentripplanner.model.ServiceCalendar
-
- ServiceCalendarDate - Class in org.opentripplanner.model
-
- ServiceCalendarDate() - Constructor for class org.opentripplanner.model.ServiceCalendarDate
-
- ServiceCalendarDateType - Class in org.opentripplanner.api.adapters
-
- ServiceCalendarDateType(FeedScopedId, long, int) - Constructor for class org.opentripplanner.api.adapters.ServiceCalendarDateType
-
- ServiceCalendarDateType(ServiceCalendarDate) - Constructor for class org.opentripplanner.api.adapters.ServiceCalendarDateType
-
- ServiceCalendarDateType() - Constructor for class org.opentripplanner.api.adapters.ServiceCalendarDateType
-
- ServiceCalendarType - Class in org.opentripplanner.api.adapters
-
- ServiceCalendarType(FeedScopedId, int, int, int, int, int, int, int, long, long) - Constructor for class org.opentripplanner.api.adapters.ServiceCalendarType
-
- ServiceCalendarType(ServiceCalendar) - Constructor for class org.opentripplanner.api.adapters.ServiceCalendarType
-
- ServiceCalendarType() - Constructor for class org.opentripplanner.api.adapters.ServiceCalendarType
-
- serviceCode - Variable in class org.opentripplanner.routing.trippattern.TripTimes
-
The code for the service on which this trip runs.
- serviceCodes - Variable in class org.opentripplanner.routing.graph.Graph
-
Map from GTFS ServiceIds to integers close to 0.
- serviceDate - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, the service date of the trip.
- ServiceDate - Class in org.opentripplanner.model.calendar
-
A general representation of a year-month-day tuple not tied to any locale and
used by the GTFS entities
ServiceCalendar
and
ServiceCalendarDate
to represent service date ranges.
- ServiceDate(int, int, int) - Constructor for class org.opentripplanner.model.calendar.ServiceDate
-
Construct a new ServiceDate by specifying the numeric year, month, and day
- ServiceDate(ServiceDate) - Constructor for class org.opentripplanner.model.calendar.ServiceDate
-
- ServiceDate(Calendar) - Constructor for class org.opentripplanner.model.calendar.ServiceDate
-
- ServiceDate(Date) - Constructor for class org.opentripplanner.model.calendar.ServiceDate
-
Construct a ServiceDate from the specified
Date
object, using the
default
TimeZone
object for the current VM to localize the date
- ServiceDate() - Constructor for class org.opentripplanner.model.calendar.ServiceDate
-
- serviceDate - Variable in class org.opentripplanner.routing.core.ServiceDay
-
- serviceDate - Variable in class org.opentripplanner.routing.edgetype.Timetable
-
The ServiceDate for which this (updated) timetable is valid.
- serviceDatesByServiceId - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- serviceDay - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- ServiceDay - Class in org.opentripplanner.routing.core
-
Represents a day of transit services.
- ServiceDay(Graph, long, CalendarService, String) - Constructor for class org.opentripplanner.routing.core.ServiceDay
-
- ServiceDay(Graph, ServiceDate, CalendarService, String) - Constructor for class org.opentripplanner.routing.core.ServiceDay
-
- ServiceDay(Graph, ServiceDate, CalendarService, TimeZone) - Constructor for class org.opentripplanner.routing.core.ServiceDay
-
- serviceDay - Variable in class org.opentripplanner.routing.core.StateData
-
- serviceDayLookout - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
How many extra ServiceDays to look in the future (or back, if arriveBy=true)
This parameter allows the configuration of how far, in service days, OTP should look for
transit service when evaluating the next departure (or arrival) at a stop.
- serviceDays - Variable in class org.opentripplanner.routing.core.RoutingContext
-
Cache lists of which transit services run on which midnight-to-midnight periods.
- serviceForId - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- serviceId - Variable in class org.opentripplanner.index.model.TripShort
-
- serviceIdsRunning - Variable in class org.opentripplanner.routing.core.ServiceDay
-
- serviceRunning(int) - Method in class org.opentripplanner.routing.core.ServiceDay
-
Does the given serviceId run on this ServiceDay?
- servicesRunning(ServiceDate) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
An OBA Service Date is a local date without timezone, only year month and day.
- servicesRunning(LocalDate) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Wraps the other servicesRunning whose parameter is an OBA ServiceDate.
- set(Stop, int) - Method in class org.opentripplanner.profile.TimeRange.Tracker
-
Set the travel time to a specific transit stop to exactly t seconds, overwriting any existing value.
- set(Vertex, T) - Method in class org.opentripplanner.routing.core.VertexMap
-
- set(byte, int, boolean) - Static method in class org.opentripplanner.util.BitSetUtils
-
- set(short, int, boolean) - Static method in class org.opentripplanner.util.BitSetUtils
-
- set(int, int, boolean) - Static method in class org.opentripplanner.util.BitSetUtils
-
- set(long, int, boolean) - Static method in class org.opentripplanner.util.BitSetUtils
-
- set(int, E) - Method in class org.opentripplanner.util.JoinedList
-
- set_x(double) - Method in class org.opentripplanner.visibility.VLPoint
-
- set_y(double) - Method in class org.opentripplanner.visibility.VLPoint
-
- setAbsoluteDirection(double) - Method in class org.opentripplanner.api.model.WalkStep
-
- setActivePeriod(int, GtfsRealtime.TimeRange) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- setActivePeriod(int, GtfsRealtime.TimeRange.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.TimeRange active_period = 1;
- setAddExtraEdgesToAreas(Boolean) - Method in class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter
-
- setAddExtraEdgesToAreas(Boolean) - Method in class org.opentripplanner.graph_builder.module.StreetLinkerModule
-
- setAgency(Agency) - Method in class org.opentripplanner.model.Route
-
- setAgency(String) - Method in class org.opentripplanner.routing.core.FareRuleSet
-
- setAgencyId(String) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string agency_id = 1;
- setAgencyId(String) - Method in class org.opentripplanner.model.FeedScopedId
-
- setAgencyId(String) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setAgencyIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string agency_id = 1;
- setAgencyIdMappings(Map<String, String>) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setAirplane(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setAlert(GtfsRealtime.Alert) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- setAlert(GtfsRealtime.Alert.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.Alert alert = 5;
- setAlert(Alert) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setAlertPatchService(AlertPatchService) - Method in class org.opentripplanner.updater.alerts.AlertsUpdateHandler
-
- setAllowDropoff(boolean) - Method in class org.opentripplanner.updater.bike_rental.GenericKmlBikeRentalDataSource
-
- setAlwaysRebuild(boolean) - Method in class org.opentripplanner.graph_builder.GraphBuilder
-
- setAppId(String) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoder
-
- setArea(AreaEdgeList) - Method in class org.opentripplanner.routing.edgetype.AreaEdge
-
- setArrival(GtfsRealtime.TripUpdate.StopTimeEvent) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- setArrival(GtfsRealtime.TripUpdate.StopTimeEvent.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent arrival = 2;
- setArrivalTime(int) - Method in class org.opentripplanner.model.StopTime
-
- setArriveBy(boolean) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setArriveBy(boolean) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setAsText(String) - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamerEditor
-
- setAsText(String) - Method in class org.opentripplanner.graph_builder.module.osm.NotePropertiesEditor
-
- setAsText(String) - Method in class org.opentripplanner.graph_builder.module.osm.SafetyFeaturesEditor
-
- setAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.AttributeFeatureConverter
-
- setAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- setAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
The name of the feature attribute to use when calculating the traversal permissions.
- setAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.NullBooleanConverter
-
- setBack(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setBackMode(TraverseMode) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setBackWalkingBike(boolean) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setBannedAgencies(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setBannedRoutes(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setBannedRoutes(String) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setBannedStops(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setBannedStopsHard(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setBarrierPermissions(StreetTraversalPermission) - Method in class org.opentripplanner.routing.vertextype.BarrierVertex
-
- setBaseGraph(String) - Method in class org.opentripplanner.graph_builder.GraphBuilder
-
- setBaseUrl(String) - Method in class org.opentripplanner.updater.bike_rental.GbfsBikeRentalDataSource
-
- setBearing(float) - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float bearing = 3;
- setBicycle(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setBicycleSafetyConverter(SimpleFeatureConverter<P2<Double>>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
The permission converter gets the bicycle safety factor for a street segment and its reverse.
- setBicycleSafetyFactor(float) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setBicycleSafetyMultiplier(double) - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- setBikeBoardCost(int) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setBikeParked(boolean) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setBikeRentalNetwork(Set<String>) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setBikesAllowed(int) - Method in class org.opentripplanner.model.Route
-
- setBikesAllowed(int) - Method in class org.opentripplanner.model.Trip
-
- setBikesAvailable(int) - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
- setBikeSpeedMs(double) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setBlockId(String) - Method in class org.opentripplanner.model.Trip
-
- setBorder(boolean) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the indicator to know if the edge
is a border edge of the triangulation framework.
- setBorder(boolean) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Defines the indicator to know if the triangle
is a border triangle of the triangulation framework.
- setBorder(boolean) - Method in class org.opensphere.geometry.triangulation.model.Vertex
-
Defines the indicator to know if the edge
is a border edge of the triangulation framework.
- setBoundaryResolver(BoundaryResolver) - Method in class org.opentripplanner.geocoder.reverse.MunicoderServer
-
- setBrandingUrl(String) - Method in class org.opentripplanner.model.Agency
-
- setBrandingUrl(String) - Method in class org.opentripplanner.model.Route
-
- setBundle(GraphBundle) - Method in class org.opentripplanner.routing.graph.Graph
-
- setBus(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setCableCar(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setCacheDirectory(File) - Method in class org.opentripplanner.graph_builder.module.DownloadableGtfsInputSource
-
- setCacheDirectory(File) - Method in class org.opentripplanner.graph_builder.module.ned.DegreeGridNEDTileSource
-
- setCacheDirectory(File) - Method in class org.opentripplanner.graph_builder.module.ned.NEDDownloader
-
- setCacheDirectory(File) - Method in interface org.opentripplanner.graph_builder.services.ned.NEDTileSource
-
The cache directory stores NED tiles.
- setCar(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setCarParked(boolean) - Method in class org.opentripplanner.routing.core.StateEditor
-
This has two effects: marks the car as parked, and switches the current mode.
- setCarSpeed(String, float) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- setCarSpeed(float) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setCause(GtfsRealtime.Alert.Cause) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Cause cause = 6 [default = UNKNOWN_CAUSE];
- setCents(int) - Method in class org.opentripplanner.routing.core.Money
-
- setClampInitialWait(long) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setClassPath(File) - Method in class org.opentripplanner.customize.ClassCustomizer
-
- setCode(String) - Method in class org.opentripplanner.model.Stop
-
- setColor(String) - Method in class org.opentripplanner.model.Route
-
- setCongestionLevel(GtfsRealtime.VehiclePosition.CongestionLevel) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.CongestionLevel congestion_level = 6;
- setContainsId(String) - Method in class org.opentripplanner.model.FareRule
-
- setContinuousDropOff(int) - Method in class org.opentripplanner.model.StopTime
-
- setContinuousDropOffMessage(String) - Method in class org.opentripplanner.model.Trip
-
- setContinuousPickup(int) - Method in class org.opentripplanner.model.StopTime
-
- setContinuousPickupMessage(String) - Method in class org.opentripplanner.model.Trip
-
- setConverter(SimpleFeatureConverter<T>) - Method in class org.opentripplanner.graph_builder.module.shapefile.JoinedFeatureConverter
-
- setConverters(Collection<SimpleFeatureConverter<Boolean>>) - Method in class org.opentripplanner.graph_builder.module.shapefile.CompositeBooleanConverter
-
set the list of converters used to the passed in parameter
- setConverters(Collection<SimpleFeatureConverter<P2<StreetTraversalPermission>>>) - Method in class org.opentripplanner.graph_builder.module.shapefile.CompositeStreetTraversalPermissionConverter
-
set the list of converters used to the passed in parameter
- setCoordinate(Coordinate) - Method in class org.opensphere.geometry.triangulation.model.Vertex
-
Defines the coordinate of the vertex.
- setCoordinates(double, double) - Method in class org.opentripplanner.profile.StopCluster
-
- setCreativeName(I18NString) - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
- setCreativeNamePattern(String) - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamer
-
- setCsvInputSource(CsvInputSource) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setCurrency(Currency) - Method in class org.opentripplanner.routing.core.Money
-
- setCurrency(WrappedCurrency) - Method in class org.opentripplanner.routing.core.Money
-
- setCurrencyType(String) - Method in class org.opentripplanner.model.FareAttribute
-
- setCurrentStatus(GtfsRealtime.VehiclePosition.VehicleStopStatus) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.VehicleStopStatus current_status = 4 [default = IN_TRANSIT_TO];
- setCurrentStopSequence(int) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint32 current_stop_sequence = 3;
- setDataFactory(XmlDataListDownloader.XmlDataFactory<T>) - Method in class org.opentripplanner.util.xml.XmlDataListDownloader
-
- setDataSource(BikeParkDataSource) - Method in class org.opentripplanner.graph_builder.module.bike.BikeParkModule
-
- setDataSource(BikeRentalDataSource) - Method in class org.opentripplanner.graph_builder.module.bike.BikeRentalModule
-
- setDate(ServiceDate) - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- setDateTime(Date) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setDateTime(String, String, TimeZone) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setDateTime(int, int, int, int, int, int) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setDateTime(Date) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setDateTime(long) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setDebug(boolean) - Method in class org.opentripplanner.common.geometry.DelaunayIsolineBuilder
-
- setDebugCrossingEdges(boolean) - Method in class org.opentripplanner.common.geometry.RecursiveGridIsolineBuilder
-
- setDebugSeedGrid(boolean) - Method in class org.opentripplanner.common.geometry.RecursiveGridIsolineBuilder
-
- setDecodeUTF8(boolean) - Method in class org.opentripplanner.graph_builder.module.shapefile.AttributeFeatureConverter
-
- setDefaultBikesAllowed(Boolean) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setDefaultPermission(StreetTraversalPermission) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
The default permission to use when no matching case is found for a street.
- setDefaultRouterId(String) - Method in class org.opentripplanner.routing.services.GraphService
-
- setDefaultValue(Boolean) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- setDefaultValue(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.StringAttributeFeatureConverter
-
The default value to assign to features with null or empty (" ") values.
- setDefaultWayPropertySetSource(WayPropertySetSource) - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
- setDelay(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional int32 delay = 5;
- setDelay(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 delay = 1;
- setDeparture(GtfsRealtime.TripUpdate.StopTimeEvent) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- setDeparture(GtfsRealtime.TripUpdate.StopTimeEvent.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeEvent departure = 3;
- setDepartureTime(int) - Method in class org.opentripplanner.model.StopTime
-
- setDesc(String) - Method in class org.opentripplanner.model.Route
-
- setDesc(String) - Method in class org.opentripplanner.model.Stop
-
- setDescription(String) - Method in class org.opentripplanner.geocoder.GeocoderResult
-
- setDescription(String) - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- setDescriptionText(GtfsRealtime.TranslatedString) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- setDescriptionText(GtfsRealtime.TranslatedString.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString description_text = 11;
- setDestination(double, double) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setDestination(OtpsIndividual) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setDestinationId(String) - Method in class org.opentripplanner.model.FareRule
-
- setDirection(Map<String, String>) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
Maps the direction value to a number representing the direction that the bike safety feature
goes.
- setDirection(String) - Method in class org.opentripplanner.model.Stop
-
- setDirection(String) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setDirection(String) - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- setDirectionAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
- setDirectionId(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional uint32 direction_id = 6;
- setDirectionId(String) - Method in class org.opentripplanner.model.Trip
-
- setDirectionId(int) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setDirections(double, double, boolean) - Method in class org.opentripplanner.api.model.WalkStep
-
- setDisplay_name(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- setDistance(double) - Method in class org.opentripplanner.graph_builder.module.TransitStopsRegionsSourceImpl
-
- setDistanceBetweenSamplesM(double) - Method in class org.opentripplanner.graph_builder.module.ned.ElevationModule
-
- setDistTraveled(double) - Method in class org.opentripplanner.model.ShapePoint
-
- setDropOffType(int) - Method in class org.opentripplanner.model.StopTime
-
- setDrtAdvanceBookMin(double) - Method in class org.opentripplanner.model.Trip
-
- setDrtAvgTravelTime(String) - Method in class org.opentripplanner.model.Trip
-
- setDrtDropOffMessage(String) - Method in class org.opentripplanner.model.Trip
-
- setDrtMaxTravelTime(String) - Method in class org.opentripplanner.model.Trip
-
- setDrtPickupMessage(String) - Method in class org.opentripplanner.model.Trip
-
- setDummyRoutingContext(Graph) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Used in internals API.
- setEarlyStart(long) - Method in class org.opentripplanner.updater.alerts.AlertsUpdateHandler
-
- setEdges(List<Edge>) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Defines the edges which compose the triangle.
- setEdges(ArrayList<AreaEdge>) - Method in class org.opentripplanner.routing.edgetype.AreaEdgeList
-
- setEffect(GtfsRealtime.Alert.Effect) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.Alert.Effect effect = 7 [default = UNKNOWN_EFFECT];
- setElevationProfile(PackedCoordinateSequence, boolean) - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- setEligibilityRestricted(int) - Method in class org.opentripplanner.model.Route
-
- setEmailAddress(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- setEnd(long) - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 end = 2;
- setEndDate(ServiceDate) - Method in class org.opentripplanner.model.FeedInfo
-
- setEndDate(ServiceDate) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setEndServiceArea(Area) - Method in class org.opentripplanner.model.StopTime
-
- setEndServiceAreaRadius(double) - Method in class org.opentripplanner.model.StopTime
-
- setEndTime(int) - Method in class org.opentripplanner.model.Frequency
-
- setEnteredNoThroughTrafficArea() - Method in class org.opentripplanner.routing.core.StateEditor
-
- setEntity(int, GtfsRealtime.FeedEntity) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- setEntity(int, GtfsRealtime.FeedEntity.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
repeated .transit_realtime.FeedEntity entity = 2;
- setEntityMappings(Map<Class<?>, File>) - Method in class org.opentripplanner.graph_builder.module.EntityReplacementStrategyFactory
-
- setError(PlannerError) - Method in class org.opentripplanner.api.resource.Response
-
- setError(String) - Method in class org.opentripplanner.geocoder.GeocoderResults
-
- setEV(Vertex) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the end vertex of the edge.
- setEverBoarded(boolean) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setExactTimes(int) - Method in class org.opentripplanner.model.Frequency
-
- setExceptionType(int) - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- setExitName(String) - Method in class org.opentripplanner.routing.vertextype.ExitVertex
-
- setExtension(Object, Object) - Method in class org.opentripplanner.routing.core.StateEditor
-
Put a new value into the State extensions map.
- setFare(FareAttribute) - Method in class org.opentripplanner.model.FareRule
-
- setFareId(String) - Method in class org.opentripplanner.model.Trip
-
- setFarePeriodId(String) - Method in class org.opentripplanner.model.StopTime
-
- setFareServiceFactory(FareServiceFactory) - Method in class org.opentripplanner.graph_builder.module.GtfsModule
-
- setFareServiceFactory(FareServiceFactory) - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
- setFareUrl(String) - Method in class org.opentripplanner.model.Agency
-
- setFeatureSelector(SimpleFeatureConverter<Boolean>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- setFeatureSourceFactory(FeatureSourceFactory) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetModule
-
- setFeedId(GtfsFeedId) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setFeedId(String) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setFeedId(String) - Method in class org.opentripplanner.updater.alerts.AlertsUpdateHandler
-
- setFerry(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setFlexFields(StopPatternFlexFields) - Method in class org.opentripplanner.model.StopPattern
-
- setFormatted_address(String) - Method in class org.opentripplanner.geocoder.google.GoogleGeocoderResult
-
- setForTrip(Trip, BikeAccess) - Static method in enum org.opentripplanner.gtfs.BikeAccess
-
- setForTrip(Trip, BikeAccess) - Static method in enum org.opentripplanner.gtfs.BikeAccess
-
- setFriday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setFromArray(int[][], boolean[], PropagatedTimesStore.ConfidenceCalculationMethod) - Method in class org.opentripplanner.profile.PropagatedTimesStore
-
- setFromArray(int[][], TNPropagatedTimesStore.ConfidenceCalculationMethod) - Method in class org.opentripplanner.profile.TNPropagatedTimesStore
-
- setFromRoute(Route) - Method in class org.opentripplanner.model.Transfer
-
- setFromState(State) - Method in class org.opentripplanner.routing.core.StateEditor
-
Set non-incremental state values (ex.
- setFromStop(Stop) - Method in class org.opentripplanner.model.Pathway
-
- setFromStop(Stop) - Method in class org.opentripplanner.model.Transfer
-
- setFromString(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setFromTrip(Trip) - Method in class org.opentripplanner.model.Transfer
-
- setFunicular(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setFuzzyTripMatcher(GtfsRealtimeFuzzyTripMatcher) - Method in class org.opentripplanner.updater.alerts.AlertsUpdateHandler
-
- setGeocoderBaseUrl(String) - Method in class org.opentripplanner.geocoder.GeocoderUSCSV
-
- setGeom(Geometry) - Method in class org.opentripplanner.analyst.PointFeature
-
- setGeometry(LineSegment) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the geometry of the edge.
- setGeometry(Geometry) - Method in class org.opentripplanner.geocoder.google.GoogleGeocoderResult
-
- setGeometry(LineString) - Method in interface org.opentripplanner.routing.edgetype.HopEdge
-
- setGeometry(LineString) - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- setGeometry(LineString) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- setGeometry(LineString) - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- setGeometry(LineString) - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- setGondola(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setGraph(Graph) - Method in class org.opentripplanner.graph_builder.module.ned.DegreeGridNEDTileSource
-
- setGraph(Graph) - Method in class org.opentripplanner.graph_builder.module.ned.GeotiffGridCoverageFactoryImpl
-
- setGraph(Graph) - Method in class org.opentripplanner.graph_builder.module.ned.NEDDownloader
-
- setGraph(Graph) - Method in class org.opentripplanner.graph_builder.module.ned.NEDGridCoverageFactoryImpl
-
Set the graph that will be used to determine the extent of the NED.
- setGraph(Graph) - Method in interface org.opentripplanner.graph_builder.services.ned.ElevationGridCoverageFactory
-
- setGraph(Graph) - Method in interface org.opentripplanner.graph_builder.services.ned.NEDTileSource
-
- setGraphBuilders(List<GraphBuilderModule>) - Method in class org.opentripplanner.graph_builder.GraphBuilder
-
- setGraphService(GraphService) - Method in class org.opentripplanner.analyst.PointSet
-
Adds a graph service to allow for auto creation of SampleSets for a given
graph
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.bike_park.BikeParkUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.bike_rental.BikeRentalUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.example.ExampleGraphUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.example.ExamplePollingGraphUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in interface org.opentripplanner.updater.GraphUpdater
-
Graph updaters must be aware of their manager to be able to execute GraphWriterRunnables.
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.stoptime.WebsocketGtfsRealtimeUpdater
-
- setGraphUpdaterManager(GraphUpdaterManager) - Method in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
Here the updater gets to know its parent manager to execute GraphWriterRunnables.
- setGridCoverageFactory(ElevationGridCoverageFactory) - Method in class org.opentripplanner.graph_builder.module.ned.ElevationModule
-
- setGtfsRealtimeVersion(String) - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
required string gtfs_realtime_version = 1;
- setGtfsRealtimeVersionBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
required string gtfs_realtime_version = 1;
- setHalfLifeMinutes(int) - Method in class org.opentripplanner.analyst.batch.DecayAccumulator
-
This is a convenience function to set the cost sensitivity with more real-world values.
- setHasBogusName(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setHeader(GtfsRealtime.FeedHeader) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- setHeader(GtfsRealtime.FeedHeader.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage.Builder
-
required .transit_realtime.FeedHeader header = 1;
- setHeader(Object[]) - Method in class org.opentripplanner.scripting.api.OtpsCsvOutput
-
Set the (optional) column header names.
- setHeaders(String[]) - Method in class org.opentripplanner.scripting.api.OtpsPopulation
-
Set data header keys.
- setHeaderText(GtfsRealtime.TranslatedString) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- setHeaderText(GtfsRealtime.TranslatedString.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString header_text = 10;
- setHeadwaySecs(int) - Method in class org.opentripplanner.model.Frequency
-
- setHeuristic(RemainingWeightHeuristic) - Method in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- setHighlightedEdges(List<Edge>) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setHighlightedVertices(Set<Vertex>) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setHighlightedVertices(List<Vertex>) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setId(String) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
required string id = 1;
- setId(String) - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string id = 1;
- setId(int) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the ID of the edge.
- setId(int) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Defines the ID of the triangle.
- setId(int) - Method in class org.opensphere.geometry.triangulation.model.Vertex
-
Defines the ID of the vertex.
- setId(String) - Method in class org.opentripplanner.analyst.PointFeature
-
- setId(String) - Method in class org.opentripplanner.model.Agency
-
- setId(FeedScopedId) - Method in class org.opentripplanner.model.FareAttribute
-
- setId(String) - Method in class org.opentripplanner.model.FeedInfo
-
- setId(String) - Method in class org.opentripplanner.model.FeedScopedId
-
- setId(FeedScopedId) - Method in class org.opentripplanner.model.FlexArea
-
- setId(T) - Method in class org.opentripplanner.model.IdentityBean
-
- setId(FeedScopedId) - Method in class org.opentripplanner.model.Pathway
-
- setId(FeedScopedId) - Method in class org.opentripplanner.model.Route
-
- setId(FeedScopedId) - Method in class org.opentripplanner.model.Stop
-
- setId(FeedScopedId) - Method in class org.opentripplanner.model.Trip
-
- setId(long) - Method in class org.opentripplanner.openstreetmap.model.OSMWithTags
-
Sets the id.
- setId(String) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setId(String) - Method in class org.opentripplanner.routing.vertextype.BikeParkVertex
-
- setId(String) - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
- setId(String) - Method in class org.opentripplanner.routing.vertextype.ParkAndRideVertex
-
- setIdAttribute(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
The ID attribute is used to uniquely identify street segments.
- setIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
required string id = 1;
- setIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string id = 1;
- setIdConverter(SimpleFeatureConverter<String>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
Sets the converter which gets IDs from features.
- setIncidentEdges(List<Edge>) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the edges in relationship with the edge.
- setIncrementality(GtfsRealtime.FeedHeader.Incrementality) - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional .transit_realtime.FeedHeader.Incrementality incrementality = 2 [default = FULL_DATASET];
- setIndex(int) - Method in class org.opentripplanner.routing.graph.Vertex
-
- setInformedEntity(int, GtfsRealtime.EntitySelector) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- setInformedEntity(int, GtfsRealtime.EntitySelector.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
repeated .transit_realtime.EntitySelector informed_entity = 5;
- setInitialWaitTimeSeconds(long) - Method in class org.opentripplanner.routing.core.StateEditor
-
Initial wait time is recorded so it can be subtracted out of paths in lieu of "reverse optimization".
- setIntermediatePlacesFromStrings(List<String>) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Sets intermediatePlaces by parsing GenericLocations from a list of string.
- setIsDeleted(boolean) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional bool is_deleted = 2 [default = false];
- setIsLastBoardAlightDeviated(boolean) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setJoinedKey(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.JoinedFeatureConverter
-
The name of the attribute in the joined feature source to use as the join key.
- setJoinedSource(FeatureSource<SimpleFeatureType, SimpleFeature>) - Method in class org.opentripplanner.graph_builder.module.shapefile.JoinedFeatureConverter
-
- setJoinedSourceFactory(FeatureSourceFactory) - Method in class org.opentripplanner.graph_builder.module.shapefile.JoinedFeatureConverter
-
- setJourneyDuration(int) - Method in class org.opentripplanner.model.FareAttribute
-
- setK(String) - Method in class org.opentripplanner.openstreetmap.model.OSMTag
-
- setKvpairs(String) - Method in class org.opentripplanner.graph_builder.module.osm.OSMSpecifier
-
- setLabel(String) - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string label = 2;
- setLabel(String) - Method in class org.opentripplanner.analyst.pointset.PropertyMetadata
-
- setLabel(String, String) - Method in class org.opentripplanner.analyst.PointSet
-
- setLabelBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string label = 2;
- setLabelOnly(int) - Method in class org.opentripplanner.model.Frequency
-
- setLang(String) - Method in class org.opentripplanner.model.Agency
-
- setLang(String) - Method in class org.opentripplanner.model.FeedInfo
-
- setLanguage(String) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
optional string language = 2;
- setLanguageBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
optional string language = 2;
- setLastAlightedTimeSeconds(long) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setLastNextArrivalDelta(int) - Method in class org.opentripplanner.routing.core.StateEditor
-
The lastNextArrivalDelta is the amount of time between the arrival of the last trip
the planner used and the arrival of the trip after that.
- setLastPattern(TripPattern) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setLat(double) - Method in class org.opentripplanner.analyst.PointFeature
-
- setLat(double) - Method in class org.opentripplanner.geocoder.GeocoderResult
-
- setLat(double) - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- setLat(Double) - Method in class org.opentripplanner.geocoder.google.Location
-
- setLat(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- setLat(double) - Method in class org.opentripplanner.model.ShapePoint
-
- setLat(double) - Method in class org.opentripplanner.model.Stop
-
- setLatCol(int) - Method in class org.opentripplanner.analyst.batch.CSVPopulation
-
- setLatitude(float) - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float latitude = 1;
- setLatitude(String) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- setLength(int) - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
- setLevels(String) - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
- setLicensePlate(String) - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string license_plate = 3;
- setLicensePlateBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor.Builder
-
optional string license_plate = 3;
- setLine1(String) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- setLine2(String) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- setLng(double) - Method in class org.opentripplanner.geocoder.GeocoderResult
-
- setLng(double) - Method in class org.opentripplanner.geocoder.GeocoderStubImpl
-
- setLng(Double) - Method in class org.opentripplanner.geocoder.google.Location
-
- setLocale(String) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoder
-
- setLocation(Location) - Method in class org.opentripplanner.geocoder.google.Geometry
-
- setLocationType(int) - Method in class org.opentripplanner.model.Stop
-
- setLon(double) - Method in class org.opentripplanner.analyst.PointFeature
-
- setLon(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- setLon(double) - Method in class org.opentripplanner.model.ShapePoint
-
- setLon(double) - Method in class org.opentripplanner.model.Stop
-
- setLonCol(int) - Method in class org.opentripplanner.analyst.batch.CSVPopulation
-
- setLong(String, long) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- setLong_name(String) - Method in class org.opentripplanner.geocoder.google.AddressComponent
-
- setLongitude(float) - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
required float longitude = 2;
- setLongitude(String) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResult
-
- setLongMax(String, long) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- setLongName(String) - Method in class org.opentripplanner.model.Route
-
- setMainKey(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.JoinedFeatureConverter
-
The name of the attribute in the main feature source to use as the join key.
- setMaxPreTransitTime(int) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setMaxStopToShapeSnapDistance(double) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setMaxStopToShapeSnapDistance(double) - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
- setMaxTimeSec(long) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setMaxTransfers(int) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setMaxTransferWalkDistance(double) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setMaxWalkDistance(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setMaxWalkDistance(double) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setMessage(String) - Method in class org.opentripplanner.api.model.error.TransitError
-
- setMinTransferTime(int) - Method in class org.opentripplanner.model.Transfer
-
- setMissing(List<String>) - Method in class org.opentripplanner.api.model.error.PlannerError
-
- setMode(TraverseMode) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setMode(TraverseMode, boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setModes(List<RoutingRequest>) - Method in class org.opentripplanner.graph_builder.GraphBuilder
-
- setModes(TraverseModeSet) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setModes(String) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setMonday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setMonitoring(String, boolean) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- setMsg(Message) - Method in class org.opentripplanner.api.model.error.PlannerError
-
- setName(String) - Method in class org.opentripplanner.model.Agency
-
- setName(String) - Method in class org.opentripplanner.model.Stop
-
- setName(I18NString) - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- setName(I18NString) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setName(String) - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- setNameAttribute(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- setNameConverter(SimpleFeatureConverter<String>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
The name converter gets the street name from a feature.
- setNameField(String) - Method in class org.opentripplanner.geocoder.reverse.ShapefileBoundaryResolver
-
- setNamePrefix(String) - Method in class org.opentripplanner.updater.bike_rental.GenericKmlBikeRentalDataSource
-
- setNeighbours(List<Triangle>) - Method in class org.opensphere.geometry.triangulation.model.Triangle
-
Defines the neighbour triangles of the triangle.
- setNetworks(String) - Method in class org.opentripplanner.updater.bike_rental.GenericKmlBikeRentalDataSource
-
- setNominatimUrl(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- setNonTransitOptionsFromState(State) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setNoPath(boolean) - Method in class org.opentripplanner.api.model.error.PlannerError
-
- setNoteConverter(SimpleFeatureConverter<String>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- setNotes(SetMultimap<Edge, MatcherAndAlert>) - Method in class org.opentripplanner.routing.services.notes.DynamicStreetNotesSource
-
- setNoThruTraffic(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setNullIsTrue(boolean) - Method in class org.opentripplanner.graph_builder.module.shapefile.NullBooleanConverter
-
- setNumBoardings(int) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setNumItineraries(int) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setOccupancyStatus(GtfsRealtime.VehiclePosition.OccupancyStatus) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehiclePosition.OccupancyStatus occupancy_status = 9;
- setOdometer(double) - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional double odometer = 4;
- setOptimize(OptimizeType) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setOptions(RoutingRequest) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setOrdinate(int, int, double) - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- setOrdinate(int, int, double) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Double
-
- setOrdinate(int, int, double) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Float
-
- setOrdinate(int, int, double) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
Sets the ordinate of a coordinate in this sequence.
- setOrigin(double, double) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setOrigin(OtpsIndividual) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setOriginalEdges(Polygon) - Method in class org.opentripplanner.routing.edgetype.AreaEdgeList
-
- setOriginalEdges(Geometry) - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- setOriginId(String) - Method in class org.opentripplanner.model.FareRule
-
- setOrPermissions(boolean) - Method in class org.opentripplanner.graph_builder.module.shapefile.CompositeBooleanConverter
-
- setOrPermissions(boolean) - Method in class org.opentripplanner.graph_builder.module.shapefile.CompositeStreetTraversalPermissionConverter
-
- setOsm_type(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoderResult
-
- setOtherThanPreferredRoutesPenalty(int) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setOV(Vertex) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the origin vertex of the edge.
- setOverride(boolean) - Method in class org.opentripplanner.graph_builder.module.osm.SlopeOverridePicker
-
- setParentStation(String) - Method in class org.opentripplanner.model.Stop
-
- setParseNodes(boolean) - Method in class org.opentripplanner.openstreetmap.impl.BinaryOpenStreetMapParser
-
Should nodes be parsed
- setParseRelations(boolean) - Method in class org.opentripplanner.openstreetmap.impl.BinaryOpenStreetMapParser
-
Should relations be parsed
- setParseWays(boolean) - Method in class org.opentripplanner.openstreetmap.impl.BinaryOpenStreetMapParser
-
Should relations be parsed
- setPath(File) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setPath(File) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileFeatureSourceFactoryImpl
-
- setPath(File) - Method in class org.opentripplanner.model.GraphBundle
-
- setPath(File) - Method in class org.opentripplanner.openstreetmap.impl.AnyFileBasedOpenStreetMapProviderImpl
-
- setPath(File) - Method in class org.opentripplanner.openstreetmap.impl.BinaryFileBasedOpenStreetMapProviderImpl
-
- setPath(File) - Method in class org.opentripplanner.openstreetmap.impl.FileBasedOpenStreetMapProviderImpl
-
- setPath(File) - Method in class org.opentripplanner.openstreetmap.impl.StreamedFileBasedOpenStreetMapProviderImpl
-
- setPath(String) - Method in class org.opentripplanner.util.xml.XmlDataListDownloader
-
- setPathwayType(int) - Method in class org.opentripplanner.model.Pathway
-
- setPaymentMethod(int) - Method in class org.opentripplanner.model.FareAttribute
-
- setPermission(StreetTraversalPermission) - Method in class org.opentripplanner.graph_builder.module.osm.WayProperties
-
- setPermission(StreetTraversalPermission) - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- setPermission(StreetTraversalPermission) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setPermissionConverter(SimpleFeatureConverter<P2<StreetTraversalPermission>>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- setPermissions(Map<String, String>) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedTraversalPermissionConverter
-
The mapping from attribute values to permissions to use when determining a street's traversal
permission.
- setPhone(String) - Method in class org.opentripplanner.model.Agency
-
- setPickupType(int) - Method in class org.opentripplanner.model.StopTime
-
- setPlan(TripPlan) - Method in class org.opentripplanner.api.resource.Response
-
- setPlatformCode(String) - Method in class org.opentripplanner.model.Stop
-
- setPoints(String) - Method in class org.opentripplanner.util.model.EncodedPolylineBean
-
- setPosition(GtfsRealtime.Position) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- setPosition(GtfsRealtime.Position.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.Position position = 2;
- setPreferredAgencies(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setPreferredRoutes(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setPreTransitTime(int) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setPreviousStop(Stop) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setPreviousTrip(Trip) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setPrice(float) - Method in class org.opentripplanner.model.FareAttribute
-
- setProperties(WayProperties) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertyPicker
-
- setProperties(String, StreetTraversalPermission) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- setProperties(String, StreetTraversalPermission, double, double) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
Note that the safeties here will be adjusted such that the safest street
has a safety value of 1, with all others scaled proportionately.
- setProperties(String, StreetTraversalPermission, double, double, boolean) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- setProvider(OpenStreetMapProvider) - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
The source for OSM map data
- setProviders(List<OpenStreetMapProvider>) - Method in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
Multiple sources for OSM map data
- setPruningThresholdIslandWithoutStops(int) - Method in class org.opentripplanner.graph_builder.module.PruneFloatingIslands
-
- setPruningThresholdIslandWithStops(int) - Method in class org.opentripplanner.graph_builder.module.PruneFloatingIslands
-
- setPublisherName(String) - Method in class org.opentripplanner.model.FeedInfo
-
- setPublisherUrl(String) - Method in class org.opentripplanner.model.FeedInfo
-
- setRail(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setReadAttributes(boolean) - Method in class org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource
-
- setReadAttributes(boolean) - Method in class org.opentripplanner.util.xml.XmlDataListDownloader
-
- setRealTimeState(RealTimeState) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
- setRef(long) - Method in class org.opentripplanner.openstreetmap.model.OSMNodeRef
-
- setRef(long) - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- setRequestDropoff(FlexPatternHop.RequestStops) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- setRequestDropoff(int) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- setRequestPickup(FlexPatternHop.RequestStops) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- setRequestPickup(int) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- setResultLimit(Integer) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- setResults(Collection<GeocoderResult>) - Method in class org.opentripplanner.geocoder.GeocoderResults
-
- setResults(List<GoogleGeocoderResult>) - Method in class org.opentripplanner.geocoder.google.GoogleGeocoderResults
-
- setResults(List<YahooGeocoderResult>) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResultSet
-
- setResultSet(YahooGeocoderResultSet) - Method in class org.opentripplanner.geocoder.yahoo.YahooGeocoderResults
-
- setRetval(Object) - Method in class org.opentripplanner.scripting.api.OtpsEntryPoint
-
- setRole(String) - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- setRoundabout(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setRoute(Route) - Method in class org.opentripplanner.model.FareRule
-
- setRoute(Route) - Method in class org.opentripplanner.model.Trip
-
- setRoute(FeedScopedId) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setRoute(FeedScopedId) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setRouteBikesAllowed(int) - Method in class org.opentripplanner.model.Route
-
Deprecated.
- setRouteId(String) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string route_id = 2;
- setRouteId(String) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string route_id = 5;
- setRouteIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string route_id = 2;
- setRouteIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string route_id = 5;
- setRouteShortName(String) - Method in class org.opentripplanner.model.StopTime
-
- setRouteShortName(String) - Method in class org.opentripplanner.model.Trip
-
- setRouteType(int) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional int32 route_type = 3;
- setRoutingContext(Graph, Collection<Vertex>) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setRoutingContext(Graph) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setRoutingContext(Graph, Edge, Vertex, Vertex) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
For use in tests.
- setRoutingContext(Graph, Vertex, Vertex) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setRoutingContext(Graph, String, String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
For use in tests.
- sets() - Method in class org.opentripplanner.common.DisjointSet
-
- setSafety(Map<String, String>) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
- setSafetyAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBicycleSafetyFeatureConverter
-
- setSafetyAttributeName(String) - Method in class org.opentripplanner.graph_builder.module.shapefile.DirectSafetyReader
-
- setSafetyFeatures(P2<Double>) - Method in class org.opentripplanner.graph_builder.module.osm.WayProperties
-
- setSafetyMixin(boolean) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertyPicker
-
- setSaturday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setScheduleRelationship(GtfsRealtime.TripDescriptor.ScheduleRelationship) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional .transit_realtime.TripDescriptor.ScheduleRelationship schedule_relationship = 4;
- setScheduleRelationship(GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional .transit_realtime.TripUpdate.StopTimeUpdate.ScheduleRelationship schedule_relationship = 5 [default = SCHEDULED];
- setSchema(ShapefileStreetSchema) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetModule
-
- setSearchCutoffMinutes(int) - Method in class org.opentripplanner.analyst.batch.BatchProcessor
-
Cut off the search instead of building a full path tree.
- setSearchRadiusM(double) - Method in class org.opentripplanner.analyst.request.SampleFactory
-
- setSearchTerminationStrategy(SearchTerminationStrategy) - Method in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- setSeniorPrice(float) - Method in class org.opentripplanner.model.FareAttribute
-
- setSequence(int) - Method in class org.opentripplanner.model.ShapePoint
-
- setServiceArea(Geometry) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- setServiceAreaRadius(double) - Method in class org.opentripplanner.routing.edgetype.flex.FlexPatternHop
-
- setServiceCodes(Map<FeedScopedId, Integer>) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Find and cache service codes.
- setServiceCodes(Map<FeedScopedId, Integer>) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
A bit of a strange place to set service codes all at once when TripTimes are already added,
but we need a reference to the Graph or at least the codes map.
- setServiceDay(ServiceDay) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setServiceDayLookout(int) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setServiceId(FeedScopedId) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setServiceId(FeedScopedId) - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- setServiceId(FeedScopedId) - Method in class org.opentripplanner.model.Trip
-
- setServices(BitSet) - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- setShapeDistTraveled(double) - Method in class org.opentripplanner.model.StopTime
-
- setShapefile(String) - Method in class org.opentripplanner.geocoder.reverse.ShapefileBoundaryResolver
-
- setShapeId(FeedScopedId) - Method in class org.opentripplanner.model.ShapePoint
-
- setShapeId(FeedScopedId) - Method in class org.opentripplanner.model.Trip
-
- setShort_name(String) - Method in class org.opentripplanner.geocoder.google.AddressComponent
-
- setShortName(String) - Method in class org.opentripplanner.model.Route
-
- setShowHightlights(boolean) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setShowMultistateVertices(boolean) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setShowSPT(boolean) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setShowStreets(boolean) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setShowTransit(boolean) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setSkipEdgeStrategy(SkipEdgeStrategy) - Method in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- setSkipTraverseResultStrategy(SkipTraverseResultStrategy) - Method in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- setSlopeOverride(OSMSpecifier, boolean) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertySet
-
- setSlopeOverride(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setSlopeOverrideConverter(SimpleFeatureConverter<Boolean>) - Method in class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
The slope override converter returns true if the slope found from NED is should be ignored
(for instance, on bridges and tunnels)
- setSortOrder(int) - Method in class org.opentripplanner.model.Route
-
- setSpacesAvailable(int) - Method in class org.opentripplanner.routing.vertextype.BikeParkVertex
-
- setSpacesAvailable(int) - Method in class org.opentripplanner.routing.vertextype.BikeRentalStationVertex
-
- setSpecifier(OSMSpecifier) - Method in class org.opentripplanner.graph_builder.module.osm.SlopeOverridePicker
-
- setSpecifier(OSMSpecifier) - Method in class org.opentripplanner.graph_builder.module.osm.WayPropertyPicker
-
- setSpeed(float) - Method in class com.google.transit.realtime.GtfsRealtime.Position.Builder
-
optional float speed = 5;
- setSPT(ShortestPathTree) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setSPTFlattening(float) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setSPTThickness(float) - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setStairs(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setStart(long) - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange.Builder
-
optional uint64 start = 1;
- setStartDate(String) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_date = 3;
- setStartDate(ServiceDate) - Method in class org.opentripplanner.model.FeedInfo
-
- setStartDate(ServiceDate) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setStartDateBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_date = 3;
- setStartServiceArea(Area) - Method in class org.opentripplanner.model.StopTime
-
- setStartServiceAreaRadius(double) - Method in class org.opentripplanner.model.StopTime
-
- setStartTime(String) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_time = 2;
- setStartTime(int) - Method in class org.opentripplanner.model.Frequency
-
- setStartTimeBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string start_time = 2;
- setStartTimeSeconds(long) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setStop(Stop) - Method in class org.opentripplanner.model.StopTime
-
- setStop(FeedScopedId) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setStopContext(GtfsStopContext) - Method in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
- setStopHeadsign(String) - Method in class org.opentripplanner.model.StopTime
-
- setStopId(String) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string stop_id = 5;
- setStopId(String) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional string stop_id = 4;
- setStopId(String) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional string stop_id = 7;
- setStopIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional string stop_id = 5;
- setStopIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional string stop_id = 4;
- setStopIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional string stop_id = 7;
- setStopIndex(int) - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- setStopSequence(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.Builder
-
optional uint32 stop_sequence = 1;
- setStopSequence(int) - Method in class org.opentripplanner.model.StopTime
-
- setStopTimeUpdate(int, GtfsRealtime.TripUpdate.StopTimeUpdate) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- setStopTimeUpdate(int, GtfsRealtime.TripUpdate.StopTimeUpdate.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
repeated .transit_realtime.TripUpdate.StopTimeUpdate stop_time_update = 2;
- setStreetClass(int) - Method in class org.opentripplanner.routing.edgetype.NamedArea
-
- setStreetClass(int) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setStreetToStopTime(int) - Method in class org.opentripplanner.routing.vertextype.TransitStop
-
- setStyle(String, String, String) - Method in class org.opentripplanner.analyst.PointSet
-
- setSubway(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setSunday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setText(String) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
required string text = 1;
- setTextBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation.Builder
-
required string text = 1;
- setTextColor(String) - Method in class org.opentripplanner.model.Route
-
- setThresholdMinutes(int) - Method in class org.opentripplanner.analyst.batch.ThresholdAccumulator
-
- setThursday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setTime(long) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int64 time = 2;
- setTimePeriods(List<TimePeriod>) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setTimepoint(int) - Method in class org.opentripplanner.model.StopTime
-
- setTimeSeconds(long) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setTimestamp(long) - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader.Builder
-
optional uint64 timestamp = 3;
- setTimestamp(long) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional uint64 timestamp = 4;
- setTimestamp(long) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional uint64 timestamp = 5;
- setTimeZone(TimeZone) - Method in class org.opentripplanner.api.model.Leg
-
- setTimezone(String) - Method in class org.opentripplanner.model.Agency
-
- setTimezone(String) - Method in class org.opentripplanner.model.Stop
-
- setToRoute(Route) - Method in class org.opentripplanner.model.Transfer
-
- setToStop(Stop) - Method in class org.opentripplanner.model.Pathway
-
- setToStop(Stop) - Method in class org.opentripplanner.model.Transfer
-
- setToString(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setToTrip(Trip) - Method in class org.opentripplanner.model.Transfer
-
- setTram(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setTransferDuration(int) - Method in class org.opentripplanner.model.FareAttribute
-
- setTransfers(int) - Method in class org.opentripplanner.model.FareAttribute
-
- setTransfersTxtDefinesStationPaths(boolean) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setTransferType(int) - Method in class org.opentripplanner.model.Transfer
-
- setTransit(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setTranslation(int, GtfsRealtime.TranslatedString.Translation) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- setTranslation(int, GtfsRealtime.TranslatedString.Translation.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Builder
-
repeated .transit_realtime.TranslatedString.Translation translation = 1;
- setTraversalTime(int) - Method in class org.opentripplanner.model.Pathway
-
- setTraverseVisitor(TraverseVisitor) - Method in class org.opentripplanner.routing.algorithm.AStar
-
- setTriangleNormalized(double, double, double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
Sets the bicycle triangle routing parameters -- the relative importance of safety, flatness, and speed.
- setTriangles(List<Triangle>) - Method in class org.opensphere.geometry.triangulation.model.Edge
-
Defines the triangles in relationship with the edge.
- setTriangleSafetyFactor(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setTriangleSlopeFactor(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setTriangleTimeFactor(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setTrip(GtfsRealtime.TripDescriptor) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- setTrip(GtfsRealtime.TripDescriptor.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector.Builder
-
optional .transit_realtime.TripDescriptor trip = 4;
- setTrip(GtfsRealtime.TripDescriptor) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- setTrip(GtfsRealtime.TripDescriptor.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
required .transit_realtime.TripDescriptor trip = 1;
- setTrip(GtfsRealtime.TripDescriptor) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- setTrip(GtfsRealtime.TripDescriptor.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.TripDescriptor trip = 1;
- setTrip(Trip) - Method in class org.opentripplanner.model.Frequency
-
- setTrip(Trip) - Method in class org.opentripplanner.model.StopTime
-
- setTrip(FeedScopedId) - Method in class org.opentripplanner.routing.alertpatch.AlertPatch
-
- setTripBikesAllowed(int) - Method in class org.opentripplanner.model.Trip
-
Deprecated.
- setTripHeadsign(String) - Method in class org.opentripplanner.model.Trip
-
- setTripId(String) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string trip_id = 1;
- setTripId(FeedScopedId) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setTripIdBytes(ByteString) - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor.Builder
-
optional string trip_id = 1;
- setTripShortName(String) - Method in class org.opentripplanner.model.Trip
-
- setTripTimes(TripTimes) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setTripTimes(int, TripTimes) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Set new trip times for trip given a trip index
- setTripUpdate(GtfsRealtime.TripUpdate) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- setTripUpdate(GtfsRealtime.TripUpdate.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.TripUpdate trip_update = 3;
- setTuesday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setType(String) - Method in class org.opentripplanner.analyst.scenario.Modification
-
Do nothing
- setType(int) - Method in class org.opentripplanner.model.Route
-
- setType(String) - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- setTypes(List<String>) - Method in class org.opentripplanner.geocoder.google.AddressComponent
-
- setUncertainty(int) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent.Builder
-
optional int32 uncertainty = 3;
- setUnityMinutes(double) - Method in class org.opentripplanner.analyst.batch.RasterPopulation
-
- setUnpreferredAgencies(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setUnpreferredRoutes(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setup() - Method in class org.opentripplanner.analyst.batch.BasicPopulation
-
- setup() - Method in interface org.opentripplanner.analyst.batch.Population
-
Prepare the population for use.
- setup(Graph) - Method in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- setup(Graph) - Method in class org.opentripplanner.updater.bike_park.BikeParkUpdater
-
- setup(Graph) - Method in class org.opentripplanner.updater.bike_rental.BikeRentalUpdater
-
- setup(Graph) - Method in class org.opentripplanner.updater.example.ExampleGraphUpdater
-
- setup(Graph) - Method in class org.opentripplanner.updater.example.ExamplePollingGraphUpdater
-
- setup(Graph) - Method in interface org.opentripplanner.updater.GraphUpdater
-
Here the updater can be initialized.
- setup(Graph) - Method in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater
-
- setup(Graph) - Method in class org.opentripplanner.updater.stoptime.WebsocketGtfsRealtimeUpdater
-
- setup(Graph) - Method in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
Setup the WFS data source and add the DynamicStreetNotesSource to the graph
- setup() - Method in class org.opentripplanner.visualizer.ShowGraph
-
- setupDepartOnBoard(RoutingContext) - Method in class org.opentripplanner.routing.impl.OnBoardDepartServiceImpl
-
- setupDepartOnBoard(RoutingContext) - Method in interface org.opentripplanner.routing.services.OnBoardDepartService
-
- setupGraph(Graph, JsonNode) - Static method in class org.opentripplanner.updater.GraphUpdaterConfigurator
-
- setUrl(GtfsRealtime.TranslatedString) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- setUrl(GtfsRealtime.TranslatedString.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.Alert.Builder
-
optional .transit_realtime.TranslatedString url = 8;
- setUrl(URL) - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- setUrl(URL) - Method in class org.opentripplanner.graph_builder.module.DownloadableGtfsInputSource
-
- setUrl(String) - Method in class org.opentripplanner.model.Agency
-
- setUrl(String) - Method in class org.opentripplanner.model.Route
-
- setUrl(String) - Method in class org.opentripplanner.model.Stop
-
- setUrl(String) - Method in class org.opentripplanner.updater.bike_park.KmlBikeParkDataSource
-
- setUrl(String) - Method in class org.opentripplanner.updater.bike_rental.BicimadBikeRentalDataSource
-
- setUrl(String) - Method in class org.opentripplanner.updater.bike_rental.CityBikesBikeRentalDataSource
-
- setUrl(String) - Method in class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
- setUrl(String) - Method in class org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource
-
- setUrl(String) - Method in class org.opentripplanner.updater.bike_rental.ShareBikeRentalDataSource
-
- setUseFlexService(boolean) - Method in class org.opentripplanner.routing.graph.Graph
-
- setV(String) - Method in class org.opentripplanner.openstreetmap.model.OSMTag
-
- setValue(Object) - Method in class org.opentripplanner.graph_builder.module.osm.CreativeNamerEditor
-
- setValue(Object) - Method in class org.opentripplanner.graph_builder.module.osm.NotePropertiesEditor
-
- setValue(Object) - Method in class org.opentripplanner.graph_builder.module.osm.SafetyFeaturesEditor
-
- setValues(Map<String, Boolean>) - Method in class org.opentripplanner.graph_builder.module.shapefile.CaseBasedBooleanConverter
-
- setVehicle(GtfsRealtime.VehiclePosition) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- setVehicle(GtfsRealtime.VehiclePosition.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity.Builder
-
optional .transit_realtime.VehiclePosition vehicle = 4;
- setVehicle(GtfsRealtime.VehicleDescriptor) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- setVehicle(GtfsRealtime.VehicleDescriptor.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 3;
- setVehicle(GtfsRealtime.VehicleDescriptor) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- setVehicle(GtfsRealtime.VehicleDescriptor.Builder) - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition.Builder
-
optional .transit_realtime.VehicleDescriptor vehicle = 8;
- setVehicleType(int) - Method in class org.opentripplanner.model.Stop
-
- setVersion(String) - Method in class org.opentripplanner.model.FeedInfo
-
- setViewBox(String) - Method in class org.opentripplanner.geocoder.nominatim.NominatimGeocoder
-
- setWaitAtBeginningFactor(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWaitReluctance(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWalk(boolean) - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- setWalkBoardCost(int) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWalkDistance(double) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setWalkReluctance(double) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWalkSpeedMs(double) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setWednesday(int) - Method in class org.opentripplanner.model.ServiceCalendar
-
- setWheelchairAccessible(int) - Method in class org.opentripplanner.model.Trip
-
- setWheelchairAccessible(boolean) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWheelchairAccessible(boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- setWheelchairAccessible(boolean) - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- setWheelchairAccessible(boolean) - Method in class org.opentripplanner.routing.location.StreetLocation
-
- setWheelchairAccessible(boolean) - Method in class org.opentripplanner.routing.vertextype.TemporarySplitterVertex
-
- setWheelchairAccessible(boolean) - Method in class org.opentripplanner.scripting.api.OtpsRoutingRequest
-
- setWheelchairBoarding(int) - Method in class org.opentripplanner.model.Stop
-
- setWheelchairTraversalTime(int) - Method in class org.opentripplanner.model.Pathway
-
- setWhiteListedAgencies(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWhiteListedRoutes(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- setWkt(String) - Method in class org.opentripplanner.model.FlexArea
-
- setX(int, double) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
Sets the first ordinate of a coordinate in this sequence.
- setY(int, double) - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
Sets the second ordinate of a coordinate in this sequence.
- setYouthPrice(float) - Method in class org.opentripplanner.model.FareAttribute
-
- setZ(TZ) - Method in interface org.opentripplanner.common.geometry.ZSampleGrid.ZSamplePoint
-
- setZone(String) - Method in class org.opentripplanner.routing.core.StateEditor
-
- setZoneId(String) - Method in class org.opentripplanner.model.Stop
-
- SEVERE_CONGESTION_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
SEVERE_CONGESTION = 4;
- SFBayFareServiceFactory - Class in org.opentripplanner.routing.impl
-
- SFBayFareServiceFactory() - Constructor for class org.opentripplanner.routing.impl.SFBayFareServiceFactory
-
- SFBayFareServiceImpl - Class in org.opentripplanner.routing.impl
-
- SFBayFareServiceImpl(Collection<FareRuleSet>) - Constructor for class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- SFMTA_BART_FREE_TRANSFER_STOP - Static variable in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- SFMTA_BART_TRANSFER_FARE - Static variable in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- SFMTA_BART_TRANSFER_STOPS - Static variable in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- SFMTA_BASE_FARE - Static variable in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- SFMTA_TRANSFER_DURATION - Static variable in class org.opentripplanner.routing.impl.SFBayFareServiceImpl
-
- ShapefileBoundaryResolver - Class in org.opentripplanner.geocoder.reverse
-
- ShapefileBoundaryResolver() - Constructor for class org.opentripplanner.geocoder.reverse.ShapefileBoundaryResolver
-
- ShapefileFeatureSourceFactoryImpl - Class in org.opentripplanner.graph_builder.module.shapefile
-
- ShapefileFeatureSourceFactoryImpl() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.ShapefileFeatureSourceFactoryImpl
-
- ShapefileFeatureSourceFactoryImpl(File) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.ShapefileFeatureSourceFactoryImpl
-
- ShapefilePopulation - Class in org.opentripplanner.analyst.batch
-
- ShapefilePopulation() - Constructor for class org.opentripplanner.analyst.batch.ShapefilePopulation
-
- ShapefileStreetModule - Class in org.opentripplanner.graph_builder.module.shapefile
-
Loads a shapefile into an edge-based graph.
- ShapefileStreetModule() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetModule
-
- ShapefileStreetSchema - Class in org.opentripplanner.graph_builder.module.shapefile
-
- ShapefileStreetSchema() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.ShapefileStreetSchema
-
- shapeId - Variable in class org.opentripplanner.index.model.TripShort
-
- ShapePoint - Class in org.opentripplanner.model
-
- ShapePoint() - Constructor for class org.opentripplanner.model.ShapePoint
-
- ShapeStroke - Class in com.jhlabs.awt
-
Stroke that draw a shape.
- ShapeStroke(Shape, float, float, float) - Constructor for class com.jhlabs.awt.ShapeStroke
-
- ShareBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
- ShareBikeRentalDataSource() - Constructor for class org.opentripplanner.updater.bike_rental.ShareBikeRentalDataSource
-
- shareData(StreetEdge) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- SharpCutoff() - Constructor for class org.opentripplanner.analyst.core.WeightingFunction.SharpCutoff
-
- shedCalcMethodSwitchTimeInSec - Variable in class org.opentripplanner.api.resource.SIsochrone
-
To decide between edge-based or point-based calculation of sheds, i.e.
- shift(int) - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- shift(int) - Method in class org.opentripplanner.profile.TimeRange
-
Return a copy of this TimeRange that is translated forward in time by t seconds.
- SHIFT_DROPOFF - Static variable in class org.opentripplanner.routing.edgetype.TripPattern
-
- SHIFT_PICKUP - Static variable in class org.opentripplanner.routing.edgetype.TripPattern
-
- shortenEnd(RoutingRequest, State, TemporaryPartialPatternHop, PatternStopVertex, Stop) - Method in class org.opentripplanner.routing.flex.DeviatedRouteGraphModifier
-
- shortenEnd(RoutingRequest, State, TemporaryPartialPatternHop, PatternStopVertex, Stop) - Method in class org.opentripplanner.routing.flex.FlagStopGraphModifier
-
- shortenEnd(RoutingRequest, State, TemporaryPartialPatternHop, PatternStopVertex, Stop) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
From an existing TemporaryPartialPatternHop which has a new "from" location, create a new
TemporaryPartialPatternHop with the same "from" location and a new "to" location.
- ShortestPathTree - Class in org.opentripplanner.routing.spt
-
This class keeps track which graph vertices have been visited and their associated states,
so that decisions can be made about whether new states should be enqueued for later exploration.
- ShortestPathTree(RoutingRequest, DominanceFunction) - Constructor for class org.opentripplanner.routing.spt.ShortestPathTree
-
- shortLengths - Variable in class org.opensphere.geometry.algorithm.ConcaveHull
-
- shortName - Variable in class org.opentripplanner.index.model.RouteShort
-
- shortName - Variable in class org.opentripplanner.openstreetmap.model.OSMLevel
-
- shouldSearchTerminate(Vertex, Vertex, State, ShortestPathTree, RoutingRequest) - Method in class org.opentripplanner.routing.algorithm.strategies.MultiTargetTerminationStrategy
-
Updates the list of reached targets and returns True if all the
targets have been reached.
- shouldSearchTerminate(Vertex, Vertex, State, ShortestPathTree, RoutingRequest) - Method in interface org.opentripplanner.routing.algorithm.strategies.SearchTerminationStrategy
-
- shouldSkipEdge(Vertex, Vertex, State, Edge, ShortestPathTree, RoutingRequest) - Method in interface org.opentripplanner.routing.algorithm.strategies.SkipEdgeStrategy
-
- shouldSkipTraversalResult(Vertex, Vertex, State, State, ShortestPathTree, RoutingRequest) - Method in interface org.opentripplanner.routing.algorithm.strategies.SkipTraverseResultStrategy
-
- ShowGraph - Class in org.opentripplanner.visualizer
-
Processing applet to show a map of the graph.
- ShowGraph(VertexSelectionListener, Graph) - Constructor for class org.opentripplanner.visualizer.ShowGraph
-
- showIntermediateStops - Variable in class org.opentripplanner.api.common.RoutingResource
-
Whether intermediate stops -- those that the itinerary passes in a vehicle, but
does not board or alight at -- should be returned in the response.
- showIntermediateStops - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
Whether the planner should return intermediate stops lists for transit legs.
- shutdown() - Method in class org.opentripplanner.standalone.Router
-
Shut down this router when evicted or (auto-)reloaded.
- shutdownGraph(Graph) - Static method in class org.opentripplanner.updater.GraphUpdaterConfigurator
-
- SIGNIFICANT_DELAYS_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
SIGNIFICANT_DELAYS = 3;
- SIMPLE_TIME_FORMAT - Static variable in interface org.opentripplanner.util.DateConstants
-
- SimpleEdge - Class in org.opentripplanner.routing.edgetype
-
Appears to be used only in tests.
- SimpleEdge(Vertex, Vertex, double, int) - Constructor for class org.opentripplanner.routing.edgetype.SimpleEdge
-
- SimpleFeatureConverter<T> - Interface in org.opentripplanner.graph_builder.services.shapefile
-
Interface for converters from an opengis @{link org.opengis.feature.simple.SimpleFeature}
to an object of type T
- SimpleIntersectionTraversalCostModel - Class in org.opentripplanner.routing.core
-
- SimpleIntersectionTraversalCostModel() - Constructor for class org.opentripplanner.routing.core.SimpleIntersectionTraversalCostModel
-
- SimpleIsochrone - Class in org.opentripplanner.api.resource
-
This class provides a vector isochrone generator for places without good OSM street connectivity,
or for graphs that are too large-scale to bother with modeling streets (e.g.
- SimpleIsochrone() - Constructor for class org.opentripplanner.api.resource.SimpleIsochrone
-
- SimpleIsochrone.MinMap<K,V extends Comparable<V>> - Class in org.opentripplanner.api.resource
-
A HashMap that has been extended to track the greatest or smallest value for each key.
- simpleSPT - Variable in class org.opentripplanner.visualizer.ShowGraph
-
- SimpleStreetSplitter - Class in org.opentripplanner.graph_builder.linking
-
This class links transit stops to streets by splitting the streets (unless the stop is extremely close to the street
intersection).
- SimpleStreetSplitter(Graph, HashGridSpatialIndex<Edge>, SpatialIndex, boolean) - Constructor for class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter
-
Construct a new SimpleStreetSplitter.
- SimpleStreetSplitter(Graph) - Constructor for class org.opentripplanner.graph_builder.linking.SimpleStreetSplitter
-
Construct a new SimpleStreetSplitter.
- SimpleTransfer - Class in org.opentripplanner.routing.edgetype
-
Represents a transfer between stops that does not take the street network into account.
- SimpleTransfer(TransitStop, TransitStop, double, LineString, List<Edge>) - Constructor for class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- SimpleTransfer(TransitStop, TransitStop, double, LineString) - Constructor for class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- simpTimeSDF - Static variable in interface org.opentripplanner.util.DateConstants
-
- single - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
was this a single-point request
- SingleProfileStateStore - Class in org.opentripplanner.profile
-
A ProfileStateStore that stores a single state at each vertex, merging together all nondominated states.
- SingleProfileStateStore() - Constructor for class org.opentripplanner.profile.SingleProfileStateStore
-
- SingleProfileStateStore(SingleProfileStateStore) - Constructor for class org.opentripplanner.profile.SingleProfileStateStore
-
initialize a single profile state store for a new round based on the minimum upper bounds from a previous round.
- SIsochrone - Class in org.opentripplanner.api.resource
-
This is the original Isochrone class provided by Stefan Steineger.
- SIsochrone() - Constructor for class org.opentripplanner.api.resource.SIsochrone
-
- size() - Method in class org.opentripplanner.analyst.batch.BasicPopulation
-
- size() - Method in interface org.opentripplanner.analyst.batch.Population
-
- size() - Method in class org.opentripplanner.analyst.broker.WorkerCatalog
-
- size - Variable in class org.opentripplanner.analyst.request.TileCache
-
- size() - Method in class org.opentripplanner.analyst.TimeSurface
-
- size() - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- size(int) - Method in class org.opentripplanner.common.DisjointSet
-
- size() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Double
-
- size() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence.Float
-
- size() - Method in class org.opentripplanner.common.geometry.SparseMatrix
-
- size() - Method in class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- size() - Method in interface org.opentripplanner.common.geometry.ZSampleGrid
-
- size() - Method in class org.opentripplanner.common.pqueue.BinHeap
-
- size - Variable in class org.opentripplanner.model.StopPattern
-
- size - Variable in class org.opentripplanner.model.StopPatternFlexFields
-
- size() - Method in class org.opentripplanner.profile.MultiProfileStateStore
-
- size() - Method in interface org.opentripplanner.profile.ProfileStateStore
-
the number of profile states stored
- size() - Method in class org.opentripplanner.profile.SingleProfileStateStore
-
- size() - Method in class org.opentripplanner.routing.util.NullExtraEdges
-
- size() - Method in class org.opentripplanner.updater.GraphUpdaterManager
-
- size() - Method in class org.opentripplanner.util.JoinedList
-
- size() - Method in class org.opentripplanner.visibility.LineSegment
-
- skipEdgeStrategy - Variable in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- SkipEdgeStrategy - Interface in org.opentripplanner.routing.algorithm.strategies
-
Strategy interface to provide additional logic to decide if a given edge should not be considered
for traversal.
- skipHeaders - Variable in class org.opentripplanner.analyst.batch.CSVPopulation
-
- SKIPPED_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate.ScheduleRelationship
-
SKIPPED = 1;
- SkipStop - Class in org.opentripplanner.analyst.scenario
-
Skip stops and associated dwell times.
- SkipStop() - Constructor for class org.opentripplanner.analyst.scenario.SkipStop
-
- skipTraverseResultStrategy - Variable in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- SkipTraverseResultStrategy - Interface in org.opentripplanner.routing.algorithm.strategies
-
Strategy interface to provide additional logic to decide if a given traverse result should not be
considered further.
- skipVisibility - Variable in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
- SLACK - Static variable in class org.opentripplanner.profile.AnalystProfileRouterPrototype
-
- SLACK - Static variable in class org.opentripplanner.profile.ProfileRouter
-
- slice(List<String>) - Method in class org.opentripplanner.analyst.PointSet
-
Get a subset of this point set containing only the specified point IDs.
- slice(int, int) - Method in class org.opentripplanner.analyst.PointSet
-
- SlippyTile - Class in org.opentripplanner.analyst.core
-
- SlippyTile() - Constructor for class org.opentripplanner.analyst.core.SlippyTile
-
- SlopeCosts - Class in org.opentripplanner.routing.util
-
- SlopeOverridePicker - Class in org.opentripplanner.graph_builder.module.osm
-
- SlopeOverridePicker() - Constructor for class org.opentripplanner.graph_builder.module.osm.SlopeOverridePicker
-
- SlopeOverridePicker(OSMSpecifier, boolean) - Constructor for class org.opentripplanner.graph_builder.module.osm.SlopeOverridePicker
-
- slopeRestrictionRemoved - Variable in class org.opentripplanner.routing.core.RoutingContext
-
Indicates that a maximum slope constraint was specified but was removed during routing to produce a result.
- slopeSafetyCost - Variable in class org.opentripplanner.routing.util.SlopeCosts
-
- slopeSpeedCoefficient(double, double) - Static method in class org.opentripplanner.routing.util.ElevationUtils
-
- slopeSpeedFactor - Variable in class org.opentripplanner.routing.util.SlopeCosts
-
- slopeWorkFactor - Variable in class org.opentripplanner.routing.util.SlopeCosts
-
- SMALL_DF_LIST - Static variable in interface org.opentripplanner.util.DateConstants
-
- SmooveBikeRentalDataSource - Class in org.opentripplanner.updater.bike_rental
-
Implementation of a BikeRentalDataSource for the Smoove GIR SabiWeb used in Helsinki.
- SmooveBikeRentalDataSource() - Constructor for class org.opentripplanner.updater.bike_rental.SmooveBikeRentalDataSource
-
- snap_to_boundary_of(VLPolygon, double) - Method in class org.opentripplanner.visibility.VLPoint
-
- snap_to_boundary_of(Environment, double) - Method in class org.opentripplanner.visibility.VLPoint
-
- snap_to_vertices_of(VLPolygon, double) - Method in class org.opentripplanner.visibility.VLPoint
-
- snap_to_vertices_of(Environment, double) - Method in class org.opentripplanner.visibility.VLPoint
-
- softPreTransitLimiting - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
- softWalkLimiting - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
- softWalkOverageRate - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
- softWalkPenalty - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
- SortedTimetableComparator() - Constructor for class org.opentripplanner.routing.edgetype.TimetableSnapshot.SortedTimetableComparator
-
- source - Variable in class org.opentripplanner.openstreetmap.model.OSMLevel
-
- sourceFilename - Variable in class org.opentripplanner.analyst.batch.BasicPopulation
-
- spacesAvailable - Variable in class org.opentripplanner.routing.bike_park.BikePark
-
- spacesAvailable - Variable in class org.opentripplanner.routing.bike_rental.BikeRentalStation
-
- SparseMatrix<T> - Class in org.opentripplanner.common.geometry
-
A fast sparse 2D matrix holding elements of type T.
- SparseMatrix(int, int) - Constructor for class org.opentripplanner.common.geometry.SparseMatrix
-
- SparseMatrix.SparseMatrixChunk - Class in org.opentripplanner.common.geometry
-
A public representation of the internal structure of the sparse matrix, i.e.
- SparseMatrixZSampleGrid<TZ> - Class in org.opentripplanner.common.geometry
-
A generic indexed grid of Z samples.
- SparseMatrixZSampleGrid(int, int, double, double, Coordinate) - Constructor for class org.opentripplanner.common.geometry.SparseMatrixZSampleGrid
-
- SpecificTransfer - Class in org.opentripplanner.routing.core
-
SpecificTransfer class used by Transfer.
- SpecificTransfer(FeedScopedId, FeedScopedId, FeedScopedId, FeedScopedId, int) - Constructor for class org.opentripplanner.routing.core.SpecificTransfer
-
- SpecificTransfer(Route, Route, Trip, Trip, int) - Constructor for class org.opentripplanner.routing.core.SpecificTransfer
-
- specifier - Variable in class org.opentripplanner.graph_builder.module.osm.CreativeNamerPicker
-
- specifier - Variable in class org.opentripplanner.graph_builder.module.osm.NotePicker
-
- specifier - Variable in class org.opentripplanner.graph_builder.module.osm.SpeedPicker
-
- speed - Variable in class org.opentripplanner.graph_builder.module.osm.SpeedPicker
-
- SPEED_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.Position
-
- SpeedPicker - Class in org.opentripplanner.graph_builder.module.osm
-
Choose a speed that should be applied to a given segment
- SpeedPicker() - Constructor for class org.opentripplanner.graph_builder.module.osm.SpeedPicker
-
- SphericalDistanceLibrary - Class in org.opentripplanner.common.geometry
-
- SphericalDistanceLibrary() - Constructor for class org.opentripplanner.common.geometry.SphericalDistanceLibrary
-
- split(SplitterVertex, boolean) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
Split this street edge and return the resulting street edges
- spliterator() - Method in class org.opentripplanner.analyst.broker.CircularList
-
- splitGeometryAtFraction(Geometry, double) - Static method in class org.opentripplanner.common.geometry.GeometryUtils
-
Splits the input geometry into two LineStrings at a fraction of the distance covered.
- splitGeometryAtPoint(Geometry, Coordinate) - Static method in class org.opentripplanner.common.geometry.GeometryUtils
-
Splits the input geometry into two LineStrings at the given point.
- splitQuery(URL) - Static method in class org.opentripplanner.updater.bike_rental.ShareBikeRentalDataSource
-
- SplitterVertex - Class in org.opentripplanner.routing.vertextype
-
A vertex representing a place along a street between two intersections that is not derived from an OSM node,
but is instead the result of breaking that street segment into two pieces in order to connect it to
a transit stop.
- SplitterVertex(Graph, String, double, double, StreetEdge) - Constructor for class org.opentripplanner.routing.vertextype.SplitterVertex
-
- spread - Variable in class org.opentripplanner.analyst.cluster.ResultEnvelope
-
The spread of results (future use).
- SPTRequest - Class in org.opentripplanner.analyst.request
-
- SPTRequest(double, double, GregorianCalendar) - Constructor for class org.opentripplanner.analyst.request.SPTRequest
-
- SPTRequest(double, double, long) - Constructor for class org.opentripplanner.analyst.request.SPTRequest
-
- SPTWalker - Class in org.opentripplanner.routing.spt
-
Walk over a SPT tree to geometrically visit all nodes and edge geometry.
- SPTWalker(ShortestPathTree) - Constructor for class org.opentripplanner.routing.spt.SPTWalker
-
- SPTWalker.SPTVisitor - Interface in org.opentripplanner.routing.spt
-
- st0 - Variable in class org.opentripplanner.graph_builder.annotation.NegativeHopTime
-
- st1 - Variable in class org.opentripplanner.graph_builder.annotation.NegativeHopTime
-
- stairsReluctance - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
Used instead of walk reluctance for stairs
- standardDateSDF - Static variable in interface org.opentripplanner.util.DateConstants
-
- STANDING_ROOM_ONLY_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.OccupancyStatus
-
STANDING_ROOM_ONLY = 3;
- START_DATE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- START_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- START_TIME_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- startedCalculating() - Method in class org.opentripplanner.api.resource.DebugOutput
-
Record the time when we first began calculating a path for this request
(before any heuristic pre-calculation).
- startHop(FlexPatternHop, PatternArriveVertex, Stop) - Static method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- startingStop - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- startingTransitStopId - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
A transit stop that this trip must start from
- startingTransitTripId - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
A trip where this trip must start from (depart-onboard routing)
- startSearch(RoutingRequest, SearchTerminationStrategy, long) - Method in class org.opentripplanner.routing.algorithm.AStar
-
set up a single-origin search
- startTime - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern.PatternTimetable
-
start time (seconds since GTFS midnight)
- startTime - Variable in class org.opentripplanner.api.model.Itinerary
-
Time that the trip departs.
- startTime - Variable in class org.opentripplanner.api.model.Leg
-
The date and time this leg begins.
- startTime - Variable in class org.opentripplanner.profile.Segment
-
- startTime - Variable in class org.opentripplanner.routing.alertpatch.TimePeriod
-
- startTime - Variable in class org.opentripplanner.routing.core.StateData
-
- startTime - Variable in class org.opentripplanner.routing.trippattern.FrequencyEntry
-
- startTransitStopId - Variable in class org.opentripplanner.api.common.RoutingResource
-
A transit stop required to be the first stop in the search (AgencyId_StopId)
- startTransitTripId - Variable in class org.opentripplanner.api.common.RoutingResource
-
A transit trip acting as a starting "state" for depart-onboard routing (AgencyId_TripId)
- startup() - Method in class org.opentripplanner.routing.impl.GraphScanner
-
Based on the autoRegister list, automatically register all routerIds for which we can find a
graph file in a subdirectory of the resourceBase path.
- startup(JsonNode) - Method in class org.opentripplanner.standalone.Router
-
Start up a new router once it has been created.
- startUpdaters() - Method in class org.opentripplanner.updater.GraphUpdaterManager
-
This should be called only once at startup to kick off every updater in its own thread, and only after all
the updaters have had their setup methods called.
- state - Variable in class org.opentripplanner.profile.StopAtDistance
-
- State - Class in org.opentripplanner.routing.core
-
- State(RoutingRequest) - Constructor for class org.opentripplanner.routing.core.State
-
Create an initial state representing the beginning of a search for the given routing context.
- State(Vertex, RoutingRequest) - Constructor for class org.opentripplanner.routing.core.State
-
Create an initial state, forcing vertex to the specified value.
- State(Vertex, long, RoutingRequest) - Constructor for class org.opentripplanner.routing.core.State
-
Create an initial state, forcing vertex and time to the specified values.
- State(Vertex, Edge, long, RoutingRequest) - Constructor for class org.opentripplanner.routing.core.State
-
Create an initial state, forcing vertex, back edge and time to the specified values.
- State(Vertex, Edge, long, long, RoutingRequest) - Constructor for class org.opentripplanner.routing.core.State
-
Create an initial state, forcing vertex, back edge, time and start time to the specified values.
- stateData - Variable in class org.opentripplanner.routing.core.State
-
- StateData - Class in org.opentripplanner.routing.core
-
StateData contains the components of search state that are unlikely to be changed as often as
time or weight.
- StateData(RoutingRequest) - Constructor for class org.opentripplanner.routing.core.StateData
-
- StateEditor - Class in org.opentripplanner.routing.core
-
This class is a wrapper around a new State that provides it with setter and increment methods,
allowing it to be modified before being put to use.
- StateEditor() - Constructor for class org.opentripplanner.routing.core.StateEditor
-
- StateEditor(RoutingRequest, Vertex) - Constructor for class org.opentripplanner.routing.core.StateEditor
-
- StateEditor(State, Edge) - Constructor for class org.opentripplanner.routing.core.StateEditor
-
- StateFactory - Interface in org.opentripplanner.routing.core
-
Factory interface for creating initial
State
objects.
- states - Variable in class org.opentripplanner.routing.spt.GraphPath
-
- staticBikeParkAndRide - Variable in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
Whether we should create bike P+R stations from OSM data.
- staticBikeParkAndRide - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Whether we should create bike P+R stations from OSM data.
- staticBikeRental - Variable in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
Whether bike rental stations should be loaded from OSM, rather than periodically dynamically pulled from APIs.
- staticBikeRental - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Whether bike rental stations should be loaded from OSM, rather than periodically dynamically pulled from APIs.
- staticParkAndRide - Variable in class org.opentripplanner.graph_builder.module.osm.OpenStreetMapModule
-
Whether we should create car P+R stations from OSM data.
- staticParkAndRide - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Whether we should create car P+R stations from OSM data.
- StaticStreetNotesSource - Class in org.opentripplanner.routing.services.notes
-
A notes source of static notes, usually created at graph building stage and not modified
thereafter.
- StationEdge - Interface in org.opentripplanner.routing.edgetype
-
Marker interface for edges within transit stations.
- stations - Variable in class org.opentripplanner.api.resource.BikeRentalStationList
-
- StationStopEdge - Class in org.opentripplanner.routing.edgetype
-
An edge that connects a parent station to a constituent stop.
- StationStopEdge(TransitStation, TransitStop) - Constructor for class org.opentripplanner.routing.edgetype.StationStopEdge
-
- StationStopEdge(TransitStop, TransitStation) - Constructor for class org.opentripplanner.routing.edgetype.StationStopEdge
-
- stationStopNodes - Variable in class org.opentripplanner.routing.edgetype.factory.GtfsStopContext
-
- stationTransfers - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Create direct transfers between the constituent stops of each parent station.
- stats - Variable in class org.opentripplanner.profile.Option
-
- status - Variable in class org.opentripplanner.api.model.alertpatch.AlertPatchCreationResponse
-
- stayOn - Variable in class org.opentripplanner.api.model.WalkStep
-
Indicates whether or not a street changes direction at an intersection.
- stayOn - Variable in class org.opentripplanner.profile.StreetEdgeInfo
-
- stepMinutes - Variable in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
- stop - Variable in class org.opentripplanner.analyst.scenario.TransferRule
-
Stop label; if null will be applied to all stops.
- stop - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, intermediate stops between the Place where the leg originates and the Place where the leg ends.
- Stop - Class in org.opentripplanner.model
-
- Stop() - Constructor for class org.opentripplanner.model.Stop
-
- Stop(Stop) - Constructor for class org.opentripplanner.model.Stop
-
- stop - Variable in class org.opentripplanner.profile.ProfileState
-
the location of this state
- stop - Variable in class org.opentripplanner.routing.graph.GraphIndex.StopAndDistance
-
- stop - Variable in class org.opentripplanner.routing.transit_index.RouteSegment
-
- stop() - Method in class org.opentripplanner.updater.GraphUpdaterManager
-
- STOP_AND_GO_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.CongestionLevel
-
STOP_AND_GO = 2;
- STOP_ID_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- STOP_ID_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- STOP_ID_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- STOP_LOCATION_TYPE - Static variable in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
- STOP_MOVED_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Effect
-
STOP_MOVED = 9;
- STOP_SEQUENCE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- STOP_TIME_UPDATE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- StopAdapter - Class in org.opentripplanner.api.adapters
-
- StopAdapter() - Constructor for class org.opentripplanner.api.adapters.StopAdapter
-
- StopAgencyAndIdAdapter - Class in org.opentripplanner.api.adapters
-
- StopAgencyAndIdAdapter() - Constructor for class org.opentripplanner.api.adapters.StopAgencyAndIdAdapter
-
- StopAgencyAndIdArrayListAdapter - Class in org.opentripplanner.api.adapters
-
- StopAgencyAndIdArrayListAdapter() - Constructor for class org.opentripplanner.api.adapters.StopAgencyAndIdArrayListAdapter
-
- StopAndDistance(Stop, int) - Constructor for class org.opentripplanner.routing.graph.GraphIndex.StopAndDistance
-
- stopArriveNodes - Variable in class org.opentripplanner.routing.edgetype.factory.GtfsStopContext
-
- StopAtDistance(TransitStop, double) - Constructor for class org.opentripplanner.graph_builder.module.NearbyStopFinder.StopAtDistance
-
- StopAtDistance - Class in org.opentripplanner.profile
-
A stop cluster associated with its elapsed time from a search location and the path for reaching it.
- StopAtDistance(State, QualifiedMode) - Constructor for class org.opentripplanner.profile.StopAtDistance
-
- stopAtDistanceForState(State) - Static method in class org.opentripplanner.graph_builder.module.NearbyStopFinder
-
Given a State at a TransitStop, bundle the TransitStop together with information about how far away it is
and the geometry of the path leading up to the given State.
- stopAtDistanceType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- StopAtEntrance - Class in org.opentripplanner.graph_builder.annotation
-
- StopAtEntrance(StopTime, boolean) - Constructor for class org.opentripplanner.graph_builder.annotation.StopAtEntrance
-
- stopCluster - Variable in class org.opentripplanner.profile.StopAtDistance
-
- StopCluster - Class in org.opentripplanner.profile
-
Groups stops by geographic proximity and name similarity.
- StopCluster(String, String) - Constructor for class org.opentripplanner.profile.StopCluster
-
- StopClusterDetail - Class in org.opentripplanner.index.model
-
A representation of a stop cluster for use in an index API response.
- StopClusterDetail(StopCluster, boolean) - Constructor for class org.opentripplanner.index.model.StopClusterDetail
-
- stopClusterForId - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- stopClusterForStop - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- StopClusterMode - Enum in org.opentripplanner.profile
-
- stopClusterMode - Variable in class org.opentripplanner.routing.graph.Graph
-
How should we cluster stops? By 'proximity' or 'ParentStation'
- stopClusterMode - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Stop clusters can be built in one of two ways, either by geographical proximity and name, or
according to a parent/child station topology, if it exists.
- stopCode - Variable in class org.opentripplanner.api.model.Place
-
The "code" of the stop.
- stopCode - Variable in class org.opentripplanner.routing.vertextype.TransitStopStreetVertex
-
- stopCount - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of stops used in search (i.e.
- stopCount - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- stopDepartNodes - Variable in class org.opentripplanner.routing.edgetype.factory.GtfsStopContext
-
- stopForId - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- stopId - Variable in class org.opentripplanner.analyst.scenario.AdjustDwellTime
-
Stops for which to set the dwell time
- stopId - Variable in class org.opentripplanner.analyst.scenario.SkipStop
-
Stops to skip.
- stopId - Variable in class org.opentripplanner.api.model.Place
-
The ID of the stop.
- stopId - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- stopIndex - Variable in class org.opentripplanner.api.model.Place
-
For transit trips, the stop index (numbered from zero from the start of the trip
- stopIndex - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- stopIndex - Variable in exception org.opentripplanner.routing.edgetype.factory.TripOvertakingException
-
- stopIndex - Variable in class org.opentripplanner.routing.edgetype.PatternHop
-
- stopIndices - Variable in class org.opentripplanner.profile.RaptorWorkerTimetable
-
Indices of stops in parent data
- stopIterator() - Method in class org.opentripplanner.common.geometry.Subgraph
-
- StopLinkedTooFar - Class in org.opentripplanner.graph_builder.annotation
-
- StopLinkedTooFar(TransitStop, int) - Constructor for class org.opentripplanner.graph_builder.annotation.StopLinkedTooFar
-
- StopMatcher - Class in org.opentripplanner.routing.core
-
A StopMatcher is a collection of stops based on IDs and agency IDs.
- stopMonitoring(String) - Method in class org.opentripplanner.util.monitoring.MonitoringStore
-
- StopNameNormalizer - Class in org.opentripplanner.profile
-
Transforms transit stop names into a somewhat more normalized form, so string
distance calculations will be more meaningful.
- StopNameNormalizer() - Constructor for class org.opentripplanner.profile.StopNameNormalizer
-
- stopNames - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
Optional debug data: the name of each stop.
- StopNotLinkedForTransfers - Class in org.opentripplanner.graph_builder.annotation
-
- StopNotLinkedForTransfers(TransitStop) - Constructor for class org.opentripplanner.graph_builder.annotation.StopNotLinkedForTransfers
-
- StopPattern - Class in org.opentripplanner.model
-
This class represents what is called a JourneyPattern in Transmodel: the sequence of stops at
which a trip (GTFS) or vehicle journey (Transmodel) calls, irrespective of the day on which
service runs.
- StopPattern(List<StopTime>, Deduplicator) - Constructor for class org.opentripplanner.model.StopPattern
-
Default constructor
- StopPattern(List<StopTime>) - Constructor for class org.opentripplanner.model.StopPattern
-
Create StopPattern without deduplicating arrays
- stopPattern - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
All trips in this pattern call at this sequence of stops.
- StopPatternFlexFields - Class in org.opentripplanner.model
-
Class to keep track of GTFS-Flex related StopPattern parameters
- StopPatternFlexFields(List<StopTime>, Map<String, Geometry>, Deduplicator) - Constructor for class org.opentripplanner.model.StopPatternFlexFields
-
Default constructor.
- STOPPED_AT_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.VehiclePosition.VehicleStopStatus
-
STOPPED_AT = 1;
- stops - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern
-
What coordinate indices should be stops
- stops - Variable in class org.opentripplanner.index.model.PatternDetail
-
- stops - Variable in class org.opentripplanner.index.model.StopClusterDetail
-
- stops - Variable in class org.opentripplanner.model.StopPattern
-
- stops - Variable in class org.opentripplanner.routing.edgetype.factory.GtfsStopContext
-
- StopsAlerts - Class in org.opentripplanner.graph_builder.module
-
It prints the stops that satisfy certain criteria.
- StopsAlerts() - Constructor for class org.opentripplanner.graph_builder.module.StopsAlerts
-
- stopSequence - Variable in class org.opentripplanner.api.model.Place
-
For transit trips, the sequence number of the stop.
- stopsForParentStation - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- StopShort - Class in org.opentripplanner.index.model
-
- StopShort(Stop) - Constructor for class org.opentripplanner.index.model.StopShort
-
- StopShort(Stop, int) - Constructor for class org.opentripplanner.index.model.StopShort
-
- stopSize() - Method in class org.opentripplanner.common.geometry.Subgraph
-
- StopTime - Class in org.opentripplanner.model
-
- StopTime() - Constructor for class org.opentripplanner.model.StopTime
-
- StopTime(StopTime) - Constructor for class org.opentripplanner.model.StopTime
-
- stopTimesForStop(Stop, boolean) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Fetch upcoming vehicle departures from a stop.
- stopTimesForStop(Stop, long, int, int, boolean) - Method in class org.opentripplanner.routing.graph.GraphIndex
-
Fetch upcoming vehicle departures from a stop.
- StopTimesInPattern - Class in org.opentripplanner.index.model
-
Some stopTimes all in the same pattern.
- StopTimesInPattern(TripPattern) - Constructor for class org.opentripplanner.index.model.StopTimesInPattern
-
- stoptimesInPatternType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- stoptimeType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- StopTransfer - Class in org.opentripplanner.routing.core
-
StopTransfer class used by TransferTable.
- StopTransfer() - Constructor for class org.opentripplanner.routing.core.StopTransfer
-
Default constructor
- StopTreeCache - Class in org.opentripplanner.profile
-
Keeps travel distances from all transit stops in a particular Graph to their nearby street nodes.
- StopTreeCache(Graph, int) - Constructor for class org.opentripplanner.profile.StopTreeCache
-
- stopTreeCaching - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of milliseconds spent in stop tree caching
- StopType - Class in org.opentripplanner.api.adapters
-
- StopType() - Constructor for class org.opentripplanner.api.adapters.StopType
-
- StopType(Stop) - Constructor for class org.opentripplanner.api.adapters.StopType
-
- StopType(Stop, Boolean) - Constructor for class org.opentripplanner.api.adapters.StopType
-
- stopType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- StopUnlinked - Class in org.opentripplanner.graph_builder.annotation
-
- StopUnlinked(TransitStop) - Constructor for class org.opentripplanner.graph_builder.annotation.StopUnlinked
-
- stopVertexForStop - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- stopVertices - Variable in class org.opentripplanner.routing.edgetype.TripPattern
-
- store(TaskStatistics) - Method in interface org.opentripplanner.analyst.cluster.TaskStatisticsStore
-
- STRAIGHT_LINE - Static variable in class org.opentripplanner.common.geometry.CompactLineString
-
Singleton representation of a straight-line (where nothing has to be stored), to be re-used.
- STRAIGHT_LINE_PACKED - Static variable in class org.opentripplanner.common.geometry.CompactLineString
-
- StreamedFileBasedOpenStreetMapProviderImpl - Class in org.opentripplanner.openstreetmap.impl
-
- StreamedFileBasedOpenStreetMapProviderImpl() - Constructor for class org.opentripplanner.openstreetmap.impl.StreamedFileBasedOpenStreetMapProviderImpl
-
- StreamedOpenStreetMapParser - Class in org.opentripplanner.openstreetmap.impl
-
- StreamedOpenStreetMapParser() - Constructor for class org.opentripplanner.openstreetmap.impl.StreamedOpenStreetMapParser
-
- STREET_SUFFIXES - Static variable in class org.opentripplanner.graph_builder.module.osm.PortlandCustomNamer
-
- StreetBikeParkLink - Class in org.opentripplanner.routing.edgetype
-
This represents the connection between a street vertex and a bike park vertex.
- StreetBikeParkLink(StreetVertex, BikeParkVertex) - Constructor for class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- StreetBikeParkLink(BikeParkVertex, StreetVertex) - Constructor for class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- StreetBikeRentalLink - Class in org.opentripplanner.routing.edgetype
-
This represents the connection between a street vertex and a bike rental station vertex.
- StreetBikeRentalLink(StreetVertex, BikeRentalStationVertex) - Constructor for class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- StreetBikeRentalLink(BikeRentalStationVertex, StreetVertex) - Constructor for class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- StreetCarSpeedZero - Class in org.opentripplanner.graph_builder.annotation
-
- StreetCarSpeedZero(long) - Constructor for class org.opentripplanner.graph_builder.annotation.StreetCarSpeedZero
-
- StreetEdge - Class in org.opentripplanner.routing.edgetype
-
This represents a street segment.
- StreetEdge(StreetVertex, StreetVertex, LineString, I18NString, double, StreetTraversalPermission, boolean) - Constructor for class org.opentripplanner.routing.edgetype.StreetEdge
-
- StreetEdge(StreetVertex, StreetVertex, LineString, String, double, StreetTraversalPermission, boolean) - Constructor for class org.opentripplanner.routing.edgetype.StreetEdge
-
- StreetEdgeFactory - Interface in org.opentripplanner.graph_builder.services
-
Edge factory to build StreetEdge and AreaEdge.
- StreetEdgeInfo - Class in org.opentripplanner.profile
-
This is a response model class which holds data that will be serialized and returned to the client.
- StreetEdgeInfo(Edge) - Constructor for class org.opentripplanner.profile.StreetEdgeInfo
-
- streetEdges - Variable in class org.opentripplanner.profile.StreetSegment
-
- streetIndex - Variable in class org.opentripplanner.routing.graph.Graph
-
- streetIterator() - Method in class org.opentripplanner.common.geometry.Subgraph
-
- StreetLinkerModule - Class in org.opentripplanner.graph_builder.module
-
- StreetLinkerModule() - Constructor for class org.opentripplanner.graph_builder.module.StreetLinkerModule
-
- StreetLocation - Class in org.opentripplanner.routing.location
-
Represents a location on a street, somewhere between the two corners.
- StreetLocation(String, Coordinate, I18NString) - Constructor for class org.opentripplanner.routing.location.StreetLocation
-
- StreetLocation(String, Coordinate, String) - Constructor for class org.opentripplanner.routing.location.StreetLocation
-
- StreetMatcher - Class in org.opentripplanner.graph_builder.module.map
-
This Performs most of the work for the MapBuilder graph builder module.
- StreetMatcher(Graph) - Constructor for class org.opentripplanner.graph_builder.module.map.StreetMatcher
-
- streetName - Variable in class org.opentripplanner.api.model.WalkStep
-
The name of the street.
- streetName - Variable in class org.opentripplanner.profile.StreetEdgeInfo
-
- streetNameNoParens() - Method in class org.opentripplanner.api.model.WalkStep
-
- streetNotesService - Variable in class org.opentripplanner.routing.graph.Graph
-
- StreetNotesService - Class in org.opentripplanner.routing.services.notes
-
This service manage street edge notes.
- StreetNotesService() - Constructor for class org.opentripplanner.routing.services.notes.StreetNotesService
-
- StreetNotesSource - Interface in org.opentripplanner.routing.services.notes
-
A source of notes for edges.
- streets - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Include street input files (OSM/PBF).
- streetSearch(RoutingRequest) - Method in class org.opentripplanner.routing.flex.DeviatedRouteGraphModifier
-
- streetSearch(RoutingRequest) - Method in class org.opentripplanner.routing.flex.GtfsFlexGraphModifier
-
- StreetSegment - Class in org.opentripplanner.profile
-
A response object describing a non-transit part of an Option.
- StreetSegment(State) - Constructor for class org.opentripplanner.profile.StreetSegment
-
Build the walksteps from the final State of a path.
- StreetSegment(StopAtDistance) - Constructor for class org.opentripplanner.profile.StreetSegment
-
A StreetSegment is very similar to a StopAtDistance but it's a response object so the State has to be rendered into walksteps.
- streetSize() - Method in class org.opentripplanner.common.geometry.Subgraph
-
- streetTime - Variable in class org.opentripplanner.profile.ProfileRequest
-
Maximum time to reach the destination without using transit
- StreetTransitLink - Class in org.opentripplanner.routing.edgetype
-
This represents the connection between a street vertex and a transit vertex
where going from the street to the vehicle is immediate -- such as at a
curbside bus stop.
- StreetTransitLink(StreetVertex, TransitStop, boolean) - Constructor for class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- StreetTransitLink(TransitStop, StreetVertex, boolean) - Constructor for class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- StreetTraversalPermission - Enum in org.opentripplanner.routing.edgetype
-
Who can traverse a street in a single direction.
- StreetUtils - Class in org.opentripplanner.common
-
- StreetUtils() - Constructor for class org.opentripplanner.common.StreetUtils
-
- StreetVertex - Class in org.opentripplanner.routing.vertextype
-
Abstract base class for vertices in the street layer of the graph.
- StreetVertex(Graph, String, Coordinate, I18NString) - Constructor for class org.opentripplanner.routing.vertextype.StreetVertex
-
- StreetVertex(Graph, String, double, double, I18NString) - Constructor for class org.opentripplanner.routing.vertextype.StreetVertex
-
- StreetVertexIndexFactory - Interface in org.opentripplanner.routing.services
-
Factory for StreetVertexIndexServices.
- StreetVertexIndexService - Interface in org.opentripplanner.routing.services
-
- StreetVertexIndexServiceImpl - Class in org.opentripplanner.routing.impl
-
Indexes all edges and transit vertices of the graph spatially.
- StreetVertexIndexServiceImpl(Graph) - Constructor for class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- StreetVertexIndexServiceImpl(Graph, boolean) - Constructor for class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- StreetWithElevationEdge - Class in org.opentripplanner.routing.edgetype
-
A StreetEdge with elevation data.
- StreetWithElevationEdge(StreetVertex, StreetVertex, LineString, I18NString, double, StreetTraversalPermission, boolean) - Constructor for class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- StreetWithElevationEdge(StreetVertex, StreetVertex, LineString, String, double, StreetTraversalPermission, boolean) - Constructor for class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- STRIKE_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
STRIKE = 4;
- StringAttributeFeatureConverter - Class in org.opentripplanner.graph_builder.module.shapefile
-
A converter for extracting string attributes from features.
- StringAttributeFeatureConverter() - Constructor for class org.opentripplanner.graph_builder.module.shapefile.StringAttributeFeatureConverter
-
- StringAttributeFeatureConverter(String, String) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.StringAttributeFeatureConverter
-
- StringAttributeFeatureConverter(String) - Constructor for class org.opentripplanner.graph_builder.module.shapefile.StringAttributeFeatureConverter
-
- stringConstructor(Class<?>) - Static method in class org.opentripplanner.reflect.ReflectiveInitializer
-
- style - Variable in class org.opentripplanner.analyst.pointset.PropertyMetadata
-
The display style for features having this property (e.g.
- Style - Class in org.opentripplanner.analyst.pointset
-
TODO: clarify, does this contain CSS attribute-value pairs or...?
- Style() - Constructor for class org.opentripplanner.analyst.pointset.Style
-
- style - Variable in class org.opentripplanner.analyst.request.RenderRequest
-
- Style - Enum in org.opentripplanner.api.parameter
-
- StyleList - Class in org.opentripplanner.api.parameter
-
- StyleList(String) - Constructor for class org.opentripplanner.api.parameter.StyleList
-
- Subgraph - Class in org.opentripplanner.common.geometry
-
- Subgraph() - Constructor for class org.opentripplanner.common.geometry.Subgraph
-
- subList(int, int) - Method in class org.opentripplanner.util.JoinedList
-
- suboptimalMinutes - Variable in class org.opentripplanner.profile.ProfileRequest
-
This parameter compensates for the fact that GTFS does not contain information about schedule deviation (lateness).
- subscription - Variable in class org.opentripplanner.common.CTX
-
- subwayAccessTime - Variable in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- subwayAccessTime - Variable in class org.opentripplanner.routing.edgetype.factory.PatternHopFactory
-
- subwayAccessTime - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Minutes necessary to reach stops served by trips on routes of route_type=1 (subway) from the street.
- success - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
was this request successful
- sum(String...) - Method in class org.opentripplanner.analyst.ResultSet
-
Sum the values of specified categories at all time limits within the
bounds of the search.
- sum(Integer, String...) - Method in class org.opentripplanner.analyst.ResultSet
-
Sum the values of the specified categories up to the time limit specified
(in seconds).
- summarize() - Method in class org.opentripplanner.util.InstanceCountingClassResolver
-
- summarizeBuilderAnnotations() - Method in class org.opentripplanner.routing.graph.Graph
-
- summary - Variable in class org.opentripplanner.profile.Option
-
- sums - Variable in class org.opentripplanner.analyst.Histogram
-
The weighted sum of all features that can be reached within each one-minute bin.
- SUN - Static variable in interface org.opentripplanner.util.DateConstants
-
- supported - Static variable in class org.opentripplanner.api.parameter.WMSVersion
-
- SurfaceCache - Class in org.opentripplanner.analyst
-
Caches travel time surfaces, which are derived from shortest path trees.
- SurfaceCache(int) - Constructor for class org.opentripplanner.analyst.SurfaceCache
-
- surfaceCache - Variable in class org.opentripplanner.standalone.OTPServer
-
- SurfaceResource - Class in org.opentripplanner.api.resource
-
Surfaces cannot be isolated per-router because sometimes you want to compare two surfaces from different router IDs.
- SurfaceResource() - Constructor for class org.opentripplanner.api.resource.SurfaceResource
-
- syllables - Static variable in class org.opentripplanner.common.Namer
-
- SyntheticRasterPopulation - Class in org.opentripplanner.analyst.batch
-
- SyntheticRasterPopulation() - Constructor for class org.opentripplanner.analyst.batch.SyntheticRasterPopulation
-
- T2<E1,E2> - Class in org.opentripplanner.common.model
-
An ordered pair of objects of potentially different types
- T2(E1, E2) - Constructor for class org.opentripplanner.common.model.T2
-
- table - Variable in class org.opentripplanner.routing.core.TransferTable
-
Table which contains transfers between two stops
- TablePatternEdge - Class in org.opentripplanner.routing.edgetype
-
A superclass for general trip pattern related edges
- TablePatternEdge(TransitVertex, TransitVertex) - Constructor for class org.opentripplanner.routing.edgetype.TablePatternEdge
-
- target - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- targetClass - Variable in class org.opentripplanner.reflect.ReflectiveInitializer
-
- targetCount - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of targets of this search
- targetPatterns - Variable in class org.opentripplanner.profile.ProfileState
-
the patterns that should be boarded from this state
- targetsForStop - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
For each stop, one pair of ints (targetID, distanceMeters) for each destination near that stop.
- targetsReached - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
number of targets reached
- taskId - Variable in class org.opentripplanner.analyst.cluster.AnalystClusterRequest
-
A unique identifier for this request assigned by the queue/broker system.
- TaskStatistics - Class in org.opentripplanner.analyst.cluster
-
Statistics about running a single task.
- TaskStatistics() - Constructor for class org.opentripplanner.analyst.cluster.TaskStatistics
-
- TaskStatisticsStore - Interface in org.opentripplanner.analyst.cluster
-
Store task statistics.
- teardown() - Method in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- teardown() - Method in class org.opentripplanner.updater.bike_park.BikeParkUpdater
-
- teardown() - Method in class org.opentripplanner.updater.bike_rental.BikeRentalUpdater
-
- teardown() - Method in class org.opentripplanner.updater.example.ExampleGraphUpdater
-
- teardown() - Method in class org.opentripplanner.updater.example.ExamplePollingGraphUpdater
-
- teardown() - Method in interface org.opentripplanner.updater.GraphUpdater
-
Here the updater can clean up after itself.
- teardown() - Method in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater
-
- teardown() - Method in class org.opentripplanner.updater.stoptime.WebsocketGtfsRealtimeUpdater
-
- teardown() - Method in class org.opentripplanner.updater.street_notes.WFSNotePollingGraphUpdater
-
- TECHNICAL_PROBLEM_VALUE - Static variable in enum com.google.transit.realtime.GtfsRealtime.Alert.Cause
-
TECHNICAL_PROBLEM = 3;
- TemplateLibrary - Class in org.opentripplanner.graph_builder.module.osm
-
- TemplateLibrary() - Constructor for class org.opentripplanner.graph_builder.module.osm.TemplateLibrary
-
- TemplateTile - Class in org.opentripplanner.analyst.core
-
- TemplateTile(TileRequest, Graph) - Constructor for class org.opentripplanner.analyst.core.TemplateTile
-
- temporallyViable(ServiceDay, long, int, boolean) - Method in class org.opentripplanner.routing.edgetype.Timetable
-
Before performing the relatively expensive iteration over all the trips in this pattern, check whether it's even
possible to board any of them given the time at which we are searching, and whether it's possible that any of
them could improve on the best known time.
- TemporaryDirectPatternHop - Class in org.opentripplanner.routing.edgetype.flex
-
This is associated with a PatternHop for stop_time information, but its geometry bears no
relation to the route geometry.
- TemporaryDirectPatternHop(FlexPatternHop, PatternStopVertex, PatternStopVertex, Stop, Stop, LineString, int) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryDirectPatternHop
-
- TemporaryEdge - Interface in org.opentripplanner.routing.edgetype
-
Marker interface for temporary edges
- TemporaryFreeEdge - Class in org.opentripplanner.routing.edgetype
-
- TemporaryFreeEdge(TemporaryVertex, Vertex) - Constructor for class org.opentripplanner.routing.edgetype.TemporaryFreeEdge
-
- TemporaryFreeEdge(Vertex, TemporaryVertex) - Constructor for class org.opentripplanner.routing.edgetype.TemporaryFreeEdge
-
- TemporaryPartialPatternHop - Class in org.opentripplanner.routing.edgetype.flex
-
- TemporaryPartialPatternHop(FlexPatternHop, PatternStopVertex, PatternStopVertex, Stop, Stop, double, double, double) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryPartialPatternHop
-
- TemporaryPartialPatternHop(FlexPatternHop, PatternStopVertex, PatternStopVertex, Stop, Stop, double, double, LineString, int, LineString, int, double) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryPartialPatternHop
-
- TemporaryPartialPatternHop(FlexPatternHop, PatternStopVertex, PatternStopVertex, Stop, Stop) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryPartialPatternHop
-
- TemporaryPartialStreetEdge - Class in org.opentripplanner.routing.edgetype
-
- TemporaryPartialStreetEdge(StreetEdge, StreetVertex, StreetVertex, LineString, I18NString, double) - Constructor for class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
Create a new partial street edge along the given 'parentEdge' from 'v1' to 'v2'.
- TemporaryPatternArriveVertex - Class in org.opentripplanner.routing.vertextype.flex
-
- TemporaryPatternArriveVertex(TripPattern, int, Stop) - Constructor for class org.opentripplanner.routing.vertextype.flex.TemporaryPatternArriveVertex
-
- TemporaryPatternDepartVertex - Class in org.opentripplanner.routing.vertextype.flex
-
- TemporaryPatternDepartVertex(TripPattern, int, Stop) - Constructor for class org.opentripplanner.routing.vertextype.flex.TemporaryPatternDepartVertex
-
- TemporaryPreAlightEdge - Class in org.opentripplanner.routing.edgetype.flex
-
- TemporaryPreAlightEdge(TransitStopArrive, TransitStop) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryPreAlightEdge
-
- TemporaryPreBoardEdge - Class in org.opentripplanner.routing.edgetype.flex
-
PreBoard edges connect a TransitStop to its agency_stop_depart vertices; PreAlight edges connect
an agency_stop_arrive vertex to its TransitStop.
- TemporaryPreBoardEdge(TransitStop, TransitStopDepart) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryPreBoardEdge
-
- TemporarySplitterVertex - Class in org.opentripplanner.routing.vertextype
-
TODO: decide what to do with this.
- TemporarySplitterVertex(String, double, double, StreetEdge, boolean) - Constructor for class org.opentripplanner.routing.vertextype.TemporarySplitterVertex
-
- TemporaryStop(Coordinate, SampleFactory) - Constructor for class org.opentripplanner.analyst.scenario.AddTripPattern.TemporaryStop
-
- TemporaryStop(double, double, SampleFactory) - Constructor for class org.opentripplanner.analyst.scenario.AddTripPattern.TemporaryStop
-
- temporaryStops - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern
-
used to store the indices of the temporary stops in the graph
- TemporaryStreetLocation - Class in org.opentripplanner.routing.location
-
- TemporaryStreetLocation(String, Coordinate, I18NString, boolean) - Constructor for class org.opentripplanner.routing.location.TemporaryStreetLocation
-
- TemporaryStreetTransitLink - Class in org.opentripplanner.routing.edgetype.flex
-
- TemporaryStreetTransitLink(StreetVertex, TransitStop, boolean) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryStreetTransitLink
-
- TemporaryStreetTransitLink(TransitStop, StreetVertex, boolean) - Constructor for class org.opentripplanner.routing.edgetype.flex.TemporaryStreetTransitLink
-
- TemporaryTransitStop - Class in org.opentripplanner.routing.vertextype.flex
-
- TemporaryTransitStop(Stop, StreetVertex) - Constructor for class org.opentripplanner.routing.vertextype.flex.TemporaryTransitStop
-
- TemporaryTransitStopArrive - Class in org.opentripplanner.routing.vertextype.flex
-
- TemporaryTransitStopArrive(Stop, TransitStop) - Constructor for class org.opentripplanner.routing.vertextype.flex.TemporaryTransitStopArrive
-
- TemporaryTransitStopDepart - Class in org.opentripplanner.routing.vertextype.flex
-
- TemporaryTransitStopDepart(Stop, TransitStop) - Constructor for class org.opentripplanner.routing.vertextype.flex.TemporaryTransitStopDepart
-
- TemporaryVertex - Interface in org.opentripplanner.routing.vertextype
-
Marker interface for temporary vertices.
- temporaryVertices - Variable in class org.opentripplanner.routing.core.RoutingContext
-
Temporary vertices created during the request.
- TEN_MINUTES_MILLI - Static variable in interface org.opentripplanner.util.DateConstants
-
- testUrl(String) - Static method in class org.opentripplanner.util.HttpUtils
-
- TestUtils - Class in org.opentripplanner.util
-
- TestUtils() - Constructor for class org.opentripplanner.util.TestUtils
-
- TEXT_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- textSearch(String, boolean, boolean, boolean, boolean) - Method in class org.opentripplanner.index.GeocoderResource
-
Geocode using data using the OTP graph for stops, clusters and street names
- TextStroke - Class in com.jhlabs.awt
-
Stroke that paint a text.
- TextStroke(String, Font) - Constructor for class com.jhlabs.awt.TextStroke
-
- TextStroke(String, Font, boolean, boolean) - Constructor for class com.jhlabs.awt.TextStroke
-
- THIRTY_MINUTES_MILLI - Static variable in interface org.opentripplanner.util.DateConstants
-
- THIRTY_SECOND_MILLI - Static variable in interface org.opentripplanner.util.DateConstants
-
- threshold - Variable in class org.opentripplanner.analyst.batch.aggregator.ThresholdSumAggregator
-
- ThresholdAccumulator - Class in org.opentripplanner.analyst.batch
-
- ThresholdAccumulator() - Constructor for class org.opentripplanner.analyst.batch.ThresholdAccumulator
-
- ThresholdCumulativeAggregator - Class in org.opentripplanner.analyst.batch.aggregator
-
An aggregator that approximates the integral of a cumulative opportunity curve up to a certain threshold distance from the origin.
- ThresholdCumulativeAggregator(int) - Constructor for class org.opentripplanner.analyst.batch.aggregator.ThresholdCumulativeAggregator
-
- thresholdSeconds - Variable in class org.opentripplanner.analyst.batch.ThresholdAccumulator
-
- ThresholdSumAggregator - Class in org.opentripplanner.analyst.batch.aggregator
-
An Aggregator that simply sums the data for all destination Individuals less than a given distance/weight away from the origin point.
- ThresholdSumAggregator() - Constructor for class org.opentripplanner.analyst.batch.aggregator.ThresholdSumAggregator
-
- Tile - Class in org.opentripplanner.analyst.core
-
Analyst 8-bit tile format:
Seconds are converted to minutes.
- tile2Envelope(int, int, int) - Static method in class org.opentripplanner.analyst.core.SlippyTile
-
- tile2lat(int, int) - Static method in class org.opentripplanner.analyst.core.SlippyTile
-
- tile2lon(int, int) - Static method in class org.opentripplanner.analyst.core.SlippyTile
-
- TileCache - Class in org.opentripplanner.analyst.request
-
- TileCache(Graph) - Constructor for class org.opentripplanner.analyst.request.TileCache
-
- tileCache - Variable in class org.opentripplanner.standalone.Router
-
- tileGet() - Method in class org.opentripplanner.api.resource.GraphInspectorTileResource
-
- tileGet() - Method in class org.opentripplanner.api.resource.LegendResource
-
- tileGet(Integer, int, int, int) - Method in class org.opentripplanner.api.resource.SurfaceResource
-
- tileGet() - Method in class org.opentripplanner.api.resource.TileService
-
- tileHeight - Variable in class org.opentripplanner.inspector.TileRenderer.TileRenderContext
-
Tile size in pixels
- TileRenderContext() - Constructor for class org.opentripplanner.inspector.TileRenderer.TileRenderContext
-
- TileRenderer - Interface in org.opentripplanner.inspector
-
Interface for a slippy map tile renderer.
- TileRenderer.TileRenderContext - Class in org.opentripplanner.inspector
-
Context used for rendering a tile.
- TileRendererManager - Class in org.opentripplanner.inspector
-
Process slippy map tile rendering requests.
- TileRendererManager(Graph) - Constructor for class org.opentripplanner.inspector.TileRendererManager
-
- tileRendererManager - Variable in class org.opentripplanner.standalone.Router
-
- TileRequest - Class in org.opentripplanner.analyst.request
-
- TileRequest(Envelope2D, Integer, Integer) - Constructor for class org.opentripplanner.analyst.request.TileRequest
-
- TileService - Class in org.opentripplanner.api.resource
-
NOTE This way of fetching travel time tiles does not currently work.
- TileService() - Constructor for class org.opentripplanner.api.resource.TileService
-
- tileSource - Variable in class org.opentripplanner.graph_builder.module.ned.NEDGridCoverageFactoryImpl
-
- tileWidth - Variable in class org.opentripplanner.inspector.TileRenderer.TileRenderContext
-
Tile size in pixels
- time - Variable in class org.opentripplanner.analyst.request.SPTRequest
-
- time - Variable in class org.opentripplanner.api.common.RoutingResource
-
The time that the trip should depart (or arrive, for requests where arriveBy is true).
- time - Variable in class org.opentripplanner.common.TurnRestriction
-
- time - Variable in class org.opentripplanner.profile.StreetSegment
-
- time(int) - Method in class org.opentripplanner.routing.core.ServiceDay
-
- time - Variable in class org.opentripplanner.routing.core.State
-
- TIME - Static variable in interface org.opentripplanner.util.DateConstants
-
- TIME_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- TIME_FORMAT - Static variable in interface org.opentripplanner.util.DateConstants
-
- TimeBasedBikeRentalFareService - Class in org.opentripplanner.routing.bike_rental
-
- TimeBasedBikeRentalFareService(Currency, List<P2<Integer>>) - Constructor for class org.opentripplanner.routing.bike_rental.TimeBasedBikeRentalFareService
-
- TimeBasedBikeRentalFareServiceFactory - Class in org.opentripplanner.routing.bike_rental
-
- TimeBasedBikeRentalFareServiceFactory() - Constructor for class org.opentripplanner.routing.bike_rental.TimeBasedBikeRentalFareServiceFactory
-
- TIMED_TRANSFER - Static variable in class org.opentripplanner.routing.core.StopTransfer
-
Special value for transferTime indicating that this transfer is timed.
- timedOut - Variable in class org.opentripplanner.api.resource.DebugOutput
-
- TimedTransferEdge - Class in org.opentripplanner.routing.edgetype
-
An edge represents what GTFS calls a timed transfer.
- TimedTransferEdge(Vertex, Vertex) - Constructor for class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- TimeGridWs - Class in org.opentripplanner.api.resource
-
A Jersey web service resource class that returns a grid with time for a set of points.
- TimeGridWs() - Constructor for class org.opentripplanner.api.resource.TimeGridWs
-
- TimeGridWs.DataChannel - Enum in org.opentripplanner.api.resource
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.flex.PartialPatternHop
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.flex.TemporaryDirectPatternHop
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- timeLowerBound(RoutingRequest) - Method in class org.opentripplanner.routing.graph.Edge
-
Returns a lower bound on traversal time given the routing options.
- TIMEOUT - Variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
- timeouts - Variable in class org.opentripplanner.standalone.Router
-
- TimePeriod - Class in org.opentripplanner.routing.alertpatch
-
Represents a period of time, in terms of seconds in [start, end)
- TimePeriod(long, long) - Constructor for class org.opentripplanner.routing.alertpatch.TimePeriod
-
- TimePeriod() - Constructor for class org.opentripplanner.routing.alertpatch.TimePeriod
-
- timepoint - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- TimeRange - Class in org.opentripplanner.profile
-
- TimeRange() - Constructor for class org.opentripplanner.profile.TimeRange
-
Construct a TimeRange where all fields are zero.
- TimeRange(int) - Constructor for class org.opentripplanner.profile.TimeRange
-
Construct a TimeRange for a single value.
- TimeRange.Tracker - Class in org.opentripplanner.profile
-
Keeps one TimeRange per TransitStop that has been reached.
- times - Variable in class org.opentripplanner.analyst.PointSet
-
Deprecated.
- times - Variable in class org.opentripplanner.analyst.ResultSet
-
Times to reach every feature, may be null
- times - Variable in class org.opentripplanner.analyst.TimeSurface
-
- times - Variable in class org.opentripplanner.index.model.StopTimesInPattern
-
- times(VLPoint) - Method in class org.opentripplanner.visibility.VLPoint
-
- times(double) - Method in class org.opentripplanner.visibility.VLPoint
-
- times2 - Variable in class org.opentripplanner.analyst.ResultSetDelta
-
- timeSDF - Static variable in interface org.opentripplanner.util.DateConstants
-
- timesForCluster - Variable in class org.opentripplanner.profile.TimeTracker
-
- timeShift(int, int, boolean) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Returns a time-shifted copy of this TripTimes in which the vehicle passes the given stop
index (not stop sequence number) at the given time.
- timesIncreasing() - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
When creating a scheduled TripTimes or wrapping it in updates, we could potentially imply
negative running or dwell times.
- timesPerTrip - Variable in class org.opentripplanner.profile.RaptorWorkerTimetable
-
- timestamp - Variable in class org.opentripplanner.analyst.request.RenderRequest
-
- timestamp - Variable in class org.opentripplanner.common.CTX
-
- TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- TIMESTAMP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- timeStep - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
time step between RAPTOR searches (seconds)
- TimeSurface - Class in org.opentripplanner.analyst
-
A travel time surface.
- TimeSurface(ShortestPathTree) - Constructor for class org.opentripplanner.analyst.TimeSurface
-
Create a time surface with a sample grid
- TimeSurface(ShortestPathTree, boolean) - Constructor for class org.opentripplanner.analyst.TimeSurface
-
Create a time surface, optionally making a sample grid
- TimeSurface(AnalystProfileRouterPrototype) - Constructor for class org.opentripplanner.analyst.TimeSurface
-
Make a max or min timesurface from propagated times in a ProfileRouter.
- TimeSurface(ProfileRouter) - Constructor for class org.opentripplanner.analyst.TimeSurface
-
Make a max or min timesurface from propagated times in a ProfileRouter.
- TimeSurface(RoundBasedProfileRouter) - Constructor for class org.opentripplanner.analyst.TimeSurface
-
Make a max or min timesurface from propagated times in a ProfileRouter.
- TimeSurface(RepeatedRaptorProfileRouter) - Constructor for class org.opentripplanner.analyst.TimeSurface
-
- TimeSurface.RangeSet - Class in org.opentripplanner.analyst
-
Groups together three TimeSurfaces as a single response for profile-analyst.
- timeSurfaceRangeSet - Variable in class org.opentripplanner.profile.ProfileRouter
-
- timeSurfaceRangeSet - Variable in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
Three time surfaces for min, max, and average travel time over the given time window.
- timeSurfaceRangeSet - Variable in class org.opentripplanner.profile.RoundBasedProfileRouter
-
the routing results
- TimeSurfaceShort - Class in org.opentripplanner.api.model
-
API data model object briefly describing a time surface.
- TimeSurfaceShort(TimeSurface) - Constructor for class org.opentripplanner.api.model.TimeSurfaceShort
-
- Timetable - Class in org.opentripplanner.routing.edgetype
-
Timetables provide most of the TripPattern functionality.
- Timetable(TripPattern) - Constructor for class org.opentripplanner.routing.edgetype.Timetable
-
Construct an empty Timetable.
- TimetableFilter - Class in org.opentripplanner.analyst.scenario
-
Abstract class for modifications to existing timetables/frequencies.
- TimetableFilter() - Constructor for class org.opentripplanner.analyst.scenario.TimetableFilter
-
- timetables - Variable in class org.opentripplanner.analyst.scenario.AddTripPattern
-
The timetables for this trip pattern
- timetablesForPattern - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
For each pattern, a 2D array of stoptimes for each trip on the pattern.
- timetableSnapshot - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- TimetableSnapshot - Class in org.opentripplanner.routing.edgetype
-
Part of concurrency control for stoptime updates.
- TimetableSnapshot() - Constructor for class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
- TimetableSnapshot.SortedTimetableComparator - Class in org.opentripplanner.routing.edgetype
-
- TimetableSnapshot.TripIdAndServiceDate - Class in org.opentripplanner.routing.edgetype
-
Class to use as key in HashMap containing feed id, trip id and service date
- timetableSnapshotSource - Variable in class org.opentripplanner.routing.graph.Graph
-
- TimetableSnapshotSource - Class in org.opentripplanner.updater.stoptime
-
This class should be used to create snapshots of lookup tables of realtime data.
- TimetableSnapshotSource(Graph) - Constructor for class org.opentripplanner.updater.stoptime.TimetableSnapshotSource
-
- TimeToStringConverter - Class in org.opentripplanner.util
-
- TimeToStringConverter() - Constructor for class org.opentripplanner.util.TimeToStringConverter
-
- TimeTracker - Class in org.opentripplanner.profile
-
A fundamental tool for tracking arrival time distributions.
- TimeTracker() - Constructor for class org.opentripplanner.profile.TimeTracker
-
- TimeWindow - Class in org.opentripplanner.profile
-
- TimeWindow(int, int, BitSet) - Constructor for class org.opentripplanner.profile.TimeWindow
-
- TimeWindow(int, int, BitSet, DayOfWeek) - Constructor for class org.opentripplanner.profile.TimeWindow
-
- TNPropagatedTimesStore - Class in org.opentripplanner.profile
-
This is an exact copy of PropagatedTimesStore that's being modified to work with (new) TransitNetworks
instead of (old) Graphs.
- TNPropagatedTimesStore(int) - Constructor for class org.opentripplanner.profile.TNPropagatedTimesStore
-
- TNPropagatedTimesStore.ConfidenceCalculationMethod - Enum in org.opentripplanner.profile
-
- to - Variable in class org.opentripplanner.api.model.Leg
-
The Place where the leg begins.
- to - Variable in class org.opentripplanner.api.model.TripPlan
-
The destination
- to - Variable in class org.opentripplanner.common.TurnRestriction
-
- to - Variable in class org.opentripplanner.profile.Segment
-
- to - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The end location
- to - Variable in class org.opentripplanner.visualizer.RouteDialog
-
- toArray() - Method in class org.opentripplanner.util.JoinedList
-
- toArray(T[]) - Method in class org.opentripplanner.util.JoinedList
-
- ToblersHikingFunction - Class in org.opentripplanner.routing.util.elevation
-
Tobler's hiking function is an exponential function determining the hiking speed, taking into account the
slope angle.
- ToblersHikingFunction(double) - Constructor for class org.opentripplanner.routing.util.elevation.ToblersHikingFunction
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Alert
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedHeader
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.FeedMessage
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.Position
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TimeRange
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TranslatedString.Translation
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeEvent
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate.StopTimeUpdate
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehicleDescriptor
-
- toBuilder() - Method in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- toCoordinateArray() - Method in class org.opentripplanner.api.resource.CoordinateArrayListSequence
-
- toCoordinateArray() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- toDate(String, String, TimeZone) - Static method in class org.opentripplanner.util.DateUtils
-
Returns a Date object based on input date & time parameters Defaults to today / now (when
date / time are null)
- TODAY - Static variable in interface org.opentripplanner.util.DateConstants
-
- toDescriptiveString() - Method in class org.opentripplanner.common.model.GenericLocation
-
Returns a descriptive string that has the information that I wish toString() returned.
- toHH_MM_SS(int) - Static method in class org.opentripplanner.util.TimeToStringConverter
-
- toHumanString() - Method in enum org.opentripplanner.analyst.cluster.ResultEnvelope.Which
-
Return a human readable string of this value
- toIndex - Variable in class org.opentripplanner.profile.Segment.SegmentPattern
-
- toJoda() - Method in class org.opentripplanner.api.param.YearMonthDay
-
- toJtsPolygon() - Method in class org.opentripplanner.graph_builder.module.osm.Ring
-
- toLat - Variable in class org.opentripplanner.profile.ProfileRequest
-
The latitude of the destination.
- toLon - Variable in class org.opentripplanner.profile.ProfileRequest
-
The longitude of the destination.
- toMode - Variable in class org.opentripplanner.analyst.scenario.TransferRule
-
To GTFS modes
- toName - Variable in class org.opentripplanner.profile.Segment
-
- toOBA() - Method in class org.opentripplanner.api.param.YearMonthDay
-
- tooSloped - Variable in class org.opentripplanner.api.model.Itinerary
-
This itinerary has a greater slope than the user requested (but there are no possible
itineraries with a good slope).
- top - Variable in class org.opentripplanner.analyst.batch.RasterPopulation
-
- toPlace - Variable in class org.opentripplanner.api.common.RoutingResource
-
The end location (see fromPlace for format).
- toResponse(Exception) - Method in class org.opentripplanner.api.common.OTPExceptionMapper
-
- toSeconds() - Method in class org.opentripplanner.api.param.HourMinuteSecond
-
- toSeconds(GregorianCalendar) - Static method in class org.opentripplanner.util.TestUtils
-
- toStopId - Variable in class org.opentripplanner.routing.core.TransferTable.Transfer
-
Deprecated.
- toString() - Method in class org.opentripplanner.analyst.core.IsochroneData
-
- toString() - Method in class org.opentripplanner.analyst.core.Sample
-
- toString() - Method in class org.opentripplanner.analyst.request.IsoChroneRequest
-
- toString() - Method in class org.opentripplanner.analyst.request.RenderRequest
-
- toString() - Method in class org.opentripplanner.analyst.request.SampleGridRenderer.WTWD
-
- toString() - Method in class org.opentripplanner.analyst.request.SampleGridRequest
-
- toString() - Method in class org.opentripplanner.analyst.request.SampleRequest
-
- toString() - Method in class org.opentripplanner.analyst.request.SPTRequest
-
- toString() - Method in class org.opentripplanner.analyst.request.TileRequest
-
- toString() - Method in class org.opentripplanner.analyst.scenario.AddTripPattern.TemporaryStop
-
- toString() - Method in class org.opentripplanner.api.model.WalkStep
-
- toString() - Method in class org.opentripplanner.api.param.HourMinuteSecond
-
- toString() - Method in class org.opentripplanner.api.param.LatLon
-
- toString() - Method in class org.opentripplanner.api.param.YearMonthDay
-
- toString() - Method in class org.opentripplanner.api.parameter.MIMEImageFormat
-
- toString() - Method in class org.opentripplanner.api.parameter.QualifiedMode
-
- toString() - Method in class org.opentripplanner.api.parameter.QualifiedModeSet
-
- toString() - Method in class org.opentripplanner.common.geometry.HashGridSpatialIndex
-
- toString() - Method in class org.opentripplanner.common.geometry.PackedCoordinateSequence
-
- toString() - Method in class org.opentripplanner.common.MavenVersion
-
- toString() - Method in class org.opentripplanner.common.model.GenericLocation
-
Represents the location as an old-style string for clients that relied on that behavior.
- toString() - Method in class org.opentripplanner.common.model.NamedPlace
-
- toString() - Method in class org.opentripplanner.common.model.P2
-
- toString() - Method in class org.opentripplanner.common.model.T2
-
- toString() - Method in class org.opentripplanner.common.TurnRestriction
-
- toString() - Method in class org.opentripplanner.graph_builder.annotation.GraphBuilderAnnotation
-
- toString() - Method in class org.opentripplanner.graph_builder.model.GtfsBundle
-
- toString() - Method in class org.opentripplanner.graph_builder.module.extra_elevation_data.ElevationPoint
-
- toString() - Method in class org.opentripplanner.graph_builder.module.map.MidblockMatchState
-
- toString() - Method in class org.opentripplanner.graph_builder.module.NearbyStopFinder.StopAtDistance
-
- toString() - Method in class org.opentripplanner.graph_builder.module.osm.OSMSpecifier
-
- toString() - Method in class org.opentripplanner.model.Agency
-
- toString() - Method in class org.opentripplanner.model.calendar.LocalizedServiceId
-
- toString() - Method in class org.opentripplanner.model.calendar.ServiceDate
-
- toString() - Method in class org.opentripplanner.model.FareAttribute
-
- toString() - Method in class org.opentripplanner.model.FareRule
-
- toString() - Method in class org.opentripplanner.model.FeedInfo
-
- toString() - Method in class org.opentripplanner.model.FeedScopedId
-
- toString() - Method in class org.opentripplanner.model.Frequency
-
- toString() - Method in class org.opentripplanner.model.Pathway
-
- toString() - Method in class org.opentripplanner.model.Route
-
- toString() - Method in class org.opentripplanner.model.ServiceCalendar
-
- toString() - Method in class org.opentripplanner.model.ServiceCalendarDate
-
- toString() - Method in class org.opentripplanner.model.ShapePoint
-
- toString() - Method in class org.opentripplanner.model.Stop
-
- toString() - Method in class org.opentripplanner.model.StopPattern
-
- toString() - Method in class org.opentripplanner.model.StopTime
-
- toString() - Method in class org.opentripplanner.model.Transfer
-
- toString() - Method in class org.opentripplanner.model.Trip
-
- toString() - Method in class org.opentripplanner.openstreetmap.impl.AnyFileBasedOpenStreetMapProviderImpl
-
- toString() - Method in class org.opentripplanner.openstreetmap.impl.BinaryFileBasedOpenStreetMapProviderImpl
-
- toString() - Method in class org.opentripplanner.openstreetmap.impl.FileBasedOpenStreetMapProviderImpl
-
- toString() - Method in class org.opentripplanner.openstreetmap.impl.StreamedFileBasedOpenStreetMapProviderImpl
-
- toString() - Method in class org.opentripplanner.openstreetmap.model.OSMNode
-
- toString() - Method in class org.opentripplanner.openstreetmap.model.OSMRelation
-
- toString() - Method in class org.opentripplanner.openstreetmap.model.OSMRelationMember
-
- toString() - Method in class org.opentripplanner.openstreetmap.model.OSMTag
-
- toString() - Method in class org.opentripplanner.openstreetmap.model.OSMWay
-
- toString() - Method in class org.opentripplanner.profile.ProfileTransfer
-
- toString() - Method in class org.opentripplanner.profile.Ride
-
- toString() - Method in class org.opentripplanner.profile.StopAtDistance
-
- toString() - Method in class org.opentripplanner.profile.StopCluster
-
- toString() - Method in class org.opentripplanner.routing.alertpatch.Alert
-
- toString() - Method in class org.opentripplanner.routing.bike_park.BikePark
-
- toString() - Method in class org.opentripplanner.routing.bike_rental.BikeRentalStation
-
- toString() - Method in class org.opentripplanner.routing.core.Fare
-
- toString() - Method in class org.opentripplanner.routing.core.FareComponent
-
- toString() - Method in class org.opentripplanner.routing.core.Money
-
- toString() - Method in class org.opentripplanner.routing.core.RouteMatcher
-
- toString() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- toString(String) - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- toString() - Method in class org.opentripplanner.routing.core.ServiceDay
-
- toString() - Method in class org.opentripplanner.routing.core.State
-
- toString() - Method in class org.opentripplanner.routing.core.StateEditor
-
- toString() - Method in class org.opentripplanner.routing.core.StopMatcher
-
- toString() - Method in class org.opentripplanner.routing.core.TraverseModeSet
-
- toString() - Method in class org.opentripplanner.routing.core.WrappedCurrency
-
- toString() - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.ElevatorHopEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.flex.FlexTransitBoardAlight
-
- toString() - Method in class org.opentripplanner.routing.edgetype.FreeEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- toString() - Method in class org.opentripplanner.routing.edgetype.ParkAndRideLinkEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- toString() - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- toString() - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- toString() - Method in class org.opentripplanner.routing.edgetype.PreAlightEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.PreBoardEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.RentABikeOffEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.RentABikeOnEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- toString() - Method in class org.opentripplanner.routing.edgetype.StationStopEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- toString() - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- toString() - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- toString() - Method in class org.opentripplanner.routing.edgetype.StreetWithElevationEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.TemporaryFreeEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.TemporaryPartialStreetEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- toString() - Method in class org.opentripplanner.routing.edgetype.TimetableSnapshot
-
- toString() - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- toString() - Method in class org.opentripplanner.routing.edgetype.TripPattern
-
- toString() - Method in class org.opentripplanner.routing.graph.Edge
-
- toString() - Method in class org.opentripplanner.routing.graph.Vertex
-
- toString() - Method in class org.opentripplanner.routing.impl.DefaultFareServiceFactory
-
- toString() - Method in class org.opentripplanner.routing.impl.StreetVertexIndexServiceImpl
-
- toString() - Method in class org.opentripplanner.routing.spt.GraphPath
-
- toString() - Method in class org.opentripplanner.routing.spt.ShortestPathTree
-
- toString() - Method in class org.opentripplanner.routing.transit_index.RouteVariant
-
- toString() - Method in class org.opentripplanner.routing.trippattern.FrequencyEntry
-
- toString() - Method in class org.opentripplanner.routing.vertextype.ExitVertex
-
- toString() - Method in class org.opentripplanner.scripting.api.OtpsEvaluatedIndividual
-
- toString() - Method in class org.opentripplanner.scripting.api.OtpsIndividual
-
- toString() - Method in class org.opentripplanner.scripting.api.OtpsLatLon
-
- toString() - Method in class org.opentripplanner.standalone.S3BucketConfig
-
- toString() - Method in class org.opentripplanner.updater.alerts.GtfsRealtimeAlertsUpdater
-
- toString() - Method in class org.opentripplanner.updater.bike_park.KmlBikeParkDataSource
-
- toString() - Method in class org.opentripplanner.updater.bike_rental.BicimadBikeRentalDataSource
-
- toString() - Method in class org.opentripplanner.updater.bike_rental.CityBikesBikeRentalDataSource
-
- toString() - Method in class org.opentripplanner.updater.bike_rental.GenericJsonBikeRentalDataSource
-
- toString() - Method in class org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource
-
- toString() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeFileTripUpdateSource
-
- toString() - Method in class org.opentripplanner.updater.stoptime.GtfsRealtimeHttpTripUpdateSource
-
- toString() - Method in class org.opentripplanner.updater.stoptime.PollingStoptimeUpdater
-
- toString() - Method in interface org.opentripplanner.util.I18NString
-
Returns default translation (english)
- toString(Locale) - Method in interface org.opentripplanner.util.I18NString
-
Returns wanted translation
- toString() - Method in class org.opentripplanner.util.LocalizedString
-
Returns translated string in default locale
with tag_names replaced with values
Default locale is defaultLocale from
ResourceBundleSingleton
- toString(Locale) - Method in class org.opentripplanner.util.LocalizedString
-
Returns translated string in wanted locale
with tag_names replaced with values
- toString() - Method in class org.opentripplanner.util.NonLocalizedString
-
- toString(Locale) - Method in class org.opentripplanner.util.NonLocalizedString
-
- toString() - Method in class org.opentripplanner.util.stats.DiscreteDistribution.ConstantQuantifiable
-
- toString() - Method in class org.opentripplanner.util.stats.DiscreteDistribution.LogQuantifiable
-
- toString() - Method in class org.opentripplanner.util.stats.DiscreteDistribution.NumberQuantifiable
-
- toString() - Method in class org.opentripplanner.util.stats.DiscreteDistribution
-
- toString() - Method in class org.opentripplanner.util.TranslatedString
-
- toString(Locale) - Method in class org.opentripplanner.util.TranslatedString
-
- toString() - Method in class org.opentripplanner.util.TravelOption
-
- toString() - Method in class org.opentripplanner.util.xml.XmlDataListDownloader
-
- toString() - Method in class org.opentripplanner.visibility.Environment
-
- toString() - Method in class org.opentripplanner.visibility.LineSegment
-
- toString() - Method in class org.opentripplanner.visibility.VisibilityGraph
-
- toString() - Method in class org.opentripplanner.visibility.VLPoint
-
- toString() - Method in class org.opentripplanner.visibility.VLPolygon
-
- toStringVerbose() - Method in class org.opentripplanner.common.MavenVersion
-
- toStringVerbose() - Method in class org.opentripplanner.routing.core.State
-
- total - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
total processing time, including fetching and pushing results, in milliseconds
- TOTAL_MONTE_CARLO_COUNT - Static variable in class org.opentripplanner.profile.RaptorWorker
-
If there are no schedules, the number of Monte Carlo draws to take
- totalTime - Variable in class org.opentripplanner.api.resource.DebugOutput
-
- toTime - Variable in class org.opentripplanner.profile.ProfileRequest
-
The end of the departure window, in seconds since midnight.
- tov - Variable in class org.opentripplanner.routing.graph.Edge
-
- toVertex - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- tp1 - Variable in class org.opentripplanner.profile.ProfileTransfer
-
- tp2 - Variable in class org.opentripplanner.profile.ProfileTransfer
-
- trace() - Method in class org.opentripplanner.visualizer.GraphVisualizer
-
- traceOld() - Method in class org.opentripplanner.visualizer.GraphVisualizer
-
- Tracker() - Constructor for class org.opentripplanner.profile.TimeRange.Tracker
-
- trafficLight - Variable in class org.opentripplanner.routing.vertextype.IntersectionVertex
-
Does this intersection have a traffic light?
- Transfer - Class in org.opentripplanner.model
-
- Transfer() - Constructor for class org.opentripplanner.model.Transfer
-
- Transfer(Transfer) - Constructor for class org.opentripplanner.model.Transfer
-
- Transfer(FeedScopedId, FeedScopedId, int) - Constructor for class org.opentripplanner.routing.core.TransferTable.Transfer
-
Deprecated.
- TRANSFER_DURATION - Static variable in class org.opentripplanner.routing.impl.DutchFareServiceImpl
-
- TransferEdge - Class in org.opentripplanner.routing.edgetype
-
A transfer directly between two stops without using the street network.
- TransferEdge(TransitStationStop, TransitStationStop, double) - Constructor for class org.opentripplanner.routing.edgetype.TransferEdge
-
- TransferEdge(TransitStationStop, TransitStationStop, double, int) - Constructor for class org.opentripplanner.routing.edgetype.TransferEdge
-
Creates a new Transfer edge.
- TransferGraphLinker - Class in org.opentripplanner.routing.edgetype.factory
-
Deprecated.
- TransferGraphLinker(Graph) - Constructor for class org.opentripplanner.routing.edgetype.factory.TransferGraphLinker
-
Deprecated.
- transferPenalty - Variable in class org.opentripplanner.api.common.RoutingResource
-
An additional penalty added to boardings after the first.
- transferPenalty - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
An extra penalty added on transfers (i.e.
- transferReduction - Variable in class org.opentripplanner.profile.DCFareCalculator.Fare
-
- TransferRule - Class in org.opentripplanner.analyst.scenario
-
A transfer rule allows specification, on a per-stop basis, of a different assumption for transfer
boarding times than that used in the graph-wide search.
- TransferRule() - Constructor for class org.opentripplanner.analyst.scenario.TransferRule
-
- transferRules - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
Some stops may have special transfer rules.
- transfers - Variable in class org.opentripplanner.api.model.Itinerary
-
The number of transfers this trip has.
- transfersForStop - Variable in class org.opentripplanner.profile.RaptorWorkerData
-
For every stop, one pair of ints (targetStopIndex, distanceMeters) for each transfer out of that stop.
- transfersFromStopCluster - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- transferSlack - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
A global minimum transfer time (in seconds) that specifies the minimum amount of time that must pass between exiting one transit vehicle and
boarding another.
- transferTable - Variable in class org.opentripplanner.routing.core.RoutingContext
-
- TransferTable - Class in org.opentripplanner.routing.core
-
This class represents all transfer information in the graph.
- TransferTable() - Constructor for class org.opentripplanner.routing.core.TransferTable
-
- TransferTable.Transfer - Class in org.opentripplanner.routing.core
-
Deprecated.
- transferTimeSeconds - Variable in class org.opentripplanner.analyst.scenario.TransferRule
-
The transfer time in seconds; only applied if assumption == FIXED.
- transform - Variable in class org.opentripplanner.inspector.TileRenderer.TileRenderContext
-
The JTS transform that convert from WGS84 CRS to pixel CRS
- transit - Variable in class org.opentripplanner.profile.Option
-
- transit - Variable in class org.opentripplanner.standalone.GraphBuilderParameters
-
Include all transit input files (GTFS) from scanned directory.
- transitAllowed() - Method in class org.opentripplanner.routing.core.RoutingRequest
-
- TransitBoardAlight - Class in org.opentripplanner.routing.edgetype
-
Models boarding or alighting a vehicle - that is to say, traveling from a state off
vehicle to a state on vehicle.
- TransitBoardAlight(TransitStopDepart, PatternStopVertex, int, TraverseMode) - Constructor for class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
Boarding constructor (TransitStopDepart --> PatternStopVertex)
- TransitBoardAlight(PatternStopVertex, TransitStopArrive, int, TraverseMode) - Constructor for class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
Alighting constructor (PatternStopVertex --> TransitStopArrive)
- TransitError - Class in org.opentripplanner.api.model.error
-
- TransitError() - Constructor for class org.opentripplanner.api.model.error.TransitError
-
- TransitError(String) - Constructor for class org.opentripplanner.api.model.error.TransitError
-
- transitFeedCovers(long) - Method in class org.opentripplanner.routing.graph.Graph
-
- transitModes - Variable in class org.opentripplanner.api.model.RouterInfo
-
- transitModes - Variable in class org.opentripplanner.profile.ProfileRequest
-
The transit modes used
- transitSearch - Variable in class org.opentripplanner.analyst.cluster.TaskStatistics
-
milliseconds of time spent in RAPTOR algorithm (transit search)
- transitServiceEnds - Variable in class org.opentripplanner.api.model.RouterInfo
-
- transitServiceStarts - Variable in class org.opentripplanner.api.model.RouterInfo
-
- TransitStation - Class in org.opentripplanner.routing.vertextype
-
- TransitStation(Graph, Stop) - Constructor for class org.opentripplanner.routing.vertextype.TransitStation
-
- TransitStationStop - Class in org.opentripplanner.routing.vertextype
-
Common abstract superclass for Stations and Stops.
- TransitStationStop(Graph, Stop) - Constructor for class org.opentripplanner.routing.vertextype.TransitStationStop
-
- TransitStop - Class in org.opentripplanner.routing.vertextype
-
- TransitStop(Graph, Stop) - Constructor for class org.opentripplanner.routing.vertextype.TransitStop
-
- TransitStopArrive - Class in org.opentripplanner.routing.vertextype
-
- TransitStopArrive(Graph, Stop, TransitStop) - Constructor for class org.opentripplanner.routing.vertextype.TransitStopArrive
-
- TransitStopDepart - Class in org.opentripplanner.routing.vertextype
-
- TransitStopDepart(Graph, Stop, TransitStop) - Constructor for class org.opentripplanner.routing.vertextype.TransitStopDepart
-
- TransitStopsRegionsSourceImpl - Class in org.opentripplanner.graph_builder.module
-
A rectangular region bounding a set of transit stops
- TransitStopsRegionsSourceImpl() - Constructor for class org.opentripplanner.graph_builder.module.TransitStopsRegionsSourceImpl
-
- TransitStopStreetVertex - Class in org.opentripplanner.routing.vertextype
-
A vertex for an OSM node that represents a transit stop and has a ref=(stop_code) tag.
- TransitStopStreetVertex(Graph, String, double, double, long, String, String) - Constructor for class org.opentripplanner.routing.vertextype.TransitStopStreetVertex
-
- transitTime - Variable in class org.opentripplanner.api.model.Itinerary
-
How much time is spent on transit, in seconds.
- TransitTimesException - Exception in org.opentripplanner.routing.error
-
Indicates that a transit mode was specified, but the search date provided
was outside the date range of the transit data feed used to construct the graph.
- TransitTimesException() - Constructor for exception org.opentripplanner.routing.error.TransitTimesException
-
- TransitToStreetNetworkModule - Class in org.opentripplanner.graph_builder.linking
-
GraphBuilderModule
plugin that links up the stops of a transit network to a street network.
- TransitToStreetNetworkModule() - Constructor for class org.opentripplanner.graph_builder.linking.TransitToStreetNetworkModule
-
- TransitToTaggedStopsModule - Class in org.opentripplanner.graph_builder.module
-
This module takes advantage of the fact that in some cities, an authoritative linking location for GTFS stops is
provided by tags in the OSM data.
- TransitToTaggedStopsModule() - Constructor for class org.opentripplanner.graph_builder.module.TransitToTaggedStopsModule
-
- TransitType - Class in org.opentripplanner.graph_builder.module.stopsAlerts
-
- TransitType() - Constructor for class org.opentripplanner.graph_builder.module.stopsAlerts.TransitType
-
- TransitVertex - Class in org.opentripplanner.routing.vertextype
-
Abstract base class for vertices in the GTFS layer of the graph.
- TransitVertex(Graph, String, Stop) - Constructor for class org.opentripplanner.routing.vertextype.TransitVertex
-
- TranslatedString - Class in org.opentripplanner.util
-
This is for translated strings for which translations are read from OSM or GTFS alerts.
- TRANSLATION_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TranslatedString
-
- transparent - Variable in class org.opentripplanner.analyst.request.RenderRequest
-
- TravelOption - Class in org.opentripplanner.util
-
This class is used to send to client which Travel Options are possible on this server
This options are used in client "Travel by" drop down.
- TravelOption(String, String) - Constructor for class org.opentripplanner.util.TravelOption
-
- TravelOption(String) - Constructor for class org.opentripplanner.util.TravelOption
-
Creates TravelOption where value and name are same
- travelOptions - Variable in class org.opentripplanner.api.model.RouterInfo
-
- TravelOptionsMaker - Class in org.opentripplanner.util
-
Class which creates "Travel by" options list from supported transit modes and which extra modes are supported (bike sharing, bike & ride, park & ride)
This list is then returned to the client which shows it in UI.
- TravelOptionsMaker() - Constructor for class org.opentripplanner.util.TravelOptionsMaker
-
- traversalCostModel - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
The model that computes turn/traversal costs.
- TraversalPermissionsEdgeRenderer - Class in org.opentripplanner.inspector
-
Render traversal permissions for each edge by color and label (walk, bicycle, car, stairs).
- TraversalPermissionsEdgeRenderer() - Constructor for class org.opentripplanner.inspector.TraversalPermissionsEdgeRenderer
-
- TraversalRequirements - Class in org.opentripplanner.routing.core
-
Preferences for how to traverse the graph.
- TraversalRequirements() - Constructor for class org.opentripplanner.routing.core.TraversalRequirements
-
Default constructor.
- TraversalRequirements(RoutingRequest) - Constructor for class org.opentripplanner.routing.core.TraversalRequirements
-
Construct from RoutingRequest.
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.ElevatorAlightEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.ElevatorBoardEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.ElevatorHopEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.flex.FlexTransitBoardAlight
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.flex.TemporaryDirectPatternHop
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.flex.TemporaryStreetTransitLink
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.FreeEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.IntersectionTransitLink
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.LegSwitchingEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.OnBoardDepartPatternHop
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.ParkAndRideEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.ParkAndRideLinkEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.PathwayEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.PatternDwell
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- traverse(State, StateEditor) - Method in class org.opentripplanner.routing.edgetype.PatternHop
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.PatternInterlineDwell
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.PreAlightEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.PreBoardEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.RentABikeOffEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.RentABikeOnEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.SampleEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.SimpleEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.SimpleTransfer
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.StationStopEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.StreetBikeParkLink
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.StreetBikeRentalLink
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.StreetEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.StreetTransitLink
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.TimedTransferEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.TransferEdge
-
- traverse(State) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
- traverse(State, long) - Method in class org.opentripplanner.routing.edgetype.TransitBoardAlight
-
NOTE: We do not need to check the pickup/drop off type.
- traverse(State) - Method in class org.opentripplanner.routing.graph.Edge
-
Traverse this edge.
- traverseDropoff(State) - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- TraverseMode - Enum in org.opentripplanner.routing.core
-
- TraverseModeSet - Class in org.opentripplanner.routing.core
-
A set of traverse modes -- typically, one non-transit mode (walking, biking, car) and zero or
more transit modes (bus, tram, etc).
- TraverseModeSet(String) - Constructor for class org.opentripplanner.routing.core.TraverseModeSet
-
- TraverseModeSet(TraverseMode...) - Constructor for class org.opentripplanner.routing.core.TraverseModeSet
-
- TraverseModeSet(Collection<TraverseMode>) - Constructor for class org.opentripplanner.routing.core.TraverseModeSet
-
- TraverseModeSetDeserializer - Class in org.opentripplanner.api.model
-
Deserialize a TraverseModeSet from its string constituents.
- TraverseModeSetDeserializer() - Constructor for class org.opentripplanner.api.model.TraverseModeSetDeserializer
-
- TraverseModeSetSerializer - Class in org.opentripplanner.api.model
-
Serialize traverse mode sets as strings.
- TraverseModeSetSerializer() - Constructor for class org.opentripplanner.api.model.TraverseModeSetSerializer
-
- traversePark(State) - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- traverseRent(State) - Method in class org.opentripplanner.routing.edgetype.RentABikeAbstractEdge
-
- traverseUnpark(State) - Method in class org.opentripplanner.routing.edgetype.BikeParkEdge
-
- traverseVisitor - Variable in class org.opentripplanner.routing.algorithm.GenericDijkstra
-
- TraverseVisitor - Interface in org.opentripplanner.routing.algorithm
-
- traverseVisitor - Variable in class org.opentripplanner.visualizer.GraphVisualizer
-
- Triangle - Class in org.opensphere.geometry.triangulation.model
-
Triangle.
- Triangle() - Constructor for class org.opensphere.geometry.triangulation.model.Triangle
-
Default constructor.
- Triangle(int) - Constructor for class org.opensphere.geometry.triangulation.model.Triangle
-
Constructor.
- Triangle(int, boolean) - Constructor for class org.opensphere.geometry.triangulation.model.Triangle
-
Constructor.
- triangles - Variable in class org.opensphere.geometry.algorithm.ConcaveHull
-
- triangleSafetyFactor - Variable in class org.opentripplanner.api.common.RoutingResource
-
For bike triangle routing, how much safety matters (range 0-1).
- triangleSafetyFactor - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
For the bike triangle, how important safety is
- triangleSlopeFactor - Variable in class org.opentripplanner.api.common.RoutingResource
-
For bike triangle routing, how much slope matters (range 0-1).
- triangleSlopeFactor - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
For the bike triangle, how important slope is
- triangleTimeFactor - Variable in class org.opentripplanner.api.common.RoutingResource
-
For bike triangle routing, how much time matters (range 0-1).
- triangleTimeFactor - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
For the bike triangle, how important time is.
- trim(String) - Static method in class org.opentripplanner.util.DateUtils
-
- trip - Variable in class org.opentripplanner.graph_builder.annotation.RepeatedStops
-
- Trip - Class in org.opentripplanner.model
-
- Trip() - Constructor for class org.opentripplanner.model.Trip
-
- Trip(Trip) - Constructor for class org.opentripplanner.model.Trip
-
- trip - Variable in class org.opentripplanner.routing.trippattern.TripTimes
-
The trips whose arrivals and departures are represented by this TripTimes
- TRIP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.EntitySelector
-
- TRIP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripUpdate
-
- TRIP_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.VehiclePosition
-
- TRIP_ID_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.TripDescriptor
-
- TRIP_UPDATE_FIELD_NUMBER - Static variable in class com.google.transit.realtime.GtfsRealtime.FeedEntity
-
- tripAcceptable(State, int) - Method in class org.opentripplanner.routing.trippattern.TripTimes
-
Once a trip has been found departing or arriving at an appropriate time, check whether that
trip fits other restrictive search criteria such as bicycle and wheelchair accessibility
and transfers with minimum time or forbidden transfers.
- TripAdapter - Class in org.opentripplanner.api.adapters
-
- TripAdapter() - Constructor for class org.opentripplanner.api.adapters.TripAdapter
-
- tripBlockId - Variable in class org.opentripplanner.api.model.Leg
-
For transit leg, the trip's block ID (if one exists).
- TripDegenerate - Class in org.opentripplanner.graph_builder.annotation
-
- TripDegenerate(Trip) - Constructor for class org.opentripplanner.graph_builder.annotation.TripDegenerate
-
- TripDuplicate - Class in org.opentripplanner.graph_builder.annotation
-
- TripDuplicate(Trip, Trip) - Constructor for class org.opentripplanner.graph_builder.annotation.TripDuplicate
-
- TripDuplicateDeparture - Class in org.opentripplanner.graph_builder.annotation
-
- TripDuplicateDeparture(Trip, Trip) - Constructor for class org.opentripplanner.graph_builder.annotation.TripDuplicateDeparture
-
- TripFilter - Class in org.opentripplanner.analyst.scenario
-
A timetable filter that is applied to specific trips.
- TripFilter() - Constructor for class org.opentripplanner.analyst.scenario.TripFilter
-
- tripForId - Variable in class org.opentripplanner.routing.graph.GraphIndex
-
- tripHeadsign - Variable in class org.opentripplanner.index.model.TripShort
-
- tripId - Variable in class org.opentripplanner.analyst.scenario.TimetableFilter
-
Trip IDs to match, or null for all
- tripId - Variable in class org.opentripplanner.api.model.Leg
-
For transit legs, the ID of the trip.
- tripId - Variable in class org.opentripplanner.index.model.TripTimeShort
-
- tripId - Variable in class org.opentripplanner.routing.core.StateData
-
- TripIdAndServiceDate(String, String, ServiceDate) - Constructor for class org.opentripplanner.routing.edgetype.TimetableSnapshot.TripIdAndServiceDate
-
- TripOvertaking - Class in org.opentripplanner.graph_builder.annotation
-
- TripOvertaking(Trip, Trip, int) - Constructor for class org.opentripplanner.graph_builder.annotation.TripOvertaking
-
- TripOvertakingException - Exception in org.opentripplanner.routing.edgetype.factory
-
- TripOvertakingException(Trip, Trip, int) - Constructor for exception org.opentripplanner.routing.edgetype.factory.TripOvertakingException
-
- TripPattern - Class in org.opentripplanner.routing.edgetype
-
Represents a group of trips on a route, with the same direction id that all call at the same
sequence of stops.
- TripPattern(Route, StopPattern) - Constructor for class org.opentripplanner.routing.edgetype.TripPattern
-
- TripPatternCache - Class in org.opentripplanner.updater.stoptime
-
A synchronized cache of trip patterns that are added to the graph due to GTFS-realtime messages.
- TripPatternCache() - Constructor for class org.opentripplanner.updater.stoptime.TripPatternCache
-
- TripPatternFilter - Class in org.opentripplanner.analyst.scenario
-
A filter that is applied to entire trip patterns at once.
- TripPatternFilter() - Constructor for class org.opentripplanner.analyst.scenario.TripPatternFilter
-
- tripPatternIds - Variable in class org.opentripplanner.routing.edgetype.factory.GtfsStopContext
-
- TripPlan - Class in org.opentripplanner.api.model
-
A TripPlan is a set of ways to get from point A to point B at time T.
- TripPlan() - Constructor for class org.opentripplanner.api.model.TripPlan
-
- TripPlan(Place, Place, Date) - Constructor for class org.opentripplanner.api.model.TripPlan
-
- trips - Variable in class org.opentripplanner.index.model.PatternDetail
-
- TripShort - Class in org.opentripplanner.index.model
-
- TripShort(Trip) - Constructor for class org.opentripplanner.index.model.TripShort
-
- tripShortName - Variable in class org.opentripplanner.api.model.Leg
-
For transit leg, the trip's short name (if one exists).
- TripsModelInfo - Class in org.opentripplanner.api.adapters
-
- TripsModelInfo(String, Integer, String, FeedScopedId) - Constructor for class org.opentripplanner.api.adapters.TripsModelInfo
-
- TripsModelInfo() - Constructor for class org.opentripplanner.api.adapters.TripsModelInfo
-
- tripTimes - Variable in class org.opentripplanner.routing.core.StateData
-
- tripTimes - Variable in class org.opentripplanner.routing.edgetype.Timetable
-
Contains one TripTimes object for each scheduled trip (even cancelled ones) and possibly
additional TripTimes objects for unscheduled trips.
- tripTimes - Variable in class org.opentripplanner.routing.trippattern.FrequencyEntry
-
- TripTimes - Class in org.opentripplanner.routing.trippattern
-
A TripTimes represents the arrival and departure times for a single trip in an Timetable.
- TripTimes(Trip, List<StopTime>, Deduplicator) - Constructor for class org.opentripplanner.routing.trippattern.TripTimes
-
The provided stopTimes are assumed to be pre-filtered, valid, and monotonically increasing.
- TripTimes(TripTimes) - Constructor for class org.opentripplanner.routing.trippattern.TripTimes
-
This copy constructor does not copy the actual times, only the scheduled times.
- TripTimeShort - Class in org.opentripplanner.index.model
-
- TripTimeShort(TripTimes, int, Stop) - Constructor for class org.opentripplanner.index.model.TripTimeShort
-
This is stop-specific, so the index i is a stop index, not a hop index.
- TripTimeShort(TripTimes, int, Stop, ServiceDay) - Constructor for class org.opentripplanner.index.model.TripTimeShort
-
- TripType - Class in org.opentripplanner.api.adapters
-
- TripType(Trip) - Constructor for class org.opentripplanner.api.adapters.TripType
-
- TripType(Trip, Boolean) - Constructor for class org.opentripplanner.api.adapters.TripType
-
- TripType() - Constructor for class org.opentripplanner.api.adapters.TripType
-
- tripType - Variable in class org.opentripplanner.index.IndexGraphQLSchema
-
- TripUndefinedService - Class in org.opentripplanner.graph_builder.annotation
-
- TripUndefinedService(Trip) - Constructor for class org.opentripplanner.graph_builder.annotation.TripUndefinedService
-
- TripUpdateGraphWriterRunnable - Class in org.opentripplanner.updater.stoptime
-
- TripUpdateGraphWriterRunnable(boolean, List<GtfsRealtime.TripUpdate>, String) - Constructor for class org.opentripplanner.updater.stoptime.TripUpdateGraphWriterRunnable
-
- TripUpdateSource - Interface in org.opentripplanner.updater.stoptime
-
- TrivialPathException - Exception in org.opentripplanner.routing.error
-
Indicates that origin and destination are too close to one another for effective
trip planning.
- TrivialPathException() - Constructor for exception org.opentripplanner.routing.error.TrivialPathException
-
- TrivialRemainingWeightHeuristic - Class in org.opentripplanner.routing.algorithm.strategies
-
A trivial heuristic that always returns 0, which is always admissible.
- TrivialRemainingWeightHeuristic() - Constructor for class org.opentripplanner.routing.algorithm.strategies.TrivialRemainingWeightHeuristic
-
- ts - Variable in class org.opentripplanner.common.geometry.SparseMatrix.SparseMatrixChunk
-
- ts - Variable in class org.opentripplanner.profile.RepeatedRaptorProfileRouter
-
- tstop - Variable in class org.opentripplanner.graph_builder.module.NearbyStopFinder.StopAtDistance
-
- turnReluctance - Variable in class org.opentripplanner.routing.core.RoutingRequest
-
Multiplicative factor on expected turning time.
- TurnRestriction - Class in org.opentripplanner.common
-
- TurnRestriction() - Constructor for class org.opentripplanner.common.TurnRestriction
-
- TurnRestriction(Edge, Edge, TurnRestrictionType, TraverseModeSet) - Constructor for class org.opentripplanner.common.TurnRestriction
-
Convenience constructor.
- TurnRestrictionBad - Class in org.opentripplanner.graph_builder.annotation
-
- TurnRestrictionBad(long, String) - Constructor for class org.opentripplanner.graph_builder.annotation.TurnRestrictionBad
-
- TurnRestrictionException - Class in org.opentripplanner.graph_builder.annotation
-
- TurnRestrictionException(long, long) - Constructor for class org.opentripplanner.graph_builder.annotation.TurnRestrictionException
-
- TurnRestrictionType - Enum in org.opentripplanner.common
-
- TurnRestrictionUnknown - Class in org.opentripplanner.graph_builder.annotation
-
- TurnRestrictionUnknown(long, String) - Constructor for class org.opentripplanner.graph_builder.annotation.TurnRestrictionUnknown
-
- TWELVE_HOUR_MILLI - Static variable in interface org.opentripplanner.util.DateConstants
-
- type - Variable in class org.opentripplanner.analyst.cluster.AnalystClusterRequest
-
The type of this request, provided for compatibility with R5 polymorphic request types.
- type - Variable in class org.opentripplanner.api.parameter.MIMEImageFormat
-
- type - Variable in class org.opentripplanner.common.CTX
-
- type - Variable in class org.opentripplanner.common.TurnRestriction
-
- type - Variable in class org.opentripplanner.profile.DCFareCalculator.Fare
-