向三维图层集合中添加Model,KML,ImageFile,VectorFile类型的图层,且加载时需要输入生成缓存时指定的密码。
命名空间:
SuperMap.Realspace程序集: SuperMap.Realspace (in SuperMap.Realspace)
版本: dll
语法
C# |
---|
public Layer3D Add( string dataName, Layer3DType layerType, bool addToHead, string layerName, string password ) |
参数
- dataName
- Type: System..::.String
Model、KML、Map或ImageFile 类型图层所对应的数据全路径。
- layerType
- Type: SuperMap.Realspace..::.Layer3DType
图层的类型。如果添加的数据名称与图层类型不匹配,则添加失败。
- addToHead
- Type: System..::.Boolean
是否将新加载的图层加到最上面。
- layerName
- Type: System..::.String
指定新添加三维图层的名称,如果已存在会抛出异常,不区分大小写。
- password
- Type: System..::.String
加载三维数据需要的密码,该密码是生产缓存时指定的密码。