public interface GeographicCoordinate
Modifier and Type | Interface and Description |
---|---|
static interface |
GeographicCoordinate.Angle
Internal Angle interface that defines degrees, minutes, and seconds.
|
Modifier and Type | Method and 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.
|
GeographicCoordinate.Angle getLatitude()
GeographicCoordinate.Angle getLongitude()
Copyright © 2019 Solibri, Inc.. All rights reserved.