Module org.citygml4j.xml
Class AbstractBoundarySurfacePropertyAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractInlineOrByReferencePropertyAdapter<T>
-
- org.xmlobjects.gml.adapter.base.AbstractPropertyAdapter<T>
-
- org.xmlobjects.gml.adapter.feature.AbstractFeaturePropertyAdapter<org.citygml4j.core.model.core.AbstractSpaceBoundaryProperty>
-
- org.citygml4j.xml.adapter.core.AbstractSpaceBoundaryPropertyAdapter
-
- org.citygml4j.xml.adapter.deprecated.bridge.AbstractBoundarySurfacePropertyAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.AbstractSpaceBoundaryProperty>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.AbstractSpaceBoundaryProperty>
public class AbstractBoundarySurfacePropertyAdapter extends AbstractSpaceBoundaryPropertyAdapter
-
-
Constructor Summary
Constructors Constructor Description AbstractBoundarySurfacePropertyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteChildElements(org.citygml4j.core.model.core.AbstractSpaceBoundaryProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)-
Methods inherited from class org.citygml4j.xml.adapter.core.AbstractSpaceBoundaryPropertyAdapter
createObject
-
Methods inherited from class org.xmlobjects.gml.adapter.feature.AbstractFeaturePropertyAdapter
buildChildObject
-
Methods inherited from class org.xmlobjects.gml.adapter.base.AbstractPropertyAdapter
initializeElement, initializeObject
-
-
-
-
Method Detail
-
writeChildElements
public void writeChildElements(org.citygml4j.core.model.core.AbstractSpaceBoundaryProperty 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.core.AbstractSpaceBoundaryProperty>- Overrides:
writeChildElementsin classorg.xmlobjects.gml.adapter.feature.AbstractFeaturePropertyAdapter<org.citygml4j.core.model.core.AbstractSpaceBoundaryProperty>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-