Package com.graphhopper.matching
Class MatchResult
java.lang.Object
com.graphhopper.matching.MatchResult
- Author:
- Peter Karich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAll possible assigned edges.doubleLength of the original GPX track in metersgetGraph()doubleLength of the map-matched route in meterslongDuration of the map-matched route in millisecondsvoidsetEdgeMatches(List<EdgeMatch> edgeMatches) voidsetGPXEntriesLength(double gpxEntriesLength) voidsetGPXEntriesMillis(long gpxEntriesMillis) voidvoidsetMatchLength(double matchLength) voidsetMatchMillis(long matchMillis) voidsetMergedPath(Path mergedPath) voidsetWeighting(Weighting weighting) toString()
-
Constructor Details
-
MatchResult
-
-
Method Details
-
setEdgeMatches
-
setGPXEntriesLength
public void setGPXEntriesLength(double gpxEntriesLength) -
setGPXEntriesMillis
public void setGPXEntriesMillis(long gpxEntriesMillis) -
setMatchLength
public void setMatchLength(double matchLength) -
setMatchMillis
public void setMatchMillis(long matchMillis) -
setMergedPath
-
getEdgeMatches
All possible assigned edges. -
getGpxEntriesLength
public double getGpxEntriesLength()Length of the original GPX track in meters -
getMatchLength
public double getMatchLength()Length of the map-matched route in meters -
getMatchMillis
public long getMatchMillis()Duration of the map-matched route in milliseconds -
getMergedPath
-
toString
-
getWeighting
-
setWeighting
-
getGraph
-
setGraph
-