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.voidsetDistance(MeasureType value) Sets the value of the 'Distance' containment reference.Methods inherited from interface AbstractFeatureType
getBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocationMethods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface DirectedObservationType
getDirection, setDirectionMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods 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:
-