All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----IMSWG.IW.LatLonPoint
public LatLonPoint(double dlat, double dlon) throws Exception
public LatLonPoint(String slat, String slon) throws Exception
public void setLat(double plat) throws Exception
public void setLat(String slat) throws Exception
public void setLon(double dlon) throws Exception
public void setLon(String slon) throws Exception
public double getLat()
public double getLon()
public boolean validateLat(double dlat) throws Exception
public boolean validateLon(double dlon) throws Exception
All Packages Class Hierarchy This Package Previous Next Index