Interface AbstractGriddedSurfaceType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

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

      • sizeOfRowArray

        int sizeOfRowArray()
        Returns number of "row" element
      • removeRow

        void removeRow​(int i)
        Removes the ith "row" element
      • getRows

        BigInteger getRows()
        Gets the "rows" element
      • xgetRows

        org.apache.xmlbeans.XmlInteger xgetRows()
        Gets (as xml) the "rows" element
      • isSetRows

        boolean isSetRows()
        True if has "rows" element
      • setRows

        void setRows​(BigInteger rows)
        Sets the "rows" element
      • xsetRows

        void xsetRows​(org.apache.xmlbeans.XmlInteger rows)
        Sets (as xml) the "rows" element
      • unsetRows

        void unsetRows()
        Unsets the "rows" element
      • getColumns

        BigInteger getColumns()
        Gets the "columns" element
      • xgetColumns

        org.apache.xmlbeans.XmlInteger xgetColumns()
        Gets (as xml) the "columns" element
      • isSetColumns

        boolean isSetColumns()
        True if has "columns" element
      • setColumns

        void setColumns​(BigInteger columns)
        Sets the "columns" element
      • xsetColumns

        void xsetColumns​(org.apache.xmlbeans.XmlInteger columns)
        Sets (as xml) the "columns" element
      • unsetColumns

        void unsetColumns()
        Unsets the "columns" element