|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.reader.osm.Element
uk.me.parabola.mkgmap.reader.osm.Relation
uk.me.parabola.mkgmap.reader.osm.GeneralRelation
public class GeneralRelation
A relation to use when no special treatment is required, or when the relation type is not recognised.
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 |
---|
public GeneralRelation(long id)
Method Detail |
---|
public void processElements()
Relation
processElements
in class Relation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |