public class JAXBChunkReader extends AbstractJAXBReader implements CityGMLReader
Constructor and Description |
---|
JAXBChunkReader(javax.xml.stream.XMLStreamReader reader,
java.io.InputStream in,
JAXBInputFactory factory,
java.net.URI baseURI) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ParentInfo |
getParentInfo() |
boolean |
hasNext() |
boolean |
isSetParentInfo() |
XMLChunk |
nextChunk() |
CityGML |
nextFeature() |
getBaseURI, isFilteredReader
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBaseURI
public JAXBChunkReader(javax.xml.stream.XMLStreamReader reader, java.io.InputStream in, JAXBInputFactory factory, java.net.URI baseURI) throws CityGMLReadException
CityGMLReadException
public void close() throws CityGMLReadException
close
in interface CityGMLReader
close
in class AbstractJAXBReader
CityGMLReadException
public boolean hasNext() throws CityGMLReadException
hasNext
in interface CityGMLReader
CityGMLReadException
public XMLChunk nextChunk() throws CityGMLReadException
nextChunk
in interface CityGMLReader
CityGMLReadException
public CityGML nextFeature() throws CityGMLReadException
nextFeature
in interface CityGMLReader
CityGMLReadException
public boolean isSetParentInfo()
isSetParentInfo
in interface CityGMLReader
public ParentInfo getParentInfo()
getParentInfo
in interface CityGMLReader