Package | Description |
---|---|
org.opentripplanner.graph_builder.module.map |
Modifier and Type | Class and Description |
---|---|
class |
EndMatchState
The end of a route's geometry, meaning that the search can quit
|
class |
MidblockMatchState |
Modifier and Type | Field and Description |
---|---|
MatchState |
MatchState.parent |
Modifier and Type | Method and Description |
---|---|
abstract List<MatchState> |
MatchState.getNextStates() |
List<MatchState> |
EndMatchState.getNextStates() |
List<MatchState> |
MidblockMatchState.getNextStates() |
Constructor and Description |
---|
EndMatchState(MatchState parent,
double error,
double distance) |
MatchState(MatchState parent,
Edge edge,
double distanceAlongRoute) |
MidblockMatchState(MatchState parent,
com.vividsolutions.jts.geom.Geometry routeGeometry,
Edge edge,
com.vividsolutions.jts.linearref.LinearLocation routeIndex,
com.vividsolutions.jts.linearref.LinearLocation edgeIndex,
double error,
double distanceAlongRoute) |
Copyright © 2018. All rights reserved.