org.osm2world.core.map_data.creation
Class LatLon

Object
  extended by LatLon

public class LatLon
extends Object

an immutable coordinate pair with latitude and longitude


Field Summary
 double lat
           
 double lon
           
 
Constructor Summary
LatLon(double lat, double lon)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lat

public final double lat

lon

public final double lon
Constructor Detail

LatLon

public LatLon(double lat,
              double lon)