- java.lang.Object
-
- org.citygml4j.xml.reader.CityGMLChunk
-
public class CityGMLChunk extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.core.model.core.AbstractFeaturebuild()org.citygml4j.core.model.core.AbstractFeaturebuild(boolean release)javax.xml.namespace.QNamegetFirstElement()javax.xml.namespace.QNamegetLastElement()voidsend(org.xml.sax.ContentHandler handler, boolean release)javax.xml.stream.XMLStreamReadertoXMLStreamReader(boolean release)
-
-
-
Method Detail
-
getFirstElement
public javax.xml.namespace.QName getFirstElement()
-
getLastElement
public javax.xml.namespace.QName getLastElement()
-
toXMLStreamReader
public javax.xml.stream.XMLStreamReader toXMLStreamReader(boolean release)
-
send
public void send(org.xml.sax.ContentHandler handler, boolean release) throws org.xml.sax.SAXException- Throws:
org.xml.sax.SAXException
-
build
public org.citygml4j.core.model.core.AbstractFeature build(boolean release) throws CityGMLReadException- Throws:
CityGMLReadException
-
build
public org.citygml4j.core.model.core.AbstractFeature build() throws CityGMLReadException- Throws:
CityGMLReadException
-
-