Class AbstractSurfaceDataAdapter<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildADEProperty​(T object, javax.xml.namespace.QName name, org.xmlobjects.stream.XMLReader reader)  
      void buildChildObject​(T object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)  
      void writeChildElements​(T object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)  
      • Methods inherited from class org.xmlobjects.gml.adapter.base.AbstractGMLAdapter

        initializeElement, initializeObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.xmlobjects.builder.ObjectBuilder

        createObject
      • Methods inherited from interface org.xmlobjects.serializer.ObjectSerializer

        createElement
    • Constructor Detail

      • AbstractSurfaceDataAdapter

        public AbstractSurfaceDataAdapter()
    • Method Detail

      • buildChildObject

        public void buildChildObject​(T object,
                                     javax.xml.namespace.QName name,
                                     org.xmlobjects.xml.Attributes attributes,
                                     org.xmlobjects.stream.XMLReader reader)
                              throws org.xmlobjects.builder.ObjectBuildException,
                                     org.xmlobjects.stream.XMLReadException
        Specified by:
        buildChildObject in interface org.xmlobjects.builder.ObjectBuilder<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>
        Overrides:
        buildChildObject in class AbstractFeatureAdapter<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • buildADEProperty

        public void buildADEProperty​(T object,
                                     javax.xml.namespace.QName name,
                                     org.xmlobjects.stream.XMLReader reader)
                              throws org.xmlobjects.builder.ObjectBuildException,
                                     org.xmlobjects.stream.XMLReadException
        Specified by:
        buildADEProperty in interface ADEPropertyBuilder<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>
        Overrides:
        buildADEProperty in class AbstractFeatureAdapter<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • writeChildElements

        public void writeChildElements​(T object,
                                       org.xmlobjects.xml.Namespaces namespaces,
                                       org.xmlobjects.stream.XMLWriter writer)
                                throws org.xmlobjects.serializer.ObjectSerializeException,
                                       org.xmlobjects.stream.XMLWriteException
        Specified by:
        writeChildElements in interface org.xmlobjects.serializer.ObjectSerializer<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>
        Overrides:
        writeChildElements in class AbstractFeatureAdapter<T extends org.citygml4j.core.model.appearance.AbstractSurfaceData>
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException