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

    自畫圓錐圖素參數。

    interface Parameter {
        geo: GeoPoint;
        direction: Geo3DPoint;
        distance: number;
        radius: number;
        color: window.ov.Color;
        opacity: number;
        epsg: number;
        circleDetail: number;
    }
    索引

    屬性

    圓錐頂點幾何。

    direction: Geo3DPoint

    投影角。

    distance: number

    投影距離。

    radius: number

    圓形的半徑。

    color: window.ov.Color

    顏色。

    opacity: number

    不透明度。

    epsg: number

    幾何EPSG。

    circleDetail: number

    圓形的邊數。