Uses of Class
org.citygml4j.jaxb.citygml.app._1.AbstractTextureParameterizationType

Packages that use AbstractTextureParameterizationType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._1   
 

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

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

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

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

Uses of AbstractTextureParameterizationType in org.citygml4j.jaxb.citygml.app._1
 

Subclasses of AbstractTextureParameterizationType in org.citygml4j.jaxb.citygml.app._1
 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.app._1 that return types with arguments of type AbstractTextureParameterizationType
 javax.xml.bind.JAXBElement<AbstractTextureParameterizationType> ObjectFactory.create_TextureParameterization(AbstractTextureParameterizationType value)
          Create an instance of JAXBElement<AbstractTextureParameterizationType>}
 javax.xml.bind.JAXBElement<? extends AbstractTextureParameterizationType> TextureAssociationType.get_TextureParameterization()
          Gets the value of the _TextureParameterization property.
 

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

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