org.citygml4j.jaxb.citygml.tex._1
Class AbstractAppearanceType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.citygml.tex._1.AbstractAppearanceType
Direct Known Subclasses:
MaterialType, SimpleTextureType

public abstract class AbstractAppearanceType
extends AbstractGMLType

Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead. This abstract type is the parent type of MaterialType and SimpleTextureType. It is derived from gml:AbstractGMLType, thus it inherits the attribute gml:id and may be referenced by an appearanceProperty, although it is defined elsewhere in another appearanceProperty.

Java class for AbstractAppearanceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractAppearanceType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGMLType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
AbstractAppearanceType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAppearanceType

public AbstractAppearanceType()