public class AttributeSpec
extends com.supermap.data.InternalHandleDisposable
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放 AttributeSpec 对象所占用的本地资源。
|
int |
getCode()
返回属性字段代码。
|
static long |
getHandle(com.supermap.data.InternalHandle obj) |
int |
getRequired()
返回该属性是否是物标的必须属性。
|
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 getCode()
public int getRequired()
返回的值可以为0、1或者2。当为0时,表示该属性不是物标的必须属性;当为1时,表示该属性是物标的必须属性;当为2时,表示该属性的设置在特定条件下有意义。
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.