com.supermap.chart
类 AttributeS57s
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.chart.AttributeS57s
-
- 所有已实现的接口:
- IDisposable
public class AttributeS57s extends com.supermap.data.InternalHandleDisposable
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放对象所占用的资源。AttributeS57
get(int index)
根据指定索引查找属性AttributeS57
getByAcronym(String acronym)
根据给定的特征物标简称查找物标属性AttributeS57
getByCode(int code)
根据给定的特征物标编码查找物标属性int
getCount()
返回属性个数static long
getHandle(com.supermap.data.InternalHandle obj)
static void
setHandle(com.supermap.data.InternalHandle obj, long handle)
static void
setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
AttributeS57[]
toArray()
转换为物标属性对象数组
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
getCount
public int getCount()
返回属性个数- 返回:
-
get
public AttributeS57 get(int index)
根据指定索引查找属性- 参数:
index
- 指定索引- 返回:
- 返回物标属性对象
-
getByCode
public AttributeS57 getByCode(int code)
根据给定的特征物标编码查找物标属性- 参数:
code
- 给定的特征物标编码- 返回:
- 返回物标属性对象
-
getByAcronym
public AttributeS57 getByAcronym(String acronym)
根据给定的特征物标简称查找物标属性- 参数:
acronym
- 给定的特征物标简称- 返回:
- 返回物标属性对象
-
toArray
public AttributeS57[] toArray()
转换为物标属性对象数组- 返回:
- 物标属性对象数组
-
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.