Uses of Class
org.citygml4j.model.citygml.appearance.WorldToTexture

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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return WorldToTexture
 WorldToTexture Appearance200Unmarshaller.unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)
           
 WorldToTexture Appearance100Unmarshaller.unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)
           
 

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

Uses of WorldToTexture in org.citygml4j.model.citygml.appearance
 

Methods in org.citygml4j.model.citygml.appearance that return WorldToTexture
 WorldToTexture TexCoordGen.getWorldToTexture()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type WorldToTexture
 void TexCoordGen.setWorldToTexture(WorldToTexture worldToTexture)