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

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

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

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

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

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

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

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