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:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Null Resistance' attribute.
    void
    Sets the value of the 'Null Resistance' attribute.

    Methods inherited from interface CodeType

    getCodeSpace, getValue, setCodeSpace, setValue

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods 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

      void setNullResistance(String value)
      Sets the value of the 'Null Resistance' attribute.
      Parameters:
      value - the new value of the 'Null Resistance' attribute.
      See Also: