Uses of Class
org.citygml4j.model.citygml.appearance.ParameterizedTexture

Packages that use ParameterizedTexture
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 ParameterizedTexture in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type ParameterizedTexture
 ParameterizedTextureType Appearance200Marshaller.marshalParameterizedTexture(ParameterizedTexture src)
           
 ParameterizedTextureType Appearance100Marshaller.marshalParameterizedTexture(ParameterizedTexture src)
           
 void Appearance200Marshaller.marshalParameterizedTexture(ParameterizedTexture src, ParameterizedTextureType dest)
           
 void Appearance100Marshaller.marshalParameterizedTexture(ParameterizedTexture src, ParameterizedTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return ParameterizedTexture
 ParameterizedTexture Appearance200Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 ParameterizedTexture Appearance100Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type ParameterizedTexture
 void Appearance200Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src, ParameterizedTexture dest)
           
 void Appearance100Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src, ParameterizedTexture dest)
           
 

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

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

Uses of ParameterizedTexture in org.citygml4j.util.walker
 

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