public class ResultState
extends com.supermap.data.InternalHandleDisposable
具体使用详见在MapToolKit类中addBaseMapToActiveMap()方法
构造器和说明 |
---|
ResultState()
构造对象
|
ResultState(long handle)
构造对象,通过handle构造
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
ResultStateType[] |
getErrorResultStateCol()
返回失败的类型的枚举的集合
|
boolean |
getState(ResultStateType enumType)
获取状态
|
void |
setState(ResultStateType enumType,
boolean bState)
设置状态
|
void |
Union(ResultState mgResultState)
合并某个状态到当前状态中
|
public ResultState()
public ResultState(long handle)
handle
- 底层指针public void dispose()
public void setState(ResultStateType enumType, boolean bState)
enumType
- 打开GJB数据步骤枚举类bState
- 是否已执行public boolean getState(ResultStateType enumType)
enumType
- 打开GJB数据步骤枚举类public ResultStateType[] getErrorResultStateCol()
public void Union(ResultState mgResultState)
mgResultState
- 任务执行完成的状态Copyright © 2021–2024 SuperMap. All rights reserved.