com.supermap.chart
类 S58Information
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.S58Information
-
- 所有已实现的接口:
- IDisposable
public class S58Information extends com.supermap.data.InternalHandleDisposable
S-58 检查项信息类。该类用于获取 S-58 检查项的编号、检查内容、依据和错误类型。
-
-
构造器概要
构造器 构造器和说明 S58Information()
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的本地资源。String
getCheckID()
获取该 S-58 检查项的编号。String
getDescription()
获取该 S-58 检查项的描述,即检查的内容。static long
getHandle(com.supermap.data.InternalHandle obj)
String
getLevel()
获取该 S-58 检查项的错误级别。String
getReference()
获取该 S-58 检查项的参考,即对应的 S-57 标准相关内容的位置。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
getDescription
public String getDescription()
获取该 S-58 检查项的描述,即检查的内容。- 返回:
-
getCheckID
public String getCheckID()
获取该 S-58 检查项的编号。- 返回:
-
getLevel
public String getLevel()
获取该 S-58 检查项的错误级别。- 返回:
-
getReference
public String getReference()
获取该 S-58 检查项的参考,即对应的 S-57 标准相关内容的位置。- 返回:
-
dispose
public void dispose()
释放对象所占用的本地资源。
-
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–2024 SuperMap. All rights reserved.