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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AbstractTextureParameterization
 void Appearance200Marshaller.marshalAbstractTextureParameterization(AbstractTextureParameterization src, AbstractTextureParameterizationType dest)
           
 void Appearance100Marshaller.marshalAbstractTextureParameterization(AbstractTextureParameterization src, AbstractTextureParameterizationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AbstractTextureParameterization
 void Appearance200Unmarshaller.unmarshalAbstractTextureParameterization(AbstractTextureParameterizationType src, AbstractTextureParameterization dest)
           
 void Appearance100Unmarshaller.unmarshalAbstractTextureParameterization(AbstractTextureParameterizationType src, AbstractTextureParameterization dest)
           
 

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

Subclasses of AbstractTextureParameterization in org.citygml4j.model.citygml.appearance
 class TexCoordGen
           
 class TexCoordList
           
 

Methods in org.citygml4j.model.citygml.appearance that return AbstractTextureParameterization
 AbstractTextureParameterization TextureAssociation.getTextureParameterization()
           
 

Methods in org.citygml4j.model.citygml.appearance that return types with arguments of type AbstractTextureParameterization
 java.lang.Class<AbstractTextureParameterization> TextureAssociation.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type AbstractTextureParameterization
 void TextureAssociation.setTextureParameterization(AbstractTextureParameterization textureParameterization)
           
 

Constructors in org.citygml4j.model.citygml.appearance with parameters of type AbstractTextureParameterization
TextureAssociation(AbstractTextureParameterization abstractTextureParameterization)
           
 

Uses of AbstractTextureParameterization in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type AbstractTextureParameterization
 T GMLFunctionWalker.apply(AbstractTextureParameterization abstractTextureParameterization)
           
 void GMLWalker.visit(AbstractTextureParameterization abstractTextureParameterization)