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