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

    介面 PointEntityBaseParameter

    點圖素基本參數。

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

    層級 (查看層級一覽)

    索引

    屬性

    LaterAddToSource?: boolean

    是否稍後再加入。

    Point: GeoPoint

    點幾何。

    ReturnType?: "SELF"

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

    TextStyle?: CTextStyle

    文字樣式。

    Tooltip: string

    提示文字。