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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance with parameters of type AbstractSurfaceDataType
 void Appearance100Marshaller.marshalAbstractSurfaceData(AbstractSurfaceData src, AbstractSurfaceDataType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type AbstractSurfaceDataType
 void Appearance100Unmarshaller.unmarshalAbstractSurfaceData(AbstractSurfaceDataType src, AbstractSurfaceData dest)
           
 

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

Subclasses of AbstractSurfaceDataType in org.citygml4j.jaxb.citygml.app._1
 class AbstractTextureType
          Base class for textures.
 class GeoreferencedTextureType
          Specialization for georeferenced textures, i.e. textures using a planimetric projection.
 class ParameterizedTextureType
          Specialization for standard 2D textures.
 class X3DMaterialType
          Class for defining constant surface properties.
 

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

Methods in org.citygml4j.jaxb.citygml.app._1 that return types with arguments of type AbstractSurfaceDataType
 javax.xml.bind.JAXBElement<AbstractSurfaceDataType> ObjectFactory.create_SurfaceData(AbstractSurfaceDataType value)
          Create an instance of JAXBElement<AbstractSurfaceDataType>}
 javax.xml.bind.JAXBElement<? extends AbstractSurfaceDataType> SurfaceDataPropertyType.get_SurfaceData()
          Gets the value of the _SurfaceData property.
 

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

Method parameters in org.citygml4j.jaxb.citygml.app._1 with type arguments of type AbstractSurfaceDataType
 void SurfaceDataPropertyType.set_SurfaceData(javax.xml.bind.JAXBElement<? extends AbstractSurfaceDataType> value)
          Sets the value of the _SurfaceData property.