Uses of Class
org.citygml4j.jaxb.citygml.app._2.TextureAssociationType

Packages that use TextureAssociationType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.jaxb.citygml.app._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return TextureAssociationType
 TextureAssociationType Appearance200Marshaller.marshalTextureAssociation(TextureAssociation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TextureAssociationType
 TextureAssociation Appearance200Unmarshaller.unmarshalTextureAssociation(TextureAssociationType src)
           
 

Uses of TextureAssociationType in org.citygml4j.jaxb.citygml.app._2
 

Methods in org.citygml4j.jaxb.citygml.app._2 that return TextureAssociationType
 TextureAssociationType ObjectFactory.createTextureAssociationType()
          Create an instance of TextureAssociationType
 

Methods in org.citygml4j.jaxb.citygml.app._2 that return types with arguments of type TextureAssociationType
 java.util.List<TextureAssociationType> ParameterizedTextureType.getTarget()
          Gets the value of the target property.
 

Method parameters in org.citygml4j.jaxb.citygml.app._2 with type arguments of type TextureAssociationType
 void ParameterizedTextureType.setTarget(java.util.List<TextureAssociationType> target)
          Sets the value of the target property.