public class StPoint
extends Object
-
Constructor Summary
Constructors
-
Method Summary
double
double
double
double
void
-
Constructor Details
-
StPoint
public StPoint(double lon,
double lat)
-
Method Details
-
getLatitude
public double getLatitude()
-
getLongitude
public double getLongitude()
-
getX
public double getX()
-
getY
public double getY()
-
-