- getEdgeMatches() - Method in class com.graphhopper.matching.MatchResult
-
All possible assigned edges.
- getEdgeState() - Method in class com.graphhopper.matching.EdgeMatch
-
- getEntries() - Method in class com.graphhopper.matching.GPXFile
-
- 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
- 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.
- 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.
- GPXFile - Class in com.graphhopper.matching
-
A simple utility method to import from and export to GPX files.
- GPXFile() - Constructor for class com.graphhopper.matching.GPXFile
-
- GPXFile(List<GPXEntry>) - Constructor for class com.graphhopper.matching.GPXFile
-
- GPXFile(MatchResult, InstructionList) - Constructor for class com.graphhopper.matching.GPXFile
-