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