net.opengis.citygml.appearance.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.citygml.appearance.v_1_0.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.citygml.appearance.v_1_0 package.

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 Summary
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
 
Method Summary
 AbstractSurfaceDataType createAbstractSurfaceDataType()
          Create an instance of AbstractSurfaceDataType
 AbstractTextureType createAbstractTextureType()
          Create an instance of AbstractTextureType
 JAXBElement<AppearancePropertyType> createAppearance(AppearancePropertyType value)
          Create an instance of JAXBElement<AppearancePropertyType>}
 JAXBElement<AppearancePropertyType> createAppearanceMember(AppearancePropertyType value)
          Create an instance of JAXBElement<AppearancePropertyType>}
 AppearancePropertyType createAppearancePropertyType()
          Create an instance of AppearancePropertyType
 AppearanceType createAppearanceType()
          Create an instance of AppearanceType
 JAXBElement<Object> createGenericApplicationPropertyOfAppearance(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfGeoreferencedTexture(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfParameterizedTexture(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfSurfaceData(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTexCoordGen(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTexCoordList(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTexture(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfTextureParameterization(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfX3DMaterial(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<GeoreferencedTextureType> createGeoreferencedTexture(GeoreferencedTextureType value)
          Create an instance of JAXBElement<GeoreferencedTextureType>}
 GeoreferencedTextureType createGeoreferencedTextureType()
          Create an instance of GeoreferencedTextureType
 JAXBElement<ParameterizedTextureType> createParameterizedTexture(ParameterizedTextureType value)
          Create an instance of JAXBElement<ParameterizedTextureType>}
 ParameterizedTextureType createParameterizedTextureType()
          Create an instance of ParameterizedTextureType
 JAXBElement<AbstractSurfaceDataType> createSurfaceData(AbstractSurfaceDataType value)
          Create an instance of JAXBElement<AbstractSurfaceDataType>}
 SurfaceDataPropertyType createSurfaceDataPropertyType()
          Create an instance of SurfaceDataPropertyType
 JAXBElement<TexCoordGenType> createTexCoordGen(TexCoordGenType value)
          Create an instance of JAXBElement<TexCoordGenType>}
 TexCoordGenType createTexCoordGenType()
          Create an instance of TexCoordGenType
 TexCoordGenType.WorldToTexture createTexCoordGenTypeWorldToTexture()
          Create an instance of TexCoordGenType.WorldToTexture
 JAXBElement<TexCoordListType> createTexCoordList(TexCoordListType value)
          Create an instance of JAXBElement<TexCoordListType>}
 TexCoordListType createTexCoordListType()
          Create an instance of TexCoordListType
 TexCoordListType.TextureCoordinates createTexCoordListTypeTextureCoordinates()
          Create an instance of TexCoordListType.TextureCoordinates
 JAXBElement<AbstractTextureType> createTexture(AbstractTextureType value)
          Create an instance of JAXBElement<AbstractTextureType>}
 TextureAssociationType createTextureAssociationType()
          Create an instance of TextureAssociationType
 JAXBElement<AbstractTextureParameterizationType> createTextureParameterization(AbstractTextureParameterizationType value)
          Create an instance of JAXBElement<AbstractTextureParameterizationType>}
 JAXBElement<X3DMaterialType> createX3DMaterial(X3DMaterialType value)
          Create an instance of JAXBElement<X3DMaterialType>}
 X3DMaterialType createX3DMaterialType()
          Create an instance of X3DMaterialType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createTexCoordGenType

public TexCoordGenType createTexCoordGenType()
Create an instance of TexCoordGenType


createTexCoordListType

public TexCoordListType createTexCoordListType()
Create an instance of TexCoordListType


createAppearancePropertyType

public AppearancePropertyType createAppearancePropertyType()
Create an instance of AppearancePropertyType


createAbstractSurfaceDataType

public AbstractSurfaceDataType createAbstractSurfaceDataType()
Create an instance of AbstractSurfaceDataType


createAbstractTextureType

public AbstractTextureType createAbstractTextureType()
Create an instance of AbstractTextureType


createParameterizedTextureType

public ParameterizedTextureType createParameterizedTextureType()
Create an instance of ParameterizedTextureType


createGeoreferencedTextureType

public GeoreferencedTextureType createGeoreferencedTextureType()
Create an instance of GeoreferencedTextureType


createX3DMaterialType

public X3DMaterialType createX3DMaterialType()
Create an instance of X3DMaterialType


createAppearanceType

public AppearanceType createAppearanceType()
Create an instance of AppearanceType


createSurfaceDataPropertyType

public SurfaceDataPropertyType createSurfaceDataPropertyType()
Create an instance of SurfaceDataPropertyType


createTextureAssociationType

public TextureAssociationType createTextureAssociationType()
Create an instance of TextureAssociationType


createTexCoordGenTypeWorldToTexture

public TexCoordGenType.WorldToTexture createTexCoordGenTypeWorldToTexture()
Create an instance of TexCoordGenType.WorldToTexture


createTexCoordListTypeTextureCoordinates

public TexCoordListType.TextureCoordinates createTexCoordListTypeTextureCoordinates()
Create an instance of TexCoordListType.TextureCoordinates


createGenericApplicationPropertyOfAppearance

public JAXBElement<Object> createGenericApplicationPropertyOfAppearance(Object value)
Create an instance of JAXBElement<Object>}


createAppearanceMember

public JAXBElement<AppearancePropertyType> createAppearanceMember(AppearancePropertyType value)
Create an instance of JAXBElement<AppearancePropertyType>}


createAppearance

public JAXBElement<AppearancePropertyType> createAppearance(AppearancePropertyType value)
Create an instance of JAXBElement<AppearancePropertyType>}


createSurfaceData

public JAXBElement<AbstractSurfaceDataType> createSurfaceData(AbstractSurfaceDataType value)
Create an instance of JAXBElement<AbstractSurfaceDataType>}


createGenericApplicationPropertyOfSurfaceData

public JAXBElement<Object> createGenericApplicationPropertyOfSurfaceData(Object value)
Create an instance of JAXBElement<Object>}


createTexture

public JAXBElement<AbstractTextureType> createTexture(AbstractTextureType value)
Create an instance of JAXBElement<AbstractTextureType>}


createGenericApplicationPropertyOfTexture

public JAXBElement<Object> createGenericApplicationPropertyOfTexture(Object value)
Create an instance of JAXBElement<Object>}


createParameterizedTexture

public JAXBElement<ParameterizedTextureType> createParameterizedTexture(ParameterizedTextureType value)
Create an instance of JAXBElement<ParameterizedTextureType>}


createGenericApplicationPropertyOfParameterizedTexture

public JAXBElement<Object> createGenericApplicationPropertyOfParameterizedTexture(Object value)
Create an instance of JAXBElement<Object>}


createGeoreferencedTexture

public JAXBElement<GeoreferencedTextureType> createGeoreferencedTexture(GeoreferencedTextureType value)
Create an instance of JAXBElement<GeoreferencedTextureType>}


createGenericApplicationPropertyOfGeoreferencedTexture

public JAXBElement<Object> createGenericApplicationPropertyOfGeoreferencedTexture(Object value)
Create an instance of JAXBElement<Object>}


createTextureParameterization

public JAXBElement<AbstractTextureParameterizationType> createTextureParameterization(AbstractTextureParameterizationType value)
Create an instance of JAXBElement<AbstractTextureParameterizationType>}


createGenericApplicationPropertyOfTextureParameterization

public JAXBElement<Object> createGenericApplicationPropertyOfTextureParameterization(Object value)
Create an instance of JAXBElement<Object>}


createTexCoordList

public JAXBElement<TexCoordListType> createTexCoordList(TexCoordListType value)
Create an instance of JAXBElement<TexCoordListType>}


createGenericApplicationPropertyOfTexCoordList

public JAXBElement<Object> createGenericApplicationPropertyOfTexCoordList(Object value)
Create an instance of JAXBElement<Object>}


createTexCoordGen

public JAXBElement<TexCoordGenType> createTexCoordGen(TexCoordGenType value)
Create an instance of JAXBElement<TexCoordGenType>}


createGenericApplicationPropertyOfTexCoordGen

public JAXBElement<Object> createGenericApplicationPropertyOfTexCoordGen(Object value)
Create an instance of JAXBElement<Object>}


createX3DMaterial

public JAXBElement<X3DMaterialType> createX3DMaterial(X3DMaterialType value)
Create an instance of JAXBElement<X3DMaterialType>}


createGenericApplicationPropertyOfX3DMaterial

public JAXBElement<Object> createGenericApplicationPropertyOfX3DMaterial(Object value)
Create an instance of JAXBElement<Object>}



Copyright © 2008-2015. All Rights Reserved.