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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type ParameterizedTextureType
 void Appearance100Marshaller.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 Appearance100Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src)
           
 void Appearance100Unmarshaller.unmarshalParameterizedTexture(ParameterizedTextureType src, ParameterizedTexture dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.app._1 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._1 with parameters of type ParameterizedTextureType
 javax.xml.bind.JAXBElement<ParameterizedTextureType> ObjectFactory.createParameterizedTexture(ParameterizedTextureType value)
          Create an instance of JAXBElement<ParameterizedTextureType>}