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
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, 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)