- java.lang.Object
-
- org.citygml4j.xml.writer.AbstractCityGMLWriter<CityGMLChunkWriter>
-
- org.citygml4j.xml.writer.CityGMLChunkWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class CityGMLChunkWriter extends AbstractCityGMLWriter<CityGMLChunkWriter>
-
-
Constructor Summary
Constructors Constructor Description CityGMLChunkWriter(org.xmlobjects.stream.XMLWriter writer, org.citygml4j.core.model.CityGMLVersion version, org.xmlobjects.stream.XMLWriterFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()CityModelInfogetCityModelInfo()CityGMLChunkWriterwithCityModelInfo(org.citygml4j.core.model.core.CityModel cityModel)CityGMLChunkWriterwithCityModelInfo(FeatureInfo featureInfo)voidwriteMember(org.citygml4j.core.model.core.AbstractFeature feature)-
Methods inherited from class org.citygml4j.xml.writer.AbstractCityGMLWriter
flush, getHeaderComment, getIndent, getNamespaceURI, getPrefix, getSchemaLocation, isWriteXMLDeclaration, withDefaultNamespace, withDefaultPrefixes, withDefaultSchemaLocations, withHeaderComment, withIndent, withPrefix, withSchemaLocation, writeXMLDeclaration
-
-
-
-
Method Detail
-
getCityModelInfo
public CityModelInfo getCityModelInfo()
-
withCityModelInfo
public CityGMLChunkWriter withCityModelInfo(org.citygml4j.core.model.core.CityModel cityModel)
-
withCityModelInfo
public CityGMLChunkWriter withCityModelInfo(FeatureInfo featureInfo)
-
writeMember
public void writeMember(org.citygml4j.core.model.core.AbstractFeature feature) throws CityGMLWriteException- Throws:
CityGMLWriteException
-
close
public void close() throws CityGMLWriteException- Specified by:
closein interfacejava.lang.AutoCloseable- Overrides:
closein classAbstractCityGMLWriter<CityGMLChunkWriter>- Throws:
CityGMLWriteException
-
-