- getEdgeMatches() - Method in class com.graphhopper.matching.MatchResult
-
All possible assigned edges.
- getEdgeState() - Method in class com.graphhopper.matching.EdgeMatch
-
- getEntry() - Method in class com.graphhopper.matching.GPXExtension
-
- getGpxEntriesLength() - Method in class com.graphhopper.matching.MatchResult
-
Length of the original GPX track in meters
- getGpxEntriesMillis() - Method in class com.graphhopper.matching.MatchResult
-
Length of the original GPX track in milliseconds
- getGpxExtensions() - Method in class com.graphhopper.matching.EdgeMatch
-
- getIncomingVirtualEdge() - Method in class com.graphhopper.matching.GPXExtension
-
Returns the virtual edge that should be used by incoming paths.
- getMatchLength() - Method in class com.graphhopper.matching.MatchResult
-
Length of the map-matched road in meters
- getMatchMillis() - Method in class com.graphhopper.matching.MatchResult
-
Length of the map-matched road in milliseconds
- getMergedPath() - Method in class com.graphhopper.matching.MatchResult
-
- getMinDistance() - Method in class com.graphhopper.matching.EdgeMatch
-
- getOutgoingVirtualEdge() - Method in class com.graphhopper.matching.GPXExtension
-
Returns the virtual edge that should be used by outgoing paths.
- getQueryResult() - Method in class com.graphhopper.matching.GPXExtension
-
- GPXExtension - Class in com.graphhopper.matching
-
During map matching this represents a map matching candidate, i.e. a potential snapped
point of a GPX entry.
- GPXExtension(GPXEntry, QueryResult) - Constructor for class com.graphhopper.matching.GPXExtension
-
Creates an undirected candidate for a real node.
- GPXExtension(GPXEntry, QueryResult, VirtualEdgeIteratorState, VirtualEdgeIteratorState) - Constructor for class com.graphhopper.matching.GPXExtension
-
Creates a directed candidate for a virtual node.