PilotGaea 2D O'view
    正在準備搜尋索引...

    介面 PointSymbolEntityParameter

    點符號圖素參數。

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

    層級 (查看層級一覽)

    索引

    屬性

    SymbolUrl: string

    圖片來源。

    SymbolSize?: CSize

    圖片大小。

    SymbolAnchor?: number[]

    圖片錨點。

    SymbolScale?: number

    圖片比例。

    SymbolRotation?: number

    圖片旋轉角度(弧度)。

    Point: GeoPoint

    點幾何。

    Tooltip: string

    提示文字。

    TextStyle?: CTextStyle

    文字樣式。

    LaterAddToSource?: boolean

    是否稍後再加入。

    ReturnType?: "SELF"

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