Class GeoCoordinate
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoCoordinate
-
public class GeoCoordinate extends Object
A simple wrapper for a pair latitude-longitude.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description GeoCoordinate(double latitude, double longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLatitude()
double
getLongitude()
void
setLatitude(double latitude)
void
setLongitude(double longitude)
-