Interface PointSymbolEntityParameter

點符號圖素參數。

interface PointSymbolEntityParameter {
    LaterAddToSource?: boolean;
    Point: GeoPoint;
    ReturnType?: "SELF";
    SymbolAnchor?: number[];
    SymbolRotation?: number;
    SymbolScale?: number;
    SymbolSize?: CSize;
    SymbolUrl: string;
    TextStyle?: CTextStyle;
    Tooltip: string;
}

Hierarchy

Properties

LaterAddToSource?: boolean

是否稍後再加入。

Point: GeoPoint

點幾何。

ReturnType?: "SELF"

回傳型態,"SELF"為ol.Feature。

SymbolAnchor?: number[]

圖片錨點。

SymbolRotation?: number

圖片旋轉角度(弧度)。

SymbolScale?: number

圖片比例。

SymbolSize?: CSize

圖片大小。

SymbolUrl: string

圖片來源。

TextStyle?: CTextStyle

文字樣式。

Tooltip: string

提示文字。

Generated using TypeDoc