Interface WebMapClassBreaksRenderer

interface WebMapClassBreaksRenderer {
    classBreakInfos?: WebMapClassBreakInfo[];
    classificationMethod?: string;
    defaultLabel?: string;
    defaultSymbol?: WebMapSymbol;
    field?: string;
    minValue?: number;
    type: "classBreaks";
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

classBreakInfos?: WebMapClassBreakInfo[]
classificationMethod?: string
defaultLabel?: string
defaultSymbol?: WebMapSymbol
field?: string
minValue?: number
type