public class OsmXmlIterator extends Objectimplements OsmIterator , OsmHandler
| Constructor and Description |
|---|
OsmXmlIterator(File
|
OsmXmlIterator(InputStream
|
OsmXmlIterator(String
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
|
void |
handle(OsmNode
|
void |
handle(OsmRelation
|
void |
handle(OsmWay
|
boolean |
hasNext()
|
Iterator |
iterator()
|
EntityContainer |
next()
|
void |
remove()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic OsmXmlIterator(InputStreaminputStream, boolean parseMetadata) throws ParserConfigurationException , SAXException
public OsmXmlIterator(Filefile, boolean parseMetadata) throws ParserConfigurationException , SAXException , FileNotFoundException
public OsmXmlIterator(StringfileName, boolean parseMetadata) throws ParserConfigurationException , SAXException , FileNotFoundException
public void complete()
public Iterator<EntityContainer > iterator()
public boolean hasNext()
public EntityContainernext()
public void remove()
public void handle(OsmNodenode)
public void handle(OsmWayway)
public void handle(OsmRelationrelation)