Interface PointColorEntityParameter

點圓形顏色圖素參數。

interface PointColorEntityParameter {
    FillColor: string | CanvasPattern | CanvasGradient;
    LaterAddToSource?: boolean;
    Point: GeoPoint;
    Radius: number;
    RadiusUnit?: UNIT;
    ReturnType?: "SELF";
    TextStyle?: CTextStyle;
    Tooltip: string;
}

Hierarchy

Properties

FillColor: string | CanvasPattern | CanvasGradient

點填充顏色。

LaterAddToSource?: boolean

是否稍後再加入。

Point: GeoPoint

點幾何。

Radius: number

半徑。

RadiusUnit?: UNIT

半徑作畫單位

ReturnType?: "SELF"

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

TextStyle?: CTextStyle

文字樣式。

Tooltip: string

提示文字。

Generated using TypeDoc