org.citygml4j.jaxb.gml._3_1_1
Class DirectedObservationType
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
- Direct Known Subclasses:
- DirectedObservationAtDistanceType
public class DirectedObservationType
- extends ObservationType
Java class for DirectedObservationType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
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 |
DirectedObservationType
public DirectedObservationType()
getDirection
public DirectionPropertyType getDirection()
- Gets the value of the direction property.
- Returns:
- possible object is
DirectionPropertyType
setDirection
public void setDirection(DirectionPropertyType value)
- Sets the value of the direction property.
- Parameters:
value
- allowed object is
DirectionPropertyType
isSetDirection
public boolean isSetDirection()