Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalWorldToTexture(WorldToTexture src)
           
 TexCoordGenType.WorldToTexture Appearance040Marshaller.marshalWorldToTexture(WorldToTexture src)
           
 void Appearance100Marshaller.marshalWorldToTexture(WorldToTexture src, TexCoordGenType.WorldToTexture dest)
           
 void Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)
           
 WorldToTexture Appearance040Unmarshaller.unmarshalWorldToTexture(TexCoordGenType.WorldToTexture src)
           
 

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

Uses of WorldToTexture in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WorldToTexture
 WorldToTexture CityGMLFactory.createWorldToTexture()
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement WorldToTexture
 class WorldToTextureImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return WorldToTexture
 WorldToTexture TexCoordGenImpl.getWorldToTexture()
           
 

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

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)