Package | Description |
---|---|
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphInspectorTileResource
Slippy map tile API for rendering various graph information for inspection/debugging purpose
(bike safety factor, connectivity...).
|
class |
LIsochrone
Return isochrone geometry as a set of GeoJSON or zipped-shapefile multi-polygons.
|
class |
PlannerResource
This is the primary entry point for the trip planning web service.
|
class |
ScriptResource
Run an uploaded script.
|
class |
SimpleIsochrone
This class provides a vector isochrone generator for places without good OSM street connectivity,
or for graphs that are too large-scale to bother with modeling streets (e.g.
|
class |
SIsochrone
This is the original Isochrone class provided by Stefan Steineger.
|
class |
SurfaceResource
Surfaces cannot be isolated per-router because sometimes you want to compare two surfaces from different router IDs.
|
class |
TileService
NOTE This way of fetching travel time tiles does not currently work.
|
class |
TimeGridWs
A Jersey web service resource class that returns a grid with time for a set of points.
|
Copyright © 2019. All rights reserved.