Uses of Class
org.citygml4j.jaxb.citygml._0_4.ParameterizedTextureType

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

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

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

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

Uses of ParameterizedTextureType in org.citygml4j.jaxb.citygml._0_4
 

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

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