Class WallSurfaceAdapter

  • All Implemented Interfaces:
    ADEPropertyBuilder<org.citygml4j.core.model.construction.WallSurface>, org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.construction.WallSurface>, org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.construction.WallSurface>

    @XMLElement(name="WallSurface",
                namespaceURI="http://www.opengis.net/citygml/construction/3.0")
    public class WallSurfaceAdapter
    extends AbstractConstructionSurfaceAdapter<org.citygml4j.core.model.construction.WallSurface>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildChildObject​(org.citygml4j.core.model.construction.WallSurface object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)  
      org.xmlobjects.xml.Element createElement​(org.citygml4j.core.model.construction.WallSurface object, org.xmlobjects.xml.Namespaces namespaces)  
      org.citygml4j.core.model.construction.WallSurface createObject​(javax.xml.namespace.QName name, java.lang.Object parent)  
      void writeChildElements​(org.citygml4j.core.model.construction.WallSurface 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
    • Constructor Detail

      • WallSurfaceAdapter

        public WallSurfaceAdapter()
    • Method Detail

      • createObject

        public org.citygml4j.core.model.construction.WallSurface createObject​(javax.xml.namespace.QName name,
                                                                              java.lang.Object parent)
                                                                       throws org.xmlobjects.builder.ObjectBuildException
        Throws:
        org.xmlobjects.builder.ObjectBuildException
      • buildChildObject

        public void buildChildObject​(org.citygml4j.core.model.construction.WallSurface 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<org.citygml4j.core.model.construction.WallSurface>
        Overrides:
        buildChildObject in class AbstractConstructionSurfaceAdapter<org.citygml4j.core.model.construction.WallSurface>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • createElement

        public org.xmlobjects.xml.Element createElement​(org.citygml4j.core.model.construction.WallSurface object,
                                                        org.xmlobjects.xml.Namespaces namespaces)
                                                 throws org.xmlobjects.serializer.ObjectSerializeException
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
      • writeChildElements

        public void writeChildElements​(org.citygml4j.core.model.construction.WallSurface 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<org.citygml4j.core.model.construction.WallSurface>
        Overrides:
        writeChildElements in class AbstractConstructionSurfaceAdapter<org.citygml4j.core.model.construction.WallSurface>
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException