org.citygml4j.xml.io.reader
Interface CityGMLReader
- All Known Subinterfaces:
- CityGMLChunkReader
- All Known Implementing Classes:
- JAXBChunkReader, JAXBSimpleReader
public interface CityGMLReader
hasNext
boolean hasNext()
throws CityGMLReadException
- Throws:
CityGMLReadException
nextFeature
CityGML nextFeature()
throws CityGMLReadException
- Throws:
CityGMLReadException
nextChunk
XMLChunk nextChunk()
throws CityGMLReadException
- Throws:
CityGMLReadException
isSetParentInfo
boolean isSetParentInfo()
getParentInfo
ParentInfo getParentInfo()
getBaseURI
java.lang.String getBaseURI()
close
void close()
throws CityGMLReadException
- Throws:
CityGMLReadException