Interface SpatialAggregationCategorySummarySpec

interface SpatialAggregationCategorySummarySpec {
    description?: string;
    field: string;
    id: string;
    includeOther?: boolean;
    kind: "category";
    limit?: number;
    orderBy?:
        | "count-desc"
        | "count-asc"
        | "value-asc"
        | "value-desc";
    title?: string;
    unit?: string;
    valueType?: SpatialAggregationValueType;
}

Hierarchy (view full)

Properties

description?: string
field: string
id: string
includeOther?: boolean
kind
limit?: number
orderBy?:
    | "count-desc"
    | "count-asc"
    | "value-asc"
    | "value-desc"
title?: string
unit?: string