Package | Description |
---|---|
com.graphhopper.util.details |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathDetailsBuilder
Builds a PathDetail list, from values and intervals of a Path.
|
class |
AverageSpeedDetails |
class |
DecimalDetails |
class |
DistanceDetails |
class |
EdgeIdDetails
Calculate the Edge Id segments of a Path
|
class |
EnumDetails<E extends Enum> |
class |
IntDetails |
class |
StreetNameDetails
Calculate the speed name segments of a Path
|
class |
TimeDetails
Calculate the time segments for a Path
|
class |
WeightDetails
Calculate the weight segments for a Path
|
Modifier and Type | Method and Description |
---|---|
List<PathDetailsBuilder> |
PathDetailsBuilderFactory.createPathDetailsBuilders(List<String> requestedPathDetails,
EncodedValueLookup evl,
Weighting weighting) |
Constructor and Description |
---|
PathDetailsFromEdges(List<PathDetailsBuilder> calculators,
int previousIndex) |
Copyright © 2012–2020. All rights reserved.