Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.client
Class MapLocation

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.client.MapLocation

public class MapLocation
extends java.lang.Object


Constructor Summary
MapLocation(double lat, double lon)
          MapLocation.
 
Method Summary
 boolean equals(MapLocation loc)
          equals.
 double getLat()
          getLat.
 double getLon()
          getLon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapLocation

public MapLocation(double lat,
                   double lon)
MapLocation.

Method Detail

getLat

public double getLat()
getLat.


getLon

public double getLon()
getLon.


equals

public boolean equals(MapLocation loc)
equals.


Simulcast 4.2