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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return ParameterizedTextureType
 ParameterizedTextureType Appearance200Marshaller.marshalParameterizedTexture(ParameterizedTexture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type ParameterizedTextureType
 void Appearance200Marshaller.marshalParameterizedTexture(ParameterizedTexture src, ParameterizedTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type ParameterizedTextureType
 ParameterizedTexture Appearance200Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 void Appearance200Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src, ParameterizedTexture dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.app._2 that return types with arguments of type ParameterizedTextureType
 javax.xml.bind.JAXBElement<ParameterizedTextureType> ObjectFactory.createParameterizedTexture(ParameterizedTextureType value)
          Create an instance of JAXBElement<ParameterizedTextureType>}
 

Methods in org.citygml4j.jaxb.citygml.app._2 with parameters of type ParameterizedTextureType
 javax.xml.bind.JAXBElement<ParameterizedTextureType> ObjectFactory.createParameterizedTexture(ParameterizedTextureType value)
          Create an instance of JAXBElement<ParameterizedTextureType>}