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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return GeoreferencedTextureType
 GeoreferencedTextureType Appearance040Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type GeoreferencedTextureType
 void Appearance040Marshaller.marshalGeoreferencedTexture(GeoreferencedTexture src, GeoreferencedTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type GeoreferencedTextureType
 GeoreferencedTexture Appearance040Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src)
           
 void Appearance040Unmarshaller.unmarshalGeoreferencedTexture(GeoreferencedTextureType src, GeoreferencedTexture dest)
           
 

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

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

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type GeoreferencedTextureType
 javax.xml.bind.JAXBElement<GeoreferencedTextureType> ObjectFactory.createGeoreferencedTexture(GeoreferencedTextureType value)
          Create an instance of JAXBElement<GeoreferencedTextureType>}