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 EObjectA representation of the model object 'Abstract Positional Accuracy Type'. Position error estimate (or accuracy) data.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetMeasureDescription()Returns the value of the 'Measure Description' containment reference.voidsetMeasureDescription(CodeType value)Sets the value of the 'Measure Description' containment reference.
 
- 
- 
- 
Method Detail- 
getMeasureDescriptionCodeType 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()
 
 - 
setMeasureDescriptionvoid 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()
 
 
- 
 
-