Package com.solibri.smc.api.model
Interface GeographicCoordinate
public interface GeographicCoordinate
Represents a geographic coordinate at reference point.
- Since:
- 9.10.3
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GeographicCoordinate.Angle
Internal Angle interface that defines degrees, minutes, and seconds. -
Method Summary
Modifier and Type Method Description GeographicCoordinate.Angle
getLatitude()
Returns the latitude defined as degrees, minutes, and seconds.GeographicCoordinate.Angle
getLongitude()
Returns the longitude defined as degrees, minutes, and seconds.
-
Method Details
-
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
-