Uses of Class
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.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 Appearance200Marshaller.marshalAbstractTexture(AbstractTexture src, AbstractTextureType dest)
           
 void Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 void Appearance100Unmarshaller.unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 

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

Subclasses of AbstractTexture in org.citygml4j.model.citygml.appearance
 class GeoreferencedTexture
           
 class 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)