- java.lang.Object
-
- org.citygml4j.xml.adapter.ade.ADESerializerHelper
-
public class ADESerializerHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ADESerializerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteADEProperty(org.citygml4j.core.model.ade.ADEProperty property, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)static voidwriteADEProperty(org.xmlobjects.xml.Element element, org.citygml4j.core.model.ade.ADEProperty property, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)
-
-
-
Method Detail
-
writeADEProperty
public static void writeADEProperty(org.xmlobjects.xml.Element element, org.citygml4j.core.model.ade.ADEProperty property, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
writeADEProperty
public static void writeADEProperty(org.citygml4j.core.model.ade.ADEProperty property, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-