public interface IGeoPoint
About Datums
At this time, this interface makes no provision for specifying datum. It is assumed that all coordinates are given in a consistent datum and that the management of datums is left to the application.
Modifier and Type | Method and Description |
---|---|
double |
getLatitude()
Gets the latitude stored in the GeoPoint.
|
double |
getLongitude()
Gets the longitude stored in the GeoPoint.
|
Copyright © 2022. All rights reserved.