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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Distance' containment reference.voidsetDistance(MeasureType value) Sets the value of the 'Distance' containment reference.Methods inherited from interface AbstractFeatureTypegetBoundedBy, getLocation, getLocationGroup, setBoundedBy, setLocationMethods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface DirectedObservationTypegetDirection, setDirectionMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface ObservationTypegetResultOf, getTarget, getTargetGroup, getUsing, getValidTime, setResultOf, setTarget, setUsing, setValidTime
- 
Method Details- 
getDistanceMeasureType 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:
 
- 
setDistanceSets the value of the 'Distance' containment reference.- Parameters:
- value- the new value of the 'Distance' containment reference.
- See Also:
 
 
-