public interface CityGMLReader
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getBaseURI() |
ParentInfo |
getParentInfo() |
boolean |
hasNext() |
boolean |
isSetParentInfo() |
XMLChunk |
nextChunk() |
CityGML |
nextFeature() |
boolean hasNext() throws CityGMLReadException
CityGMLReadException
CityGML nextFeature() throws CityGMLReadException
CityGMLReadException
XMLChunk nextChunk() throws CityGMLReadException
CityGMLReadException
boolean isSetParentInfo()
ParentInfo getParentInfo()
java.lang.String getBaseURI()
void close() throws CityGMLReadException
CityGMLReadException