Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.analyst.request | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
org.opentripplanner.profile |
Modifier and Type | Field and Description |
---|---|
IsochroneData[] |
ResultSet.isochrones
Isochrone geometries around the origin, may be null.
|
Modifier and Type | Method and Description |
---|---|
List<IsochroneData> |
IsoChroneSPTRenderer.getIsochrones(IsoChroneRequest isoChroneRequest,
RoutingRequest sptRequest) |
List<IsochroneData> |
IsoChroneSPTRendererAccSampling.getIsochrones(IsoChroneRequest isoChroneRequest,
RoutingRequest sptRequest) |
List<IsochroneData> |
IsoChroneSPTRendererRecursiveGrid.getIsochrones(IsoChroneRequest isoChroneRequest,
RoutingRequest sptRequest) |
Modifier and Type | Method and Description |
---|---|
List<IsochroneData> |
LIsochrone.computeIsochrone()
Generic method to compute isochrones.
|
static List<IsochroneData> |
SurfaceResource.getIsochronesAccumulative(TimeSurface surf,
int spacing,
int nMax)
Use Laurent's accumulative grid sampler.
|
Modifier and Type | Method and Description |
---|---|
static org.geotools.data.simple.SimpleFeatureCollection |
LIsochrone.makeContourFeatures(List<IsochroneData> isochrones)
Create a geotools feature collection from a list of isochrones in the OTPA internal format.
|
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 © 2018. All rights reserved.