Interface Location<T extends Coordinate>

Type Parameters:
T - The type of the coordinates that defines this location, must extend Coordinate.

public interface Location<T extends Coordinate>
A location in a generic spatial coordinate system.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the coordinate that defines this location.
  • Method Details

    • getCoordinate

      T getCoordinate()
      Gets the coordinate that defines this location.