- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractMetadataPropertyAdapter<org.citygml4j.core.model.core.EngineeringCRSProperty>
-
- org.citygml4j.xml.adapter.core.EngineeringCRSPropertyAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.EngineeringCRSProperty>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.EngineeringCRSProperty>
public class EngineeringCRSPropertyAdapter extends org.xmlobjects.gml.adapter.base.AbstractMetadataPropertyAdapter<org.citygml4j.core.model.core.EngineeringCRSProperty>
-
-
Constructor Summary
Constructors Constructor Description EngineeringCRSPropertyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildChildObject(org.citygml4j.core.model.core.EngineeringCRSProperty object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)org.citygml4j.core.model.core.EngineeringCRSPropertycreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidinitializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.core.EngineeringCRSProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)voidinitializeObject(org.citygml4j.core.model.core.EngineeringCRSProperty object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)voidwriteChildElements(org.citygml4j.core.model.core.EngineeringCRSProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.core.EngineeringCRSProperty createObject(javax.xml.namespace.QName name, java.lang.Object parent) throws org.xmlobjects.builder.ObjectBuildException- Throws:
org.xmlobjects.builder.ObjectBuildException
-
initializeObject
public void initializeObject(org.citygml4j.core.model.core.EngineeringCRSProperty 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:
initializeObjectin interfaceorg.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.core.EngineeringCRSProperty>- Overrides:
initializeObjectin classorg.xmlobjects.gml.adapter.base.AbstractMetadataPropertyAdapter<org.citygml4j.core.model.core.EngineeringCRSProperty>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
buildChildObject
public void buildChildObject(org.citygml4j.core.model.core.EngineeringCRSProperty 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.core.EngineeringCRSProperty>- Overrides:
buildChildObjectin classorg.xmlobjects.gml.adapter.base.AbstractMetadataPropertyAdapter<org.citygml4j.core.model.core.EngineeringCRSProperty>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
initializeElement
public void initializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.core.EngineeringCRSProperty object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Specified by:
initializeElementin interfaceorg.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.core.EngineeringCRSProperty>- Overrides:
initializeElementin classorg.xmlobjects.gml.adapter.base.AbstractMetadataPropertyAdapter<org.citygml4j.core.model.core.EngineeringCRSProperty>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
writeChildElements
public void writeChildElements(org.citygml4j.core.model.core.EngineeringCRSProperty 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.EngineeringCRSProperty>- Overrides:
writeChildElementsin classorg.xmlobjects.gml.adapter.base.AbstractMetadataPropertyAdapter<org.citygml4j.core.model.core.EngineeringCRSProperty>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-