- java.lang.Object
-
- org.citygml4j.xml.reader.CityGMLReader
-
- org.citygml4j.xml.reader.CityGMLSimpleReader
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class CityGMLSimpleReader extends CityGMLReader
-
-
Constructor Summary
Constructors Constructor Description CityGMLSimpleReader(org.xmlobjects.stream.XMLReader reader, org.xmlobjects.stream.XMLReaderFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()org.citygml4j.core.model.core.AbstractFeaturenext()CityGMLChunknextChunk()-
Methods inherited from class org.citygml4j.xml.reader.CityGMLReader
close, getBaseURI, getName, getNamespaces, getParentInfo, getPrefix, hasParentInfo
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext() throws CityGMLReadException- Specified by:
hasNextin classCityGMLReader- Throws:
CityGMLReadException
-
next
public org.citygml4j.core.model.core.AbstractFeature next() throws CityGMLReadException- Specified by:
nextin classCityGMLReader- Throws:
CityGMLReadException
-
nextChunk
public CityGMLChunk nextChunk() throws CityGMLReadException
- Specified by:
nextChunkin classCityGMLReader- Throws:
CityGMLReadException
-
-