org.citygml4j.jaxb.gml._3_1_1
Class DirectedObservationAtDistanceType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
org.citygml4j.jaxb.gml._3_1_1.ObservationType
org.citygml4j.jaxb.gml._3_1_1.DirectedObservationType
org.citygml4j.jaxb.gml._3_1_1.DirectedObservationAtDistanceType
public class DirectedObservationAtDistanceType
- extends DirectedObservationType
Java-Klasse für DirectedObservationAtDistanceType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="DirectedObservationAtDistanceType">
<complexContent>
<extension base="{http://www.opengis.net/gml}DirectedObservationType">
<sequence>
<element name="distance" type="{http://www.opengis.net/gml}MeasureType"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.ObservationType |
getResultOf, getTarget, getUsing, getValidTime, isSetResultOf, isSetTarget, isSetUsing, isSetValidTime, setResultOf, setTarget, setUsing, setValidTime |
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 |
DirectedObservationAtDistanceType
public DirectedObservationAtDistanceType()
getDistance
public MeasureType getDistance()
- Ruft den Wert der distance-Eigenschaft ab.
- Returns:
- possible object is
MeasureType
setDistance
public void setDistance(MeasureType value)
- Legt den Wert der distance-Eigenschaft fest.
- Parameters:
value
- allowed object is
MeasureType
isSetDistance
public boolean isSetDistance()