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

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

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 Appearance040Marshaller.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 Appearance040Unmarshaller.unmarshalAbstractTexture(AbstractTextureType src, AbstractTexture dest)
           
 

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

Subclasses of AbstractTextureType in org.citygml4j.jaxb.citygml._0_4
 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._0_4 that return AbstractTextureType
 AbstractTextureType ObjectFactory.createAbstractTextureType()
          Create an instance of AbstractTextureType
 

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