Uses of Class
org.citygml4j.jaxb.citygml._0_4.TexCoordGenType.WorldToTexture

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

Uses of TexCoordGenType.WorldToTexture in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return TexCoordGenType.WorldToTexture
 TexCoordGenType.WorldToTexture Appearance040Marshaller.marshalWorldToTexture(WorldToTexture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TexCoordGenType.WorldToTexture
 void Appearance040Marshaller.marshalWorldToTexture(WorldToTexture src, TexCoordGenType.WorldToTexture dest)
           
 

Uses of TexCoordGenType.WorldToTexture in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TexCoordGenType.WorldToTexture
 WorldToTexture Appearance040Unmarshaller.unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)
           
 void Appearance040Unmarshaller.unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src, WorldToTexture dest)
           
 

Uses of TexCoordGenType.WorldToTexture in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return TexCoordGenType.WorldToTexture
 TexCoordGenType.WorldToTexture ObjectFactory.createTexCoordGenTypeWorldToTexture()
          Create an instance of TexCoordGenType.WorldToTexture
 TexCoordGenType.WorldToTexture TexCoordGenType.getWorldToTexture()
          Gets the value of the worldToTexture property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type TexCoordGenType.WorldToTexture
 void TexCoordGenType.setWorldToTexture(TexCoordGenType.WorldToTexture value)
          Sets the value of the worldToTexture property.