- java.lang.Object
-
- org.citygml4j.xml.writer.AbstractCityGMLWriter<CityGMLWriter>
-
- org.citygml4j.xml.writer.CityGMLWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class CityGMLWriter extends AbstractCityGMLWriter<CityGMLWriter>
-
-
Constructor Summary
Constructors Constructor Description CityGMLWriter(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 voidwrite(org.citygml4j.core.model.core.AbstractFeature feature)-
Methods inherited from class org.citygml4j.xml.writer.AbstractCityGMLWriter
close, flush, getHeaderComment, getIndent, getNamespaceURI, getPrefix, getSchemaLocation, isWriteXMLDeclaration, withDefaultNamespace, withDefaultPrefixes, withDefaultSchemaLocations, withHeaderComment, withIndent, withPrefix, withSchemaLocation, writeXMLDeclaration
-
-
-
-
Method Detail
-
write
public void write(org.citygml4j.core.model.core.AbstractFeature feature) throws CityGMLWriteException- Throws:
CityGMLWriteException
-
-