public class MidblockMatchState extends MatchState
Modifier and Type | Field and Description |
---|---|
com.vividsolutions.jts.linearref.LinearLocation |
routeIndex |
accumulatedError, currentError, edge, NEW_SEGMENT_PENALTY, NO_TRAVERSE_PENALTY, parent
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<MatchState> |
getNextStates() |
int |
hashCode() |
String |
toString() |
carsCanTraverse, distance, distanceAlongGeometry, getDistanceAlongRoute, getEdge, getOutgoingMatchableEdges, getTotalError
public 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)
public List<MatchState> getNextStates()
getNextStates
in class MatchState
Copyright © 2018. All rights reserved.