interface JLayerStylePoint {
    antiAliasing: boolean;
    imageSampleInBase64: string;
    styleType: POINT;
    symbolImage: null | JLayerStyleSymbolImage;
    symbolOffsetX: number;
    symbolOffsetY: number;
    symbolProportionalSize: number;
    symbolProportionalSizeEnabled: boolean;
    symbolRotateWithMapEnabled: boolean;
    symbolRotationInDegree: number;
    symbolScale: number;
    symbolVector: null | JLayerStyleSymbolVector;
    transparencyPerCent: number;
}

Hierarchy (view full)

Properties

antiAliasing: boolean
imageSampleInBase64: string
styleType: POINT
symbolImage: null | JLayerStyleSymbolImage
symbolOffsetX: number
symbolOffsetY: number
symbolProportionalSize: number
symbolProportionalSizeEnabled: boolean
symbolRotateWithMapEnabled: boolean
symbolRotationInDegree: number
symbolScale: number
symbolVector: null | JLayerStyleSymbolVector
transparencyPerCent: number