org.citygml4j.jaxb.gml._3_1_1
Class DirectedObservationType

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
Direct Known Subclasses:
DirectedObservationAtDistanceType

public class DirectedObservationType
extends ObservationType

Java-Klasse für DirectedObservationType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="DirectedObservationType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}ObservationType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}direction"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DirectedObservationType()
           
 
Method Summary
 DirectionPropertyType getDirection()
          Ruft den Wert der direction-Eigenschaft ab.
 boolean isSetDirection()
           
 void setDirection(DirectionPropertyType value)
          Legt den Wert der direction-Eigenschaft fest.
 
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

DirectedObservationType

public DirectedObservationType()
Method Detail

getDirection

public DirectionPropertyType getDirection()
Ruft den Wert der direction-Eigenschaft ab.

Returns:
possible object is DirectionPropertyType

setDirection

public void setDirection(DirectionPropertyType value)
Legt den Wert der direction-Eigenschaft fest.

Parameters:
value - allowed object is DirectionPropertyType

isSetDirection

public boolean isSetDirection()