com.supermap.mobjects.mapdata
类 ResultState
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.mapdata.ResultState
-
- 所有已实现的接口:
- IDisposable
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)
合并某个状态到当前状态中
-
-
-
构造器详细资料
-
ResultState
public ResultState()
构造对象
-
ResultState
public ResultState(long handle)
构造对象,通过handle构造- 参数:
handle
- 底层指针
-
-
方法详细资料
-
dispose
public void dispose()
释放对象
-
setState
public void setState(ResultStateType enumType, boolean bState)
设置状态- 参数:
enumType
- 打开GJB数据步骤枚举类bState
- 是否已执行
-
getState
public boolean getState(ResultStateType enumType)
获取状态- 参数:
enumType
- 打开GJB数据步骤枚举类- 返回:
- 返回是否执行了此状态
-
getErrorResultStateCol
public ResultStateType[] getErrorResultStateCol()
返回失败的类型的枚举的集合- 返回:
- 失败的类型的枚举的集合
-
Union
public void Union(ResultState mgResultState)
合并某个状态到当前状态中- 参数:
mgResultState
- 任务执行完成的状态
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.