Interface AddPhotogrammetryModelLayerProperty

新增傾斜攝影模型圖層參數。

interface AddPhotogrammetryModelLayerProperty {
    identifier: string;
    url: string;
    clipPolygon?: GeoPolygon;
    keepPolygon?: GeoPolygon;
    maxVisibleDistance?: number;
    token?: string;
    urlTemplate?: string;
}

Hierarchy

Properties

identifier: string

圖層名稱。

url: string

位址。

clipPolygon?: GeoPolygon

裁切多邊形資訊。

keepPolygon?: GeoPolygon

保留多邊形資訊。

maxVisibleDistance?: number

最遠可視距離(m)。

Default Value

3000
token?: string

若有需要提供,token。

urlTemplate?: string

網址字串模板,可給代理如PROXY_URL/{URL}。

Default Value

""

Generated using TypeDoc