AbstractMultibandStatisticsResult Data Type

A multi band statistics results is basically an array of individual results. The number of elements in the array corresponds to the number of bands in the layer.

Abstract Type
Properties
name data type description
result array of StatisticsResult The array of results

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "result" : [ {
    "totalCount" : 12345,
    "validCount" : 12345
  }, {
    "totalCount" : 12345,
    "validCount" : 12345
  } ]
}