Interface LocationReferenceResolver<LR,R>

Type Parameters:
LR - Location Reference type
R - 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

    Modifier and Type
    Method
    Description
    resolve(LR locationReference)
    Resolves the given reference location into a map-specific representation.
  • Method Details

    • resolve

      R resolve(LR locationReference)
      Resolves the given reference location into a map-specific representation.

      Parameters:
      locationReference - The location reference to be resolved.
      Returns:
      The resolved location reference.