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()
转换为物标属性对象数组
|
public void dispose()
public int getCount()
public AttributeS57 get(int index)
index
- 指定索引public AttributeS57 getByCode(int code)
code
- 给定的特征物标编码public AttributeS57 getByAcronym(String acronym)
acronym
- 给定的特征物标简称public AttributeS57[] toArray()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
public static long getHandle(com.supermap.data.InternalHandle obj)
public static void setHandle(com.supermap.data.InternalHandle obj, long handle)
Copyright © 2021–2024 SuperMap. All rights reserved.