Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
SampleSet |
PointSet.getOrCreateSampleSet(Graph graph) |
SampleSet |
PointSet.getSampleSet(Graph g)
gets a sample set for a graph object -- does not require graph service to be set
|
SampleSet |
PointSet.getSampleSet(String routerId)
gets a sample set for a given graph id -- requires graphservice to be set
|
Constructor and Description |
---|
ResultSet(SampleSet samples,
TimeSurface surface)
Build a new ResultSet by evaluating the given TimeSurface at all the given sample points, not including times.
|
ResultSet(SampleSet samples,
TimeSurface surface,
boolean includeTimes,
boolean includeIsochrones)
Build a new ResultSet by evaluating the given TimeSurface at all the given sample points, optionally including times.
|
ResultSetDelta(SampleSet samples1,
SampleSet samples2,
TimeSurface surface1,
TimeSurface surface2) |
Modifier and Type | Method and Description |
---|---|
static RaptorWorkerData |
RepeatedRaptorProfileRouter.getRaptorWorkerData(ProfileRequest request,
Graph graph,
SampleSet sampleSet,
TaskStatistics ts)
Create RAPTOR worker data from a graph, profile request and sample set (the last of which may be null
|
ResultEnvelope |
PropagatedTimesStore.makeResults(SampleSet ss,
boolean includeTimes,
boolean includeHistograms,
boolean includeIsochrones)
Make a ResultEnvelope directly from a given SampleSet.
|
Constructor and Description |
---|
RaptorWorkerData(Graph graph,
TimeWindow window,
ProfileRequest request,
SampleSet sampleSet) |
RaptorWorkerData(Graph graph,
TimeWindow window,
ProfileRequest req,
SampleSet sampleSet,
TaskStatistics ts)
Create RaptorWorkerData to be used to build ResultSets directly without creating an intermediate SampleSet
|
RepeatedRaptorProfileRouter(Graph graph,
ProfileRequest request,
SampleSet sampleSet)
Make a router to use for making ResultSets.
|
Copyright © 2018. All rights reserved.