Class ADESerializerHelper


  • public class ADESerializerHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeADEProperty​(org.citygml4j.core.model.ade.ADEProperty property, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ADESerializerHelper

        public ADESerializerHelper()
    • 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.ObjectSerializeException
        org.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.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException