Interface LocationReferenceCreator<L,LR>
- Type Parameters:
L
- Location typeLR
- 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
-
Method Details
-
create
Creates a location reference for the given location.
-