Uses of Interface
org.citygml4j.model.citygml.appearance.TextureAssociation

Packages that use TextureAssociation
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   
 

Uses of TextureAssociation in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type TextureAssociation
 TextureAssociationType Appearance100Marshaller.marshalTextureAssociation(TextureAssociation src)
           
 TextureAssociationType Appearance040Marshaller.marshalTextureAssociation(TextureAssociation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance that return TextureAssociation
 TextureAssociation Appearance100Unmarshaller.unmarshalTextureAssociation(TextureAssociationType src)
           
 TextureAssociation Appearance040Unmarshaller.unmarshalTextureAssociation(TextureAssociationType src)
           
 

Uses of TextureAssociation in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TextureAssociation
 TextureAssociation CityGMLFactory.createTextureAssociation()
           
 TextureAssociation CityGMLFactory.createTextureAssociation(AbstractTextureParameterization textureParameterization)
           
 TextureAssociation CityGMLFactory.createTextureAssociation(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.appearance that implement TextureAssociation
 class TextureAssociationImpl
           
 

Methods in org.citygml4j.impl.citygml.appearance that return types with arguments of type TextureAssociation
 java.util.List<TextureAssociation> ParameterizedTextureImpl.getTarget()
           
 

Methods in org.citygml4j.impl.citygml.appearance with parameters of type TextureAssociation
 void ParameterizedTextureImpl.addTarget(TextureAssociation target)
           
 boolean ParameterizedTextureImpl.unsetTarget(TextureAssociation target)
           
 

Method parameters in org.citygml4j.impl.citygml.appearance with type arguments of type TextureAssociation
 void ParameterizedTextureImpl.setTarget(java.util.List<TextureAssociation> target)
           
 

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

Methods in org.citygml4j.model.citygml.appearance that return types with arguments of type TextureAssociation
 java.util.List<TextureAssociation> ParameterizedTexture.getTarget()
           
 

Methods in org.citygml4j.model.citygml.appearance with parameters of type TextureAssociation
 void ParameterizedTexture.addTarget(TextureAssociation target)
           
 boolean ParameterizedTexture.unsetTarget(TextureAssociation target)
           
 

Method parameters in org.citygml4j.model.citygml.appearance with type arguments of type TextureAssociation
 void ParameterizedTexture.setTarget(java.util.List<TextureAssociation> target)