Interface JLayerPointStyle

interface JLayerPointStyle {
    id: string;
    imageSampleInBase64: string;
    name: string;
    proportional: boolean;
    proportionalScale: number;
    rotation: number;
    rotationLocked: boolean;
    size: number;
    symbolData: string;
    symbolOffset: [number, number];
    transparency: number;
    type: POINT;
}

Hierarchy (view full)

Properties

id: string
imageSampleInBase64: string

Deprecated

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

name: string
proportional: boolean
proportionalScale: number
rotation: number
rotationLocked: boolean
size: number
symbolData: string
symbolOffset: [number, number]
transparency: number
type: POINT