public class MidblockMatchState extends MatchState
| Modifier and Type | Field and Description |
|---|---|
org.locationtech.jts.linearref.LinearLocation |
routeIndex |
accumulatedError, currentError, edge, NEW_SEGMENT_PENALTY, NO_TRAVERSE_PENALTY, parent| Constructor and Description |
|---|
MidblockMatchState(MatchState parent,
org.locationtech.jts.geom.Geometry routeGeometry,
Edge edge,
org.locationtech.jts.linearref.LinearLocation routeIndex,
org.locationtech.jts.linearref.LinearLocation edgeIndex,
double error,
double distanceAlongRoute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<MatchState> |
getNextStates() |
int |
hashCode() |
String |
toString() |
carsCanTraverse, distance, distanceAlongGeometry, getDistanceAlongRoute, getEdge, getOutgoingMatchableEdges, getTotalErrorpublic MidblockMatchState(MatchState parent, org.locationtech.jts.geom.Geometry routeGeometry, Edge edge, org.locationtech.jts.linearref.LinearLocation routeIndex, org.locationtech.jts.linearref.LinearLocation edgeIndex, double error, double distanceAlongRoute)
public List<MatchState> getNextStates()
getNextStates in class MatchStateCopyright © 2019. All rights reserved.