Interface JLayerPolygonStyle

interface JLayerPolygonStyle {
    borderColor: string;
    borderDashPattern: number[];
    borderPatternData: string;
    borderThickness: number;
    borderTransparency: number;
    fillColor: string;
    id: string;
    imageSampleInBase64: string;
    name: string;
    patternData: string;
    transparency: number;
    transparentFill: boolean;
    type: POLYGON;
}

Hierarchy (view full)

Properties

borderColor: string
borderDashPattern: number[]
borderPatternData: string
borderThickness: number
borderTransparency: number
fillColor: string
id: string
imageSampleInBase64: string

Deprecated

this property will be removed once the legacy support for JMS thematics will be removed

name: string
patternData: string
transparency: number
transparentFill: boolean
type: POLYGON