Interface JLayerThematicClassification

interface JLayerThematicClassification {
    attribute: string;
    categories: JLayerThematicCategory[];
    categoryCount: number;
    colorPaletteName: string;
    description: string;
    dynamicLegend: boolean;
    enabled: boolean;
    hiddenCategoryIndexes: number[];
    id: JId;
    isVisible: boolean;
    name: string;
    nullValueSupported: boolean;
    outOfSampleDataIgnored: boolean;
    subTitle: string;
    title: string;
    type: JLAYER_THEMATIC_TYPES;
}

Hierarchy (view full)

Properties

attribute: string
categoryCount: number
colorPaletteName: string
description: string
dynamicLegend: boolean
enabled: boolean
hiddenCategoryIndexes: number[]
id: JId
isVisible: boolean
name: string
nullValueSupported: boolean
outOfSampleDataIgnored: boolean
subTitle: string
title: string