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

    介面 PolylineEntityParameter

    線圖素參數。

    interface PolylineEntityParameter {
        Polyline: GeoPolyline;
        StrokeColor: string | CanvasPattern | CanvasGradient;
        StrokeWidth: number;
        ShowArrow: boolean;
        Tooltip: string;
        TextStyle: CTextStyle;
        LaterAddToSource?: boolean;
        ReturnType?: "SELF";
        LineDash?: boolean | number[];
    }
    索引

    屬性

    Polyline: GeoPolyline

    線幾何。

    StrokeColor: string | CanvasPattern | CanvasGradient

    邊線顏色。

    StrokeWidth: number

    邊線寬。

    ShowArrow: boolean

    是否顯示箭頭。

    Tooltip: string

    提示文字。

    TextStyle: CTextStyle

    文字樣式。

    LaterAddToSource?: boolean

    是否稍後再加入。

    ReturnType?: "SELF"

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

    LineDash?: boolean | number[]

    虛線間隔或開啟虛線。