Package | Description |
---|---|
org.opentripplanner.analyst.cluster | |
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
Map<String,ResultEnvelope> |
ResultEnvelope.explode()
Explode this result envelope into a result envelope for each contained attribute
We do this because we need to retrieve all of the values for a particular variable quickly, in order to display the map,
and looping over 10GB of data to do this is not tractable.
|
Modifier and Type | Method and Description |
---|---|
ResultEnvelope |
TNPropagatedTimesStore.makeIsochronesForVertices()
This bypasses a bunch of conversion and copy steps and just makes the isochrones.
|
ResultEnvelope |
PropagatedTimesStore.makeIsochronesForVertices()
This bypasses a bunch of conversion and copy steps and just makes the isochrones.
|
ResultEnvelope |
TNPropagatedTimesStore.makeResults(PointSet pointSet,
boolean includeTimes,
boolean includeHistograms,
boolean includeIsochrones)
Make a ResultEnvelope directly from a given SampleSet.
|
ResultEnvelope |
PropagatedTimesStore.makeResults(SampleSet ss,
boolean includeTimes,
boolean includeHistograms,
boolean includeIsochrones)
Make a ResultEnvelope directly from a given SampleSet.
|
ResultEnvelope |
RepeatedRaptorProfileRouter.route() |
Copyright © 2019. All rights reserved.