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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getMeasureDescription()
Returns the value of the 'Measure Description' containment reference.void
setMeasureDescription(CodeType value)
Sets the value of the 'Measure Description
' containment reference.
-
-
-
Method Detail
-
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(CodeType)
,Gml311Package.getAbstractPositionalAccuracyType_MeasureDescription()
-
setMeasureDescription
void setMeasureDescription(CodeType value)
Sets the value of the 'Measure Description
' containment reference.- Parameters:
value
- the new value of the 'Measure Description' containment reference.- See Also:
getMeasureDescription()
-
-