Package net.opengis.gml311
Interface AbstractPositionalAccuracyType
- All Superinterfaces:
EObject,Notifier
- All Known Subinterfaces:
AbsoluteExternalPositionalAccuracyType,CovarianceMatrixType,RelativeInternalPositionalAccuracyType
- All Known Implementing Classes:
AbsoluteExternalPositionalAccuracyTypeImpl,AbstractPositionalAccuracyTypeImpl,CovarianceMatrixTypeImpl,RelativeInternalPositionalAccuracyTypeImpl
public interface AbstractPositionalAccuracyType
extends EObject
A representation of the model object 'Abstract Positional Accuracy Type'.
Position error estimate (or accuracy) data.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Measure Description' containment reference.voidsetMeasureDescription(CodeType value) Sets the value of the 'Measure Description' containment reference.Methods 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, eSetDeliver
-
Method Details
-
getMeasureDescription
CodeType getMeasureDescription()Returns the value of the 'Measure Description' containment reference. A description of the position accuracy parameter(s) provided.- Returns:
- the value of the 'Measure Description' containment reference.
- See Also:
-
setMeasureDescription
Sets the value of the 'Measure Description' containment reference.- Parameters:
value- the new value of the 'Measure Description' containment reference.- See Also:
-