Uses of Class
org.citygml4j.jaxb.citygml._0_4.TextureParameterizationType

Packages that use TextureParameterizationType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of TextureParameterizationType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TextureParameterizationType
 void Appearance040Marshaller.marshalTextureParameterization(AbstractTextureParameterization src, TextureParameterizationType dest)
           
 

Uses of TextureParameterizationType in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TextureParameterizationType
 void Appearance040Unmarshaller.unmarshalTextureParameterization(TextureParameterizationType src, AbstractTextureParameterization dest)
           
 

Uses of TextureParameterizationType in org.citygml4j.jaxb.citygml._0_4
 

Subclasses of TextureParameterizationType in org.citygml4j.jaxb.citygml._0_4
 class TexCoordGenType
          Texture parameterization using a transformation matrix.
 class TexCoordListType
          Texture parameterization using texture coordinates: Each gml:LinearRing that is part of the surface requires a separate "textureCoordinates"-entry with 2 doubles per ring vertex.
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type TextureParameterizationType
 javax.xml.bind.JAXBElement<TextureParameterizationType> ObjectFactory.create_TextureParameterization(TextureParameterizationType value)
          Create an instance of JAXBElement<TextureParameterizationType>}
 javax.xml.bind.JAXBElement<? extends TextureParameterizationType> TextureAssociationType.get_TextureParameterization()
          Gets the value of the _TextureParameterization property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type TextureParameterizationType
 javax.xml.bind.JAXBElement<TextureParameterizationType> ObjectFactory.create_TextureParameterization(TextureParameterizationType value)
          Create an instance of JAXBElement<TextureParameterizationType>}
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type TextureParameterizationType
 void TextureAssociationType.set_TextureParameterization(javax.xml.bind.JAXBElement<? extends TextureParameterizationType> value)
          Sets the value of the _TextureParameterization property.