org.citygml4j.jaxb.citygml.app._1
Class AppearancePropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.FeaturePropertyType
org.citygml4j.jaxb.citygml.app._1.AppearancePropertyType
public class AppearancePropertyType
- extends FeaturePropertyType
Denotes the relation of a _CityObject resp. CityModel to its appearances. The AppearancePropertyType
element must either carry a reference to a Appearance object or contain a Appearance object inline, but neither both nor
none.
Java-Klasse für AppearancePropertyType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AppearancePropertyType">
<complexContent>
<extension base="{http://www.opengis.net/gml}FeaturePropertyType">
<sequence minOccurs="0">
<element name="Appearance" type="{http://www.opengis.net/citygml/appearance/1.0}AppearanceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.FeaturePropertyType |
get_ADEComponent, get_Feature, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Feature, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Feature, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppearancePropertyType
public AppearancePropertyType()
getAppearance
public AppearanceType getAppearance()
- Ruft den Wert der appearance-Eigenschaft ab.
- Returns:
- possible object is
AppearanceType
setAppearance
public void setAppearance(AppearanceType value)
- Legt den Wert der appearance-Eigenschaft fest.
- Parameters:
value
- allowed object is
AppearanceType
isSetAppearance
public boolean isSetAppearance()