All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.LatLonPoint

java.lang.Object
   |
   +----IMSWG.IW.LatLonPoint

public class LatLonPoint
extends Object
This class represents a Latitude, Longitude pair. Checks if lat and lon are in allowed range.


Constructor Index

 o LatLonPoint(double, double)
Constructors
 o LatLonPoint(String, String)

Method Index

 o getLat()
 o getLon()
 o setLat(double)
 o setLat(String)
 o setLon(double)
 o setLon(String)
 o validateLat(double)
 o validateLon(double)

Constructors

 o LatLonPoint
 public LatLonPoint(double dlat,
                    double dlon) throws Exception
Constructors

 o LatLonPoint
 public LatLonPoint(String slat,
                    String slon) throws Exception

Methods

 o setLat
 public void setLat(double plat) throws Exception
 o setLat
 public void setLat(String slat) throws Exception
 o setLon
 public void setLon(double dlon) throws Exception
 o setLon
 public void setLon(String slon) throws Exception
 o getLat
 public double getLat()
 o getLon
 public double getLon()
 o validateLat
 public boolean validateLat(double dlat) throws Exception
 o validateLon
 public boolean validateLon(double dlon) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index