Package net.opengis.wcs11
Interface InterpolationMethodType
-
- All Superinterfaces:
CodeType
,EObject
,InterpolationMethodBaseType
,Notifier
- All Known Implementing Classes:
InterpolationMethodTypeImpl
public interface InterpolationMethodType extends InterpolationMethodBaseType
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNullResistance()
Returns the value of the 'Null Resistance' attribute.void
setNullResistance(String value)
Sets the value of the 'Null Resistance
' attribute.-
Methods inherited from interface CodeType
getCodeSpace, getValue, setCodeSpace, setValue
-
-
-
-
Method Detail
-
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(String)
,Wcs111Package.getInterpolationMethodType_NullResistance()
-
setNullResistance
void setNullResistance(String value)
Sets the value of the 'Null Resistance
' attribute.- Parameters:
value
- the new value of the 'Null Resistance' attribute.- See Also:
getNullResistance()
-
-