public class ObjectFactory
extends java.lang.Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.appearance.v_1_0
|
public ObjectFactory()
public TexCoordGenType createTexCoordGenType()
TexCoordGenTypepublic TexCoordListType createTexCoordListType()
TexCoordListTypepublic AppearancePropertyType createAppearancePropertyType()
AppearancePropertyTypepublic AbstractSurfaceDataType createAbstractSurfaceDataType()
AbstractSurfaceDataTypepublic AbstractTextureType createAbstractTextureType()
AbstractTextureTypepublic ParameterizedTextureType createParameterizedTextureType()
ParameterizedTextureTypepublic GeoreferencedTextureType createGeoreferencedTextureType()
GeoreferencedTextureTypepublic X3DMaterialType createX3DMaterialType()
X3DMaterialTypepublic AppearanceType createAppearanceType()
AppearanceTypepublic SurfaceDataPropertyType createSurfaceDataPropertyType()
SurfaceDataPropertyTypepublic TextureAssociationType createTextureAssociationType()
TextureAssociationTypepublic TexCoordGenType.WorldToTexture createTexCoordGenTypeWorldToTexture()
TexCoordGenType.WorldToTexturepublic TexCoordListType.TextureCoordinates createTexCoordListTypeTextureCoordinates()
TexCoordListType.TextureCoordinatespublic javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfAppearance(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<AppearancePropertyType> createAppearanceMember(AppearancePropertyType value)
public javax.xml.bind.JAXBElement<AppearancePropertyType> createAppearance(AppearancePropertyType value)
public javax.xml.bind.JAXBElement<AbstractSurfaceDataType> createSurfaceData(AbstractSurfaceDataType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfSurfaceData(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<AbstractTextureType> createTexture(AbstractTextureType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTexture(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<ParameterizedTextureType> createParameterizedTexture(ParameterizedTextureType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfParameterizedTexture(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<GeoreferencedTextureType> createGeoreferencedTexture(GeoreferencedTextureType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfGeoreferencedTexture(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<AbstractTextureParameterizationType> createTextureParameterization(AbstractTextureParameterizationType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTextureParameterization(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<TexCoordListType> createTexCoordList(TexCoordListType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTexCoordList(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<TexCoordGenType> createTexCoordGen(TexCoordGenType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfTexCoordGen(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<X3DMaterialType> createX3DMaterial(X3DMaterialType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfX3DMaterial(java.lang.Object value)
JAXBElement<Object>}Copyright © 2008-2021. All Rights Reserved.