org.osm2world.core.osm.data
Class OSMElement

Object
  extended by OSMElement
Direct Known Subclasses:
OSMNode, OSMRelation, OSMWay

public class OSMElement
extends Object


Field Summary
 long id
           
 TagGroup tags
           
 
Constructor Summary
OSMElement(TagGroup tags, long id)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tags

public final TagGroup tags

id

public final long id
Constructor Detail

OSMElement

public OSMElement(TagGroup tags,
                  long id)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object