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

Packages that use AbstractTexture
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.impl.citygml.appearance   
org.citygml4j.model.citygml.appearance   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AbstractTexture
 void Appearance100Marshaller.marshalAbstractTexture(AbstractTexture src, AbstractTextureType dest)
           
 void Appearance040Marshaller.marshalAbstractTexture(AbstractTexture src, AbstractTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AbstractTexture
 void Appearance100Unmarshaller.unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 void Appearance040Unmarshaller.unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement AbstractTexture
 class AbstractTextureImpl
           
 class GeoreferencedTextureImpl
           
 class ParameterizedTextureImpl
           
 

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

Subinterfaces of AbstractTexture in org.citygml4j.model.citygml.appearance
 interface GeoreferencedTexture
           
 interface ParameterizedTexture
           
 

Uses of AbstractTexture in org.citygml4j.util.walker
 

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