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


Constructor Summary
DirectedObservationAtDistanceType()
           
 
Method Summary
 MeasureType getDistance()
          Ruft den Wert der distance-Eigenschaft ab.
 boolean isSetDistance()
           
 void setDistance(MeasureType value)
          Legt den Wert der distance-Eigenschaft fest.
 
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()
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()