Module org.citygml4j.xml
Class AbstractTextureParameterizationAdapter<T extends org.citygml4j.core.model.appearance.AbstractTextureParameterization>
- java.lang.Object
-
- org.citygml4j.xml.adapter.appearance.AbstractTextureParameterizationAdapter<T>
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<T>,org.xmlobjects.serializer.ObjectSerializer<T>
- Direct Known Subclasses:
TexCoordGenAdapter,TexCoordListAdapter
public abstract class AbstractTextureParameterizationAdapter<T extends org.citygml4j.core.model.appearance.AbstractTextureParameterization> extends java.lang.Object implements org.xmlobjects.builder.ObjectBuilder<T>, org.xmlobjects.serializer.ObjectSerializer<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractTextureParameterizationAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitializeElement(org.xmlobjects.xml.Element element, T object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)voidinitializeObject(T object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
initializeObject
public void initializeObject(T 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<T extends org.citygml4j.core.model.appearance.AbstractTextureParameterization>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
initializeElement
public void initializeElement(org.xmlobjects.xml.Element element, T 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<T extends org.citygml4j.core.model.appearance.AbstractTextureParameterization>- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-