public class ModifyTerrainSetting
extends com.supermap.data.InternalHandle
限定符和类型 | 方法和说明 |
---|---|
int |
add(ModifyTerrainObject modifyObject,
String tag)
添加地形修改。
|
void |
clear()
清空地形修改设置 。
|
ModifyTerrainObject |
get(int index)
根据索引获取地形修改对象。
|
int |
getCount()
获取地形修改数量。
|
double |
getSlopeWidth()
获取缓冲的护坡距离。
|
String |
getTag(int index)
根据索引获取地形修改标签。
|
int |
indexOf(String tag)
获取标签的索引值。
|
boolean |
remove(int index)
移除指定索引的地形修改对象。
|
void |
setSlopeWidth(double slopeWidth)
设置缓冲的护坡距离。
|
boolean |
setTag(int index,
String tag)
设置指定索引的默认标签。
|
public int add(ModifyTerrainObject modifyObject, String tag)
modifyObject
- 指定地形修改对象。tag
- 指定地形修改标志。public void clear()
public ModifyTerrainObject get(int index)
index
- 指定的索引值。public String getTag(int index)
index
- 指定的索引值。public int indexOf(String tag)
tag
- 指定的标签。public boolean remove(int index)
index
- 指定的索引值。public boolean setTag(int index, String tag)
index
- 指定的索引值。tag
- 指定的默认标签。public int getCount()
public double getSlopeWidth()
public void setSlopeWidth(double slopeWidth)
slopeWidth
- 缓冲的护坡距离Copyright © 2021–2024 SuperMap. All rights reserved.