Uses of Interface
org.citygml4j.model.citygml.appearance.GeoreferencedTexture

Packages that use GeoreferencedTexture
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.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type GeoreferencedTexture
 GeoreferencedTextureType Appearance100Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src)
           
 GeoreferencedTextureType Appearance040Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src)
           
 void Appearance100Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src, GeoreferencedTextureType dest)
           
 void Appearance040Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src, GeoreferencedTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return GeoreferencedTexture
 GeoreferencedTexture Appearance100Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
           
 GeoreferencedTexture Appearance040Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type GeoreferencedTexture
 void Appearance100Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src, GeoreferencedTexture dest)
           
 void Appearance040Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src, GeoreferencedTexture dest)
           
 

Uses of GeoreferencedTexture in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GeoreferencedTexture
 GeoreferencedTexture CityGMLFactory.createGeoreferencedTexture()
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement GeoreferencedTexture
 class GeoreferencedTextureImpl
           
 

Uses of GeoreferencedTexture in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type GeoreferencedTexture
 T FeatureFunctor.apply(GeoreferencedTexture georeferencedTexture)
           
 void FeatureVisitor.visit(GeoreferencedTexture georeferencedTexture)
           
 

Uses of GeoreferencedTexture in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type GeoreferencedTexture
 T GMLFunctionWalker.apply(GeoreferencedTexture georeferencedTexture)
           
 T FeatureFunctionWalker.apply(GeoreferencedTexture georeferencedTexture)
           
 void GMLWalker.visit(GeoreferencedTexture georeferencedTexture)
           
 void FeatureWalker.visit(GeoreferencedTexture georeferencedTexture)