Interface InterpolationMethodType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
InterpolationMethodTypeImpl

public interface InterpolationMethodType extends EObject
The interpolation method (the standard provides a list of values, but the XSD leaves it open ended)
Author:
Andrea Aime - GeoSolutions
  • Method Summary

    Modifier and Type
    Method
    Description
    The interpolation method
    void
    Sets the value of the 'Interpolation Method' attribute.

    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

    • getInterpolationMethod

      String getInterpolationMethod()
      The interpolation method
    • setInterpolationMethod

      void setInterpolationMethod(String value)
      Sets the value of the 'Interpolation Method' attribute.
      Parameters:
      value - the new value of the 'Interpolation Method' attribute.
      See Also: