Interface GeographicCoordinate


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

      • getLatitude

        GeographicCoordinate.Angle getLatitude()
        Returns the latitude defined as degrees, minutes, and seconds.
        Returns:
        the latitude defined as degrees, minutes, and seconds.
        Since:
        9.10.3
      • getLongitude

        GeographicCoordinate.Angle getLongitude()
        Returns the longitude defined as degrees, minutes, and seconds.
        Returns:
        the longitude defined as degrees, minutes, and seconds
        Since:
        9.10.3