Uses of Interface
com.graphhopper.util.details.PathDetailsBuilder
Packages that use PathDetailsBuilder
-
Uses of PathDetailsBuilder in com.graphhopper.util.details
Classes in com.graphhopper.util.details that implement PathDetailsBuilderModifier and TypeClassDescriptionclass
Builds a PathDetail list, from values and intervals of a Path.class
class
class
Simply returns the same value everywhere, useful to represent values that are the same between two (via-)pointsclass
class
class
Calculate the Edge Id segments of a Pathclass
class
EnumDetails<E extends Enum>
class
class
Calculate the intersections for a route.class
Return a String value from the key-valuesclass
class
Calculate the time segments for a Pathclass
Calculate the weight segments for a PathMethods in com.graphhopper.util.details that return types with arguments of type PathDetailsBuilderModifier and TypeMethodDescriptionPathDetailsBuilderFactory.createPathDetailsBuilders
(List<String> requestedPathDetails, Path path, EncodedValueLookup evl, Weighting weighting, Graph graph) Constructor parameters in com.graphhopper.util.details with type arguments of type PathDetailsBuilderModifierConstructorDescriptionPathDetailsFromEdges
(List<PathDetailsBuilder> calculators, int previousIndex)