public class SimpleAttributes
extends com.supermap.data.InternalHandleDisposable
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
AttributeS100 |
get(int index)
根据给定的索引获取简单属性对象。
|
AttributeS100 |
get(String 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) |
public void dispose()
public int getCount()
public AttributeS100 get(int index)
index
- 给定的索引。AttributeS100
public AttributeS100 get(String code)
code
- 给定的简单属性编码。AttributeS100
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.