Class GeoPoint
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.ospman.api.GeoPoint
-
public class GeoPoint extends Object
A point on a two-dimensional plane- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description GeoPoint(double x, double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
void
setX(double x)
void
setY(double y)
-