Interface InterpolationMethodsDocument.InterpolationMethods

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    InterpolationMethodsDocumentImpl.InterpolationMethodsImpl
    Enclosing interface:
    InterpolationMethodsDocument

    public static interface InterpolationMethodsDocument.InterpolationMethods
    extends org.apache.xmlbeans.XmlObject
    An XML InterpolationMethods(@http://www.opengis.net/wcs/1.1). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getInterpolationMethodArray

        InterpolationMethodType[] getInterpolationMethodArray()
        Gets array of all "InterpolationMethod" elements
      • getInterpolationMethodArray

        InterpolationMethodType getInterpolationMethodArray​(int i)
        Gets ith "InterpolationMethod" element
      • sizeOfInterpolationMethodArray

        int sizeOfInterpolationMethodArray()
        Returns number of "InterpolationMethod" element
      • setInterpolationMethodArray

        void setInterpolationMethodArray​(InterpolationMethodType[] interpolationMethodArray)
        Sets array of all "InterpolationMethod" element
      • setInterpolationMethodArray

        void setInterpolationMethodArray​(int i,
                                         InterpolationMethodType interpolationMethod)
        Sets ith "InterpolationMethod" element
      • insertNewInterpolationMethod

        InterpolationMethodType insertNewInterpolationMethod​(int i)
        Inserts and returns a new empty value (as xml) as the ith "InterpolationMethod" element
      • addNewInterpolationMethod

        InterpolationMethodType addNewInterpolationMethod()
        Appends and returns a new empty value (as xml) as the last "InterpolationMethod" element
      • removeInterpolationMethod

        void removeInterpolationMethod​(int i)
        Removes the ith "InterpolationMethod" element
      • getDefault

        String getDefault()
        Gets the "Default" element
      • xgetDefault

        org.apache.xmlbeans.XmlString xgetDefault()
        Gets (as xml) the "Default" element
      • setDefault

        void setDefault​(String xdefault)
        Sets the "Default" element
      • xsetDefault

        void xsetDefault​(org.apache.xmlbeans.XmlString xdefault)
        Sets (as xml) the "Default" element