Package org.citygml4j.xml.io.writer
Interface CityGMLWriter
-
- All Superinterfaces:
AbstractCityGMLWriter
,java.lang.AutoCloseable
- All Known Implementing Classes:
JAXBSimpleWriter
public interface CityGMLWriter extends AbstractCityGMLWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(AbstractFeature abstractFeature)
-
Methods inherited from interface org.citygml4j.xml.io.writer.AbstractCityGMLWriter
close, flush, getHeaderComment, getIndentString, getModuleContext, getNamespaceContext, getNamespaceURI, getPrefix, getSchemaLocation, isEscapeCharacters, isWriteEncoding, isWriteXMLDecl, reset, setDefaultNamespace, setDefaultNamespace, setEscapeCharacters, setHeaderComment, setIndentString, setModuleContext, setNamespaceContext, setPrefix, setPrefix, setPrefixes, setPrefixes, setPrefixes, setSchemaLocation, setSchemaLocation, setSchemaLocations, setSchemaLocations, setSchemaLocations, setWriteEncoding, setWriteXMLDecl, unsetHeaderComment
-
-
-
-
Method Detail
-
write
void write(AbstractFeature abstractFeature) throws CityGMLWriteException
- Throws:
CityGMLWriteException
-
-