Package net.opengis.gml311
Interface DirectedObservationType
-
- All Superinterfaces:
AbstractFeatureType
,AbstractGMLType
,EObject
,Notifier
,ObservationType
- All Known Subinterfaces:
DirectedObservationAtDistanceType
- All Known Implementing Classes:
DirectedObservationAtDistanceTypeImpl
,DirectedObservationTypeImpl
public interface DirectedObservationType extends ObservationType
A representation of the model object 'Directed Observation Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectionPropertyType
getDirection()
Returns the value of the 'Direction' containment reference.void
setDirection(DirectionPropertyType value)
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 ObservationType
getResultOf, getTarget, getTargetGroup, getUsing, getValidTime, setResultOf, setTarget, setUsing, setValidTime
-
-
-
-
Method Detail
-
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(DirectionPropertyType)
,Gml311Package.getDirectedObservationType_Direction()
-
setDirection
void setDirection(DirectionPropertyType value)
Sets the value of the 'Direction
' containment reference.- Parameters:
value
- the new value of the 'Direction' containment reference.- See Also:
getDirection()
-
-