Package org.naviqore.utils.spatial
Interface Location<T extends Coordinate>
- Type Parameters:
T- The type of the coordinates that defines this location, must extendCoordinate.
public interface Location<T extends Coordinate>
A location in a generic spatial coordinate system.
-
Method Summary
Modifier and TypeMethodDescriptionGets the coordinate that defines this location.
-
Method Details
-
getCoordinate
T getCoordinate()Gets the coordinate that defines this location.
-