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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasureTypegetDistance()Returns 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, setLocation
 - 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface DirectedObservationTypegetDirection, setDirection
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface ObservationTypegetResultOf, getTarget, getTargetGroup, getUsing, getValidTime, setResultOf, setTarget, setUsing, setValidTime
 
- 
 
- 
- 
- 
Method Detail- 
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:
- setDistance(MeasureType),- Gml311Package.getDirectedObservationAtDistanceType_Distance()
 
 - 
setDistancevoid setDistance(MeasureType value) Sets the value of the 'Distance' containment reference.- Parameters:
- value- the new value of the 'Distance' containment reference.
- See Also:
- getDistance()
 
 
- 
 
-