Interface SpatialAggregationInclude

interface SpatialAggregationInclude {
    cells?: boolean;
    emptyCells?: boolean;
    metadata?: boolean;
    totals?: boolean;
}

Properties

cells?: boolean
emptyCells?: boolean
metadata?: boolean
totals?: boolean