Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.analyst.request | |
org.opentripplanner.profile |
Modifier and Type | Field and Description |
---|---|
SparseMatrixZSampleGrid<SampleGridRenderer.WTWD> |
TimeSurface.sampleGrid |
Modifier and Type | Method and Description |
---|---|
SampleGridRenderer.WTWD |
SampleGridRenderer.WTWDAccumulativeMetric.cumulateSample(org.locationtech.jts.geom.Coordinate C0,
org.locationtech.jts.geom.Coordinate Cs,
SampleGridRenderer.WTWD z,
SampleGridRenderer.WTWD zS,
double offRoadSpeed) |
Modifier and Type | Method and Description |
---|---|
ZSampleGrid<SampleGridRenderer.WTWD> |
SampleGridRenderer.getSampleGrid(SampleGridRequest spgRequest,
RoutingRequest sptRequest) |
Modifier and Type | Method and Description |
---|---|
SampleGridRenderer.WTWD |
SampleGridRenderer.WTWDAccumulativeMetric.cumulateSample(org.locationtech.jts.geom.Coordinate C0,
org.locationtech.jts.geom.Coordinate Cs,
SampleGridRenderer.WTWD z,
SampleGridRenderer.WTWD zS,
double offRoadSpeed) |
int |
SampleGridRenderer.WTWD.IsolineMetric.cut(SampleGridRenderer.WTWD zA,
SampleGridRenderer.WTWD zB,
SampleGridRenderer.WTWD z0) |
double |
SampleGridRenderer.WTWD.IsolineMetric.interpolate(SampleGridRenderer.WTWD zA,
SampleGridRenderer.WTWD zB,
SampleGridRenderer.WTWD z0) |
Modifier and Type | Method and Description |
---|---|
boolean |
SampleGridRenderer.WTWDAccumulativeMetric.closeSample(ZSampleGrid.ZSamplePoint<SampleGridRenderer.WTWD> point)
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.
|
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 | Method and Description |
---|---|
SparseMatrixZSampleGrid<SampleGridRenderer.WTWD> |
TNPropagatedTimesStore.makeSampleGridForVertices(int[] times,
double gridSizeMeters)
Create a SampleGrid from only the times stored in this PropagatedTimesStore.
|
SparseMatrixZSampleGrid<SampleGridRenderer.WTWD> |
PropagatedTimesStore.makeSampleGridForVertices(int[] times,
double gridSizeMeters)
Create a SampleGrid from only the times stored in this PropagatedTimesStore.
|
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.