Interface FieldSubsetType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList getAxisSubset()
      Returns the value of the 'Axis Subset' containment reference list.
      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference.
      String getInterpolationType()
      Returns the value of the 'Interpolation Type' attribute.
      void setIdentifier​(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      void setInterpolationType​(String value)
      Sets the value of the 'Interpolation Type' 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

      • setIdentifier

        void setIdentifier​(CodeType value)
        Sets the value of the 'Identifier' containment reference.
        Parameters:
        value - the new value of the 'Identifier' containment reference.
        See Also:
        getIdentifier()
      • getInterpolationType

        String getInterpolationType()
        Returns the value of the 'Interpolation Type' attribute. Optional identifier of the spatial interpolation type to be applied to this range field. This interpolation type shall be one that is identified for this Field in the CoverageDescription. When this parameter is omitted, the interpolation method used shall be the default method specified for this Field, if any.
        Returns:
        the value of the 'Interpolation Type' attribute.
        See Also:
        setInterpolationType(String), Wcs111Package.getFieldSubsetType_InterpolationType()
      • getAxisSubset

        EList getAxisSubset()
        Returns the value of the 'Axis Subset' containment reference list. The list contents are of type AxisSubsetType. Unordered list of zero or more axis subsets for this field. TBD.
        Returns:
        the value of the 'Axis Subset' containment reference list.
        See Also:
        Wcs111Package.getFieldSubsetType_AxisSubset()