Package net.opengis.gml311
Interface AbsoluteExternalPositionalAccuracyType
-
- All Superinterfaces:
AbstractPositionalAccuracyType
,EObject
,Notifier
- All Known Implementing Classes:
AbsoluteExternalPositionalAccuracyTypeImpl
public interface AbsoluteExternalPositionalAccuracyType extends AbstractPositionalAccuracyType
A representation of the model object 'Absolute External Positional Accuracy Type'. Closeness of reported coordinate values to values accepted as or being true.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeasureType
getResult()
Returns the value of the 'Result' containment reference.void
setResult(MeasureType value)
Sets the value of the 'Result
' containment reference.-
Methods inherited from interface AbstractPositionalAccuracyType
getMeasureDescription, setMeasureDescription
-
-
-
-
Method Detail
-
getResult
MeasureType getResult()
Returns the value of the 'Result' containment reference. A quantitative result defined by the evaluation procedure used, and identified by the measureDescription.- Returns:
- the value of the 'Result' containment reference.
- See Also:
setResult(MeasureType)
,Gml311Package.getAbsoluteExternalPositionalAccuracyType_Result()
-
setResult
void setResult(MeasureType value)
Sets the value of the 'Result
' containment reference.- Parameters:
value
- the new value of the 'Result' containment reference.- See Also:
getResult()
-
-