Interface InterpolationAxisType

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

public interface InterpolationAxisType extends EObject
The interpolation to be used on a specific axis
Author:
Andrea Aime - GeoSolutions
  • Method Summary

    Modifier and Type
    Method
    Description
    The axis name
    The interpolation method to be used on the specified axis
    void
    setAxis(String value)
    Sets the value of the 'Axis' attribute.
    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

    • getAxis

      String getAxis()
      The axis name
    • setAxis

      void setAxis(String value)
      Sets the value of the 'Axis' attribute.
      Parameters:
      value - the new value of the 'Axis' attribute.
      See Also:
    • getInterpolationMethod

      String getInterpolationMethod()
      The interpolation method to be used on the specified axis
    • 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: