MI_GridMinValue - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

Description

Returns the minimum value for specified field and band in MRR. If field and band are not specified, it considers the default field and band that is used for MRR rendering. If the MRR contains only the continuous field, the return type is double. If the MRR contains fields other than the continuous one, the return type is a string. This function supports all field and band types in multi-field multi-band MRR.

Syntax

MI_GridMinValue (GridInfo, <field>, <band> )

Arguments

MI_GridMinValue has the following arguments:
  • GridInfo is an expression that returns a GridInfo, where GridInfo is the name of the raster column in the table, by default it is MI_RASTER.

  • field specifies the field index. It is an optional parameter.

  • band specifies the band index of the field selected. It is required only if the field parameter is specified.

Example

Determines the minimum grid value of the specified field and band in MRR Table.

select MI_GridMinValue("MI_RASTER", 0, 0) from "/MRRWorldTable"