uk.me.parabola.mkgmap.reader.osm
Class GeneralRelation

java.lang.Object
  extended by uk.me.parabola.mkgmap.reader.osm.Element
      extended by uk.me.parabola.mkgmap.reader.osm.Relation
          extended by uk.me.parabola.mkgmap.reader.osm.GeneralRelation
All Implemented Interfaces:
java.lang.Iterable<java.lang.String>

public class GeneralRelation
extends Relation

A relation to use when no special treatment is required, or when the relation type is not recognised.

Author:
Steve Ratcliffe

Constructor Summary
GeneralRelation(long id)
           
 
Method Summary
 void processElements()
          Invoked after addElement() has been invoked on all Node and Way members of the relations.
 
Methods inherited from class uk.me.parabola.mkgmap.reader.osm.Relation
addElement, getElements, kind
 
Methods inherited from class uk.me.parabola.mkgmap.reader.osm.Element
addTag, copy, copyTags, deleteTag, getEntryIteratable, getId, getName, getTag, getTagsWithPrefix, iterator, removeAllTags, setId, setName, toBrowseURL, toTagString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralRelation

public GeneralRelation(long id)
Method Detail

processElements

public void processElements()
Description copied from class: Relation
Invoked after addElement() has been invoked on all Node and Way members of the relations. Relation members (sub-relations) may be added later.

Specified by:
processElements in class Relation