Interface GeoPoint
-
public interface GeoPointA point in the geocentric coordinate system.- Author:
- Nicolas Helleringer
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description doublelatitude()doublelongitude()static GeoPointof(double latitude, double longitude)Create aGeoPointfrom a latitude and a longitude.
-