org.osm2world.core.osm.data
Class OSMNode

Object
  extended by OSMElement
      extended by OSMNode

public class OSMNode
extends OSMElement


Field Summary
 double lat
           
 double lon
           
 
Fields inherited from class OSMElement
id, tags
 
Constructor Summary
OSMNode(double lat, double lon, TagGroup tags, long id)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class OSMElement
equals, hashCode
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

lat

public final double lat

lon

public final double lon
Constructor Detail

OSMNode

public OSMNode(double lat,
               double lon,
               TagGroup tags,
               long id)
Method Detail

toString

public String toString()
Overrides:
toString in class Object