向地形图层集合中添加在线STK World Terrain地形图层。

命名空间:  SuperMap.Realspace
程序集:  SuperMap.Realspace (in SuperMap.Realspace)
版本: dll

语法

C#
public TerrainLayer AddSTK(
	string stkURL,
	string customLayerName
)

参数

stkURL
Type: System..::.String
指定的STK地形服务URL。
customLayerName
Type: System..::.String
用户指定的地形图层名称。

返回值

新添加的地形图层对象。

请参见