org.citygml4j.jaxb.citygml._0_4
Class _AppearanceType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.citygml._0_4._AppearanceType
- Direct Known Subclasses:
- MaterialType, SimpleTextureType
public abstract class _AppearanceType
- extends AbstractGMLType
Deprecated in CityGML version 0.4.0. Use the concepts of the new appearance model 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 _AppearanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_AppearanceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGMLType">
</extension>
</complexContent>
</complexType>
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 |
_AppearanceType
public _AppearanceType()