Class TLcdWCSInterpolationMethod

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

public final class TLcdWCSInterpolationMethod extends Object
Codes that identify interpolation methods.
  • Field Details

  • Method Details

    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • valueOf

      public static TLcdWCSInterpolationMethod valueOf(String aString)
      Gets the value corresponding to the string representation or null if none corresponds.
      Parameters:
      aString - the string representation.
      Returns:
      the corresponding instance or null if none corresponds.