Class TLcdWCSSupportedInterpolations

java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSSupportedInterpolations

public class TLcdWCSSupportedInterpolations extends Object
Unordered list of interpolation methods supported.
  • Constructor Details

    • TLcdWCSSupportedInterpolations

      public TLcdWCSSupportedInterpolations()
  • Method Details

    • getDefault

      public TLcdWCSInterpolationMethod getDefault()
      Gets the default.
      Returns:
      the default.
    • setDefault

      public void setDefault(TLcdWCSInterpolationMethod aDefault)
      Sets the default.
      Parameters:
      aDefault - the default to be set.
    • addInterpolationMethod

      public void addInterpolationMethod(TLcdWCSInterpolationMethod aInterpolationMethod)
      Adds an interpolation method.
      Parameters:
      aInterpolationMethod - the interpolation method to be added.
    • getInterpolationMethodCount

      public int getInterpolationMethodCount()
      Gets the number of interpolation methods.
      Returns:
      the number of interpolation methods.
    • removeInterpolationMethod

      public void removeInterpolationMethod(int aIndex)
      Removes the interpolation method at a given position.
      Parameters:
      aIndex - the index of the given position.
    • getInterpolationMethod

      public TLcdWCSInterpolationMethod getInterpolationMethod(int aIndex)
      Gets the interpolation method at a given position.
      Parameters:
      aIndex - the index of the given position.
      Returns:
      the interpolation method at the given position.