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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AbstractTextureType
 void Appearance100Marshaller.marshalAbstractTexture(AbstractTexture src, AbstractTextureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AbstractTextureType
 void Appearance100Unmarshaller.unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 

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

Subclasses of AbstractTextureType in org.citygml4j.jaxb.citygml.app._1
 class GeoreferencedTextureType
          Specialization for georeferenced textures, i.e. textures using a planimetric projection.
 class ParameterizedTextureType
          Specialization for standard 2D textures.
 

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

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

Methods in org.citygml4j.jaxb.citygml.app._1 with parameters of type AbstractTextureType
 javax.xml.bind.JAXBElement<AbstractTextureType> ObjectFactory.create_Texture(AbstractTextureType value)
          Create an instance of JAXBElement<AbstractTextureType>}