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 class for DirectedObservationAtDistanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
- Gets the value of the distance property.
- Returns:
- possible object is
MeasureType
setDistance
public void setDistance(MeasureType value)
- Sets the value of the distance property.
- Parameters:
value
- allowed object is
MeasureType
isSetDistance
public boolean isSetDistance()