com.supermap.chart
类 AttributeExpectedInputsS57
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.AttributeExpectedInputs
-
- com.supermap.chart.AttributeExpectedInputsS57
-
- 所有已实现的接口:
- IDisposable
public class AttributeExpectedInputsS57 extends AttributeExpectedInputs
S-57 物标属性的期望输入类。用于表示 S-57 物标属性的期望输入的属性值的相关信息,包括期望输入的属性的ID、含义、定义及参考信息。
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。String
getDefinition()
获取期望输入的属性值的定义。static long
getHandle(com.supermap.data.InternalHandle obj)
int
getID()
获取期望输入的属性值的 ID。String
getMeaning()
获取期望输入的属性值的含义。String
getReferences()
获取期望输入的属性值的参考信息。static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中AttributeExpectedInputs
-
getMeaning
public String getMeaning()
获取期望输入的属性值的含义。- 覆盖:
getMeaning
在类中AttributeExpectedInputs
- 返回:
-
getDefinition
public String getDefinition()
获取期望输入的属性值的定义。- 覆盖:
getDefinition
在类中AttributeExpectedInputs
- 返回:
-
getID
public int getID()
获取期望输入的属性值的 ID。- 覆盖:
getID
在类中AttributeExpectedInputs
- 返回:
-
getReferences
public String getReferences()
获取期望输入的属性值的参考信息。- 覆盖:
getReferences
在类中AttributeExpectedInputs
- 返回:
-
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.