Class BridgePartAdapter

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

    @XMLElement(name="BridgePart",
                namespaceURI="http://www.opengis.net/citygml/bridge/3.0")
    public class BridgePartAdapter
    extends AbstractBridgeAdapter<org.citygml4j.core.model.bridge.BridgePart>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buildChildObject​(org.citygml4j.core.model.bridge.BridgePart 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.bridge.BridgePart object, org.xmlobjects.xml.Namespaces namespaces)  
      org.citygml4j.core.model.bridge.BridgePart createObject​(javax.xml.namespace.QName name, java.lang.Object parent)  
      void writeChildElements​(org.citygml4j.core.model.bridge.BridgePart 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

      • BridgePartAdapter

        public BridgePartAdapter()
    • Method Detail

      • createObject

        public org.citygml4j.core.model.bridge.BridgePart 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.bridge.BridgePart 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.bridge.BridgePart>
        Overrides:
        buildChildObject in class AbstractBridgeAdapter<org.citygml4j.core.model.bridge.BridgePart>
        Throws:
        org.xmlobjects.builder.ObjectBuildException
        org.xmlobjects.stream.XMLReadException
      • createElement

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

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