Uses of Class
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.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 Appearance200Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src)
           
 GeoreferencedTextureType Appearance100Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src)
           
 void Appearance200Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src, GeoreferencedTextureType dest)
           
 void Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
           
 GeoreferencedTexture Appearance100Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
           
 

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

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)