Interface InterpolationMethodsType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDefault()
      Returns the value of the 'Default' attribute.
      EList getInterpolationMethod()
      Returns the value of the 'Interpolation Method' containment reference list.
      void setDefault​(String value)
      Sets the value of the 'Default' 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 Detail

      • getDefault

        String getDefault()
        Returns the value of the 'Default' attribute. Identifier of interpolation method that will be used if the client does not specify one. Should be included when a default exists and is known. (Arliss) Can any string be used to identify an interpolation method in a KVP encoded Get Coverage operation request?
        Returns:
        the value of the 'Default' attribute.
        See Also:
        setDefault(String), Wcs111Package.getInterpolationMethodsType_Default()
      • setDefault

        void setDefault​(String value)
        Sets the value of the 'Default' attribute.
        Parameters:
        value - the new value of the 'Default' attribute.
        See Also:
        getDefault()