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

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

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

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

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

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

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

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