Interface GeographicCoordinate


public interface GeographicCoordinate
Represents a geographic coordinate at reference point.
Since:
9.10.3
  • Method Details

    • getLatitude

      Returns the latitude defined as degrees, minutes, and seconds.
      Returns:
      the latitude defined as degrees, minutes, and seconds.
      Since:
      9.10.3
    • getLongitude

      Returns the longitude defined as degrees, minutes, and seconds.
      Returns:
      the longitude defined as degrees, minutes, and seconds
      Since:
      9.10.3