Class SemanticLocationReferenceResolvers
Provides factories for LocationReferenceResolvers to resolve semantic location
references into Location Library data model specific representations.
-
Constructor Summary
ConstructorsConstructorDescriptionSemanticLocationReferenceResolvers(OptimizedMapLayers optimizedMap) SemanticLocationReferenceResolvers(OlrLayers olrLayers) -
Method Summary
Modifier and TypeMethodDescriptionlinear()This is an experimental API.This is an experimental API.
-
Constructor Details
-
SemanticLocationReferenceResolvers
-
SemanticLocationReferenceResolvers
-
-
Method Details
-
linear
public LocationReferenceResolver<SemanticLinearLocationReference,LinearLocation> linear(Double searchRadiusInMeters, Double snappingToJunctionDistanceInMeters) This is an experimental API. It may be removed or changed in future versions.Creates a resolver for
SemanticLinearLocationReferences.A
SemanticLinearLocationReferencerefers to a path with information on junctions in the road network and thus needs to be resolved against a map. If the reference cannot be resolved anOlrResolverExceptionis thrown. Specific cases where this can happen are described in the documentation of the exception class.- Parameters:
searchRadiusInMeters- the radius in meters to search for candidate vertices around each reference pointsnappingToJunctionDistanceInMeters- the maximum distance in meters along a segment within which a junction (or end of drivable road) can be considered as a candidate for a junction reference point
-
linear
This is an experimental API. It may be removed or changed in future versions.Creates a resolver for
SemanticLinearLocationReferences.A
SemanticLinearLocationReferencerefers to a path with information on junctions in the road network and thus needs to be resolved against a map. If the reference cannot be resolved anOlrResolverExceptionis thrown. Specific cases where this can happen are described in the documentation of the exception class.
-