Package net.opengis.gml311
Interface DirectedObservationType
- All Superinterfaces:
AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
,ObservationType
- All Known Subinterfaces:
DirectedObservationAtDistanceType
- All Known Implementing Classes:
DirectedObservationAtDistanceTypeImpl
,DirectedObservationTypeImpl
A representation of the model object 'Directed Observation Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Direction' containment reference.void
Sets the value of the 'Direction
' containment reference.Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocation
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface ObservationType
getResultOf, getTarget, getTargetGroup, getUsing, getValidTime, setResultOf, setTarget, setUsing, setValidTime
-
Method Details
-
getDirection
DirectionPropertyType getDirection()Returns the value of the 'Direction' containment reference.If the meaning of the 'Direction' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Direction' containment reference.
- See Also:
-
setDirection
Sets the value of the 'Direction
' containment reference.- Parameters:
value
- the new value of the 'Direction' containment reference.- See Also:
-