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

    介面 BatchPointParameter

    BatchPointParameter

    interface BatchPointParameter {
        FillColor: string | CanvasPattern | CanvasGradient;
        LaterAddToSource?: boolean;
        Point: GeoPoint;
        Radius: number;
        RadiusUnit: UNIT;
        ReturnType?: "SELF";
        SymbolAnchor: number[];
        SymbolRotation: number;
        SymbolSize: CSize;
        SymbolUrl: string;
        TextStyle: CTextStyle;
        Tooltip: string;
    }

    層級 (查看層級一覽)

    索引

    屬性

    FillColor: string | CanvasPattern | CanvasGradient

    點填充顏色。

    LaterAddToSource?: boolean

    是否稍後再加入。

    Point: GeoPoint

    點幾何。

    Radius: number

    半徑。

    RadiusUnit: UNIT

    半徑作畫單位

    ReturnType?: "SELF"

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

    SymbolAnchor: number[]

    圖片錨點。

    SymbolRotation: number

    圖片旋轉角度(弧度)。

    SymbolSize: CSize

    圖片大小。

    SymbolUrl: string

    圖片來源。

    TextStyle: CTextStyle

    文字樣式。

    Tooltip: string

    提示文字。