- java.lang.Object
-
- org.citygml4j.xml.adapter.appearance.AbstractTextureParameterizationAdapter<org.citygml4j.core.model.appearance.TexCoordList>
-
- org.citygml4j.xml.adapter.appearance.TexCoordListAdapter
-
- All Implemented Interfaces:
org.xmlobjects.builder.ObjectBuilder<org.citygml4j.core.model.appearance.TexCoordList>,org.xmlobjects.serializer.ObjectSerializer<org.citygml4j.core.model.appearance.TexCoordList>
@XMLElement(name="TexCoordList",namespaceURI="http://www.opengis.net/citygml/appearance/3.0") @XMLElement(name="TexCoordList",namespaceURI="http://www.opengis.net/citygml/appearance/2.0") @XMLElement(name="TexCoordList",namespaceURI="http://www.opengis.net/citygml/appearance/1.0") public final class TexCoordListAdapter extends AbstractTextureParameterizationAdapter<org.citygml4j.core.model.appearance.TexCoordList>
-
-
Constructor Summary
Constructors Constructor Description TexCoordListAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xmlobjects.xml.ElementcreateElement(org.citygml4j.core.model.appearance.TexCoordList object, org.xmlobjects.xml.Namespaces namespaces)org.citygml4j.core.model.appearance.TexCoordListcreateObject(javax.xml.namespace.QName name, java.lang.Object parent)voidinitializeObject(org.citygml4j.core.model.appearance.TexCoordList object, javax.xml.namespace.QName name, org.xmlobjects.xml.Attributes attributes, org.xmlobjects.stream.XMLReader reader)voidwriteChildElements(org.citygml4j.core.model.appearance.TexCoordList object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)-
Methods inherited from class org.citygml4j.xml.adapter.appearance.AbstractTextureParameterizationAdapter
initializeElement
-
-
-
-
Method Detail
-
createObject
public org.citygml4j.core.model.appearance.TexCoordList 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.appearance.TexCoordList 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.appearance.TexCoordList>- Overrides:
initializeObjectin classAbstractTextureParameterizationAdapter<org.citygml4j.core.model.appearance.TexCoordList>- Throws:
org.xmlobjects.builder.ObjectBuildExceptionorg.xmlobjects.stream.XMLReadException
-
createElement
public org.xmlobjects.xml.Element createElement(org.citygml4j.core.model.appearance.TexCoordList object, org.xmlobjects.xml.Namespaces namespaces) throws org.xmlobjects.serializer.ObjectSerializeException- Throws:
org.xmlobjects.serializer.ObjectSerializeException
-
writeChildElements
public void writeChildElements(org.citygml4j.core.model.appearance.TexCoordList object, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer) throws org.xmlobjects.serializer.ObjectSerializeException, org.xmlobjects.stream.XMLWriteException- Throws:
org.xmlobjects.serializer.ObjectSerializeExceptionorg.xmlobjects.stream.XMLWriteException
-
-