Interface LocationReferenceCreator<L,LR>

Type Parameters:
L - Location type
LR - Location Reference type

public interface LocationReferenceCreator<L,LR>
Creates location references from locations.

Instances of LocationReferenceCreator can be obtained using the factory object LocationReferenceCreators.

  • Method Summary

    Modifier and Type
    Method
    Description
    create(L location)
    Creates a location reference for the given location.
  • Method Details

    • create

      LR create(L location)
      Creates a location reference for the given location.