Package net.opengis.gml311
Interface DirectedObservationAtDistanceType
- All Superinterfaces:
AbstractFeatureType
,AbstractGMLType
,DirectedObservationType
,EObject
,Notifier
,ObservationType
- All Known Implementing Classes:
DirectedObservationAtDistanceTypeImpl
A representation of the model object 'Directed Observation At Distance Type'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Distance' containment reference.void
setDistance
(MeasureType value) Sets the value of the 'Distance
' 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 DirectedObservationType
getDirection, setDirection
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
-
getDistance
MeasureType getDistance()Returns the value of the 'Distance' containment reference.If the meaning of the 'Distance' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Distance' containment reference.
- See Also:
-
setDistance
Sets the value of the 'Distance
' containment reference.- Parameters:
value
- the new value of the 'Distance' containment reference.- See Also:
-