| Package | Description | 
|---|---|
| org.opentripplanner.analyst.request | |
| org.opentripplanner.common.geometry | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ZSampleGrid.ZSamplePoint<TZ> | 
ZSampleGrid.ZSamplePoint.down()  | 
ZSampleGrid.ZSamplePoint<TZ> | 
ZSampleGrid.getOrCreate(int x,
           int y)  | 
ZSampleGrid.ZSamplePoint<TZ> | 
SparseMatrixZSampleGrid.getOrCreate(int x,
           int y)  | 
ZSampleGrid.ZSamplePoint<TZ> | 
ZSampleGrid.ZSamplePoint.left()  | 
ZSampleGrid.ZSamplePoint<TZ> | 
ZSampleGrid.ZSamplePoint.right()  | 
ZSampleGrid.ZSamplePoint<TZ> | 
ZSampleGrid.ZSamplePoint.up()  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<ZSampleGrid.ZSamplePoint<TZ>> | 
SparseMatrixZSampleGrid.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
AccumulativeGridSampler.AccumulativeMetric.closeSample(ZSampleGrid.ZSamplePoint<TZ> point)
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). 
 | 
org.locationtech.jts.geom.Coordinate | 
ZSampleGrid.getCoordinates(ZSampleGrid.ZSamplePoint<TZ> point)  | 
org.locationtech.jts.geom.Coordinate | 
SparseMatrixZSampleGrid.getCoordinates(ZSampleGrid.ZSamplePoint<TZ> point)  | 
Copyright © 2019. All rights reserved.