Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalParameterizedTexture(ParameterizedTexture src)
           
 ParameterizedTextureType Appearance040Marshaller.marshalParameterizedTexture(ParameterizedTexture src)
           
 void Appearance100Marshaller.marshalParameterizedTexture(ParameterizedTexture src, ParameterizedTextureType dest)
           
 void Appearance040Marshaller.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 Appearance100Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 ParameterizedTexture Appearance040Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 

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

Uses of ParameterizedTexture in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return ParameterizedTexture
 ParameterizedTexture CityGMLFactory.createParameterizedTexture()
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement ParameterizedTexture
 class ParameterizedTextureImpl
           
 

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)