Module org.citygml4j.xml
Class TextureAssociationReferenceAdapter
- java.lang.Object
-
- org.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
-
- org.citygml4j.xml.adapter.deprecated.appearance.TextureAssociationReferenceAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
public class TextureAssociationReferenceAdapter extends org.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>
-
-
Constructor Summary
Constructors Constructor Description TextureAssociationReferenceAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citygml4j.core.model.deprecated.appearance.TextureAssociationReferencecreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidinitializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)voidinitializeObject(org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference 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.deprecated.appearance.TextureAssociationReference 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.deprecated.appearance.TextureAssociationReference>- Overrides:
initializeObjectin classorg.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
initializeElement
public void initializeElement(org.xmlobjects.xml.Element element, org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference 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.deprecated.appearance.TextureAssociationReference>- Overrides:
initializeElementin classorg.xmlobjects.gml.adapter.base.AbstractReferenceAdapter<org.citygml4j.core.model.deprecated.appearance.TextureAssociationReference>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-