Module org.citygml4j.xml
Package org.citygml4j.xml.adapter.bridge
Class BridgeConstructiveElementAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractGMLAdapter<T>
-
- org.xmlobjects.gml.adapter.feature.AbstractFeatureAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractFeatureAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractFeatureWithLifespanAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractCityObjectAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractSpaceAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractPhysicalSpaceAdapter<T>
-
- org.citygml4j.xml.adapter.core.AbstractOccupiedSpaceAdapter<T>
-
- org.citygml4j.xml.adapter.construction.AbstractConstructiveElementAdapter<org.citygml4j.core.model.bridge.BridgeConstructiveElement>
-
- org.citygml4j.xml.adapter.bridge.BridgeConstructiveElementAdapter
-
- All Implemented Interfaces:
ADEPropertyBuilder<org.citygml4j.core.model.bridge.BridgeConstructiveElement>,org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.bridge.BridgeConstructiveElement>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.bridge.BridgeConstructiveElement>
@XMLElement(name="BridgeConstructiveElement",namespaceURI="http://www.opengis.net/citygml/bridge/3.0") @XMLElement(name="BridgeConstructionElement",namespaceURI="http://www.opengis.net/citygml/bridge/2.0") public class BridgeConstructiveElementAdapter extends AbstractConstructiveElementAdapter<org.citygml4j.core.model.bridge.BridgeConstructiveElement>
-
-
Constructor Summary
Constructors Constructor Description BridgeConstructiveElementAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildADEProperty(org.citygml4j.core.model.bridge.BridgeConstructiveElement object, javax.xml.namespace.QName name, org.xmlobjects.stream.XMLReader reader)voidbuildChildObject(org.citygml4j.core.model.bridge.BridgeConstructiveElement object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)org.xmlobjects.xml.ElementcreateElement(org.citygml4j.core.model.bridge.BridgeConstructiveElement object, org.xmlobjects.xml.Namespaces namespaces)org.citygml4j.core.model.bridge.BridgeConstructiveElementcreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidwriteChildElements(org.citygml4j.core.model.bridge.BridgeConstructiveElement object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.bridge.BridgeConstructiveElement 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.BridgeConstructiveElement 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:
buildChildObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.bridge.BridgeConstructiveElement>- Overrides:
buildChildObjectin classAbstractConstructiveElementAdapter<org.citygml4j.core.model.bridge.BridgeConstructiveElement>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
buildADEProperty
public void buildADEProperty(org.citygml4j.core.model.bridge.BridgeConstructiveElement object, javax.xml.namespace.QName name, org.xmlobjects.stream.XMLReader reader) throws org.xmlobjects.builder.ObjectBuildException, org.xmlobjects.stream.XMLReadException- Specified by:
buildADEPropertyin interfaceADEPropertyBuilder<org.citygml4j.core.model.bridge.BridgeConstructiveElement>- Overrides:
buildADEPropertyin classAbstractCityObjectAdapter<org.citygml4j.core.model.bridge.BridgeConstructiveElement>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
createElement
public org.xmlobjects.xml.Element createElement(org.citygml4j.core.model.bridge.BridgeConstructiveElement 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.BridgeConstructiveElement object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Specified by:
writeChildElementsin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.bridge.BridgeConstructiveElement>- Overrides:
writeChildElementsin classAbstractConstructiveElementAdapter<org.citygml4j.core.model.bridge.BridgeConstructiveElement>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-