org.citygml4j.jaxb.gml._3_1_1
Class DirectedObservationAtDistanceType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.gml._3_1_1.ObservationType
              extended by org.citygml4j.jaxb.gml._3_1_1.DirectedObservationType
                  extended by 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>
 


Constructor Summary
DirectedObservationAtDistanceType()
           
 
Method Summary
 MeasureType getDistance()
          Gets the value of the distance property.
 boolean isSetDistance()
           
 void setDistance(MeasureType value)
          Sets the value of the distance property.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.DirectedObservationType
getDirection, isSetDirection, setDirection
 
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.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
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

DirectedObservationAtDistanceType

public DirectedObservationAtDistanceType()
Method Detail

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()