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

    介面 PointEntityBaseParameter

    點圖素基本參數。

    interface PointEntityBaseParameter {
        Point: GeoPoint;
        Tooltip: string;
        TextStyle?: CTextStyle;
        LaterAddToSource?: boolean;
        ReturnType?: "SELF";
    }

    層級 (查看層級一覽)

    索引

    屬性

    Point: GeoPoint

    點幾何。

    Tooltip: string

    提示文字。

    TextStyle?: CTextStyle

    文字樣式。

    LaterAddToSource?: boolean

    是否稍後再加入。

    ReturnType?: "SELF"

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