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

    自畫文字圖素參數。

    interface Parameter {
        geo: GeoPoint | GeoPoint[];
        color: window.ov.Color;
        text: null | string;
        font: null | string;
        fontSize?: number;
        size?: number;
        borderColor: window.ov.Color;
        borderSize: number;
        epsg: number;
        absHeight: boolean;
        worldSize: boolean;
        offset: GeoPoint | GeoPoint[];
        alignment: TEXT_ALIGN;
    }
    索引

    屬性

    點幾何。

    color: window.ov.Color

    文字顏色。

    text: null | string

    文字。

    font: null | string

    文字字體。

    fontSize?: number

    文字字體大小。

    size?: number

    文字大小,世界座標時為公尺大小,否則為pixel大小。

    borderColor: window.ov.Color

    文字邊框顏色。

    borderSize: number

    文字邊框大小。

    epsg: number

    幾何EPSG。

    absHeight: boolean

    是否為絕對高。

    worldSize: boolean

    是否為世界座標

    offset: GeoPoint | GeoPoint[]

    位移量。

    alignment: TEXT_ALIGN

    標籤對齊方式