Uses of Interface
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.factory   
org.citygml4j.impl.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 Appearance100Marshaller.marshalTextureParameterization(AbstractTextureParameterization src, AbstractTextureParameterizationType dest)
           
 void Appearance040Marshaller.marshalTextureParameterization(AbstractTextureParameterization src, TextureParameterizationType 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 Appearance100Unmarshaller.unmarshalTextureParameterization(AbstractTextureParameterizationType src, AbstractTextureParameterization dest)
           
 void Appearance040Unmarshaller.unmarshalTextureParameterization(TextureParameterizationType src, AbstractTextureParameterization dest)
           
 

Uses of AbstractTextureParameterization in org.citygml4j.factory
 

Methods in org.citygml4j.factory with parameters of type AbstractTextureParameterization
 TextureAssociation CityGMLFactory.createTextureAssociation(AbstractTextureParameterization textureParameterization)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement AbstractTextureParameterization
 class AbstractTextureParameterizationImpl
           
 class TexCoordGenImpl
           
 class TexCoordListImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return AbstractTextureParameterization
 AbstractTextureParameterization TextureAssociationImpl.getTextureParameterization()
           
 

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

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

Subinterfaces of AbstractTextureParameterization in org.citygml4j.model.citygml.appearance
 interface TexCoordGen
           
 interface TexCoordList
           
 

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

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

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)