Package net.opengis.wcs11
Interface InterpolationMethodType
- All Superinterfaces:
CodeType,EObject,InterpolationMethodBaseType,Notifier
- All Known Implementing Classes:
InterpolationMethodTypeImpl
A representation of the model object 'Interpolation Method Type'.
Identifier of a spatial interpolation method applicable to continuous grid coverages, plus the optional "null Resistance" parameter.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Null Resistance' attribute.voidsetNullResistance(String value) Sets the value of the 'Null Resistance' attribute.Methods inherited from interface CodeType
getCodeSpace, getValue, setCodeSpace, setValueMethods 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
-
getNullResistance
String getNullResistance()Returns the value of the 'Null Resistance' attribute. Identifier of how the server handles null values when spatially interpolating values in this field using this interpolation method. This identifier shall be selected from the referenced dictionary. This parameter shall be omitted when the rule for handling nulls is unknown.- Returns:
- the value of the 'Null Resistance' attribute.
- See Also:
-
setNullResistance
Sets the value of the 'Null Resistance' attribute.- Parameters:
value- the new value of the 'Null Resistance' attribute.- See Also:
-