Package | Description |
---|---|
org.opentripplanner.analyst | |
org.opentripplanner.analyst.core | |
org.opentripplanner.analyst.request | |
org.opentripplanner.api.model | |
org.opentripplanner.api.resource |
This package contains the JAX-RS-annotated REST resource classes for the OpenTripPlanner public
API, i.e.
|
Modifier and Type | Field and Description |
---|---|
TimeSurface |
TimeSurface.RangeSet.avg |
TimeSurface |
TimeSurface.RangeSet.max |
TimeSurface |
TimeSurface.RangeSet.min |
Modifier and Type | Field and Description |
---|---|
com.google.common.cache.Cache<Integer,TimeSurface> |
SurfaceCache.cache |
Modifier and Type | Method and Description |
---|---|
TimeSurface |
SurfaceCache.get(int id) |
Modifier and Type | Method and Description |
---|---|
int |
SurfaceCache.add(TimeSurface surface) |
int[] |
SampleSet.eval(TimeSurface surf) |
Constructor and Description |
---|
ResultSet(SampleSet samples,
TimeSurface surface)
Build a new ResultSet by evaluating the given TimeSurface at all the given sample points, not including times.
|
ResultSet(SampleSet samples,
TimeSurface surface,
boolean includeTimes,
boolean includeIsochrones)
Build a new ResultSet by evaluating the given TimeSurface at all the given sample points, optionally including times.
|
ResultSet(TimeSurface surface)
Build a new ResultSet that contains only isochrones, built by accumulating the times at all street vertices
into a regular grid without an intermediate pointSet.
|
ResultSetDelta(SampleSet samples1,
SampleSet samples2,
TimeSurface surface1,
TimeSurface surface2) |
Modifier and Type | Method and Description |
---|---|
long |
Sample.eval(TimeSurface surf) |
BufferedImage |
Tile.generateImage(TimeSurface surf,
RenderRequest renderRequest) |
BufferedImage |
Tile.linearCombination(double k1,
TimeSurface surfA,
double k2,
TimeSurface surfB,
double intercept,
RenderRequest renderRequest) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
Renderer.getResponse(TileRequest tileRequest,
TimeSurface surfA,
TimeSurface surfB,
RenderRequest renderRequest) |
Modifier and Type | Method and Description |
---|---|
static List<TimeSurfaceShort> |
TimeSurfaceShort.list(Collection<TimeSurface> in) |
Constructor and Description |
---|
TimeSurfaceShort(TimeSurface surface) |
Modifier and Type | Method and Description |
---|---|
static List<IsochroneData> |
SurfaceResource.getIsochronesAccumulative(TimeSurface surf,
int spacing,
int nMax)
Use Laurent's accumulative grid sampler.
|
Copyright © 2019. All rights reserved.