Package | Description |
---|---|
org.opentripplanner.analyst.request | |
org.opentripplanner.common.geometry | |
org.opentripplanner.profile |
Modifier and Type | Method and Description |
---|---|
ZSampleGrid<SampleGridRenderer.WTWD> |
SampleGridRenderer.getSampleGrid(SampleGridRequest spgRequest,
RoutingRequest sptRequest) |
Modifier and Type | Method and Description |
---|---|
static void |
SampleGridRenderer.sampleSPT(ShortestPathTree spt,
ZSampleGrid<SampleGridRenderer.WTWD> sampleGrid,
double gridSizeMeters,
double offRoadDistanceMeters,
double offRoadWalkSpeedMps,
double maxWalkDistance,
int maxTimeSec,
double cosLat)
Sample a SPT using a SPTWalker and an AccumulativeGridSampler.
|
Modifier and Type | Class and Description |
---|---|
class |
SparseMatrixZSampleGrid<TZ>
A generic indexed grid of Z samples.
|
Constructor and Description |
---|
AccumulativeGridSampler(ZSampleGrid<TZ> sampleGrid,
AccumulativeGridSampler.AccumulativeMetric<TZ> metric) |
Modifier and Type | Method and Description |
---|---|
static ZSampleGrid |
IsochroneGenerator.makeGrid(PointSet pointSet,
int[] times,
double walkSpeed)
Make a ZSampleGrid from a PointSet and a parallel array of travel times for that PointSet.
|
Modifier and Type | Method and Description |
---|---|
static List<IsochroneData> |
IsochroneGenerator.getIsochronesAccumulative(ZSampleGrid<SampleGridRenderer.WTWD> grid,
int spacingMinutes,
int cutoffMinutes,
int nMax)
Make isochrones from a grid.
|
Copyright © 2019. All rights reserved.