Interface JLayerThematicCategory

interface JLayerThematicCategory {
    enabled: boolean;
    index: number;
    nullValueCategory: boolean;
    style: JLayerStyle;
    title: string;
}

Hierarchy (view full)

Properties

enabled: boolean
index: number
nullValueCategory: boolean
title: string