Package | Description |
---|---|
org.opentripplanner.analyst.batch | |
org.opentripplanner.analyst.core | |
org.opentripplanner.analyst.request | |
org.opentripplanner.analyst.scenario |
This package contains classes for modeling transport scenarios as an ordered series of modifications to be applied
to an underlying baseline graph.
|
org.opentripplanner.scripting.api |
Modifier and Type | Field and Description |
---|---|
Sample |
Individual.sample |
Modifier and Type | Method and Description |
---|---|
Sample |
SampleSource.getSample(double lon,
double lat) |
Sample[] |
DynamicTile.getSamples() |
Sample[] |
TemplateTile.getSamples() |
abstract Sample[] |
Tile.getSamples() |
Modifier and Type | Method and Description |
---|---|
Sample |
SampleFactory.findClosest(List<Edge> edges,
org.locationtech.jts.geom.Coordinate pt,
double xscale)
DistanceToPoint.computeDistance() uses a LineSegment, which has a closestPoint method.
|
Sample |
SampleFactory.getSample(double lon,
double lat) |
Modifier and Type | Field and Description |
---|---|
Sample |
AddTripPattern.TemporaryStop.sample
how this vertex is connected to the graph
|
Modifier and Type | Field and Description |
---|---|
protected Sample |
OtpsIndividual.cachedSample |
Copyright © 2019. All rights reserved.