Package com.ocient.jdbc
Class StPoint
java.lang.Object
com.ocient.jdbc.StPoint
public class StPoint extends Object
-
Constructor Summary
Constructors Constructor Description StPoint(double lon, double lat) -
Method Summary
Modifier and Type Method Description doublegetLatitude()doublegetLongitude()doublegetX()doublegetY()StringtoString()
-
Constructor Details
-
StPoint
public StPoint(double lon, double lat)
-
-
Method Details
-
getLongitude
public double getLongitude() -
getLatitude
public double getLatitude() -
getX
public double getX() -
getY
public double getY() -
toString
-