Uses of Class
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.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 Appearance200Marshaller.marshalTextureAssociation(TextureAssociation src)
           
 TextureAssociationType Appearance100Marshaller.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 Appearance200Unmarshaller.unmarshalTextureAssociation(TextureAssociationType src)
           
 TextureAssociation Appearance100Unmarshaller.unmarshalTextureAssociation(TextureAssociationType src)
           
 

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)