Interface RasterStatisticsResultExperimental

interface RasterStatisticsResult {
    bands: readonly RasterBandStatistics[];
    transfer: CogTransferLedger;
    window: RasterWindowRequest;
}

Properties

Properties

bands: readonly RasterBandStatistics[]