Package com.graphhopper.util.details
Class WeightDetails
java.lang.Object
com.graphhopper.util.details.AbstractPathDetailsBuilder
com.graphhopper.util.details.WeightDetails
- All Implemented Interfaces:
PathDetailsBuilder
Calculate the weight segments for a Path
- Author:
- Peter Karich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe value of the Path at this moment, that should be stored in the PathDetail when calling startIntervalboolean
Methods inherited from class com.graphhopper.util.details.AbstractPathDetailsBuilder
build, endInterval, getName, startInterval, toString
-
Constructor Details
-
WeightDetails
-
-
Method Details
-
isEdgeDifferentToLastEdge
-
getCurrentValue
Description copied from class:AbstractPathDetailsBuilder
The value of the Path at this moment, that should be stored in the PathDetail when calling startInterval- Specified by:
getCurrentValue
in classAbstractPathDetailsBuilder
-