com.supermap.chart
类 S100Error
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.S100Error
-
- 所有已实现的接口:
- IDisposable
public class S100Error extends com.supermap.data.InternalHandleDisposable
海图S100错误类。- 从以下版本开始:
- 12.0.0
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的本地资源。String
getCheckID()
获取错误编码。String
getCheckMessage()
获取信息String
getCheckSolution()
获取处理方案String
getDescription()
获取描述信息String
getErrorInformation()
获取错误信息。S100ObjectID
getErrorObject()
获取错误对象。static long
getHandle(com.supermap.data.InternalHandle obj)
String
getLevel()
获取信息等级S100ObjectID[]
getReferenceObjects()
获取相关对象集合。Geometry[]
getResultGeometrys()
获取相关对象集合。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的本地资源。
-
getCheckID
public String getCheckID()
获取错误编码。- 返回:
- 编码字符串。
- 从以下版本开始:
- 12.0.0
-
getErrorInformation
public String getErrorInformation()
获取错误信息。- 返回:
- 错误信息字符串。
- 从以下版本开始:
- 12.0.0
-
getLevel
public String getLevel()
获取信息等级- 返回:
- 描述信息等级的字符串。
- 从以下版本开始:
- 12.0.0
-
getCheckMessage
public String getCheckMessage()
获取信息- 返回:
- 描述信息的字符串。
- 从以下版本开始:
- 12.0.0
-
getCheckSolution
public String getCheckSolution()
获取处理方案- 返回:
- 从以下版本开始:
- 12.0.0
-
getDescription
public String getDescription()
获取描述信息- 返回:
- 从以下版本开始:
- 12.0.0
-
getErrorObject
public S100ObjectID getErrorObject()
获取错误对象。- 返回:
S100ObjectID
对象。- 从以下版本开始:
- 12.0.0
-
getReferenceObjects
public S100ObjectID[] getReferenceObjects()
获取相关对象集合。- 返回:
S100ObjectID
对象数组集合。- 从以下版本开始:
- 12.0.0
-
getResultGeometrys
public Geometry[] getResultGeometrys()
获取相关对象集合。- 返回:
- 从以下版本开始:
- 12.0.0
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
getHandle
public static long getHandle(com.supermap.data.InternalHandle obj)
-
setHandle
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.