public class Point extends Object implements Serializable
Point()
Point(double lat, double lon)
Double
getLat()
getLon()
void
setLat(Double lat)
setLon(Double lon)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Point()
public Point(double lat, double lon)
public Double getLon()
public void setLon(Double lon)
public Double getLat()
public void setLat(Double lat)
public String toString()
toString
Object
Copyright © 2016. All rights reserved.