Interface LocationReferenceResolver<LR,R>
- Type Parameters:
LR
- Location Reference typeR
- Resolved type
public interface LocationReferenceResolver<LR,R>
Represents a way of resolving location references into map-specific representations.
Instances of LocationReferenceResolver
can be obtained using the factory object LocationReferenceResolvers
.
-
Method Summary
-
Method Details
-
resolve
Resolves the given reference location into a map-specific representation.- Parameters:
locationReference
- The location reference to be resolved.- Returns:
- The resolved location reference.
-