public class AttributeCompact
extends com.supermap.data.InternalHandleDisposable
限定符和类型 | 字段和说明 |
---|---|
static int |
UGE_CREATE_FALSE |
static int |
UGE_ERROR_FORMAT |
static int |
UGE_ERROR_READ |
static int |
UGE_ERROR_WRITE |
static int |
UGE_INVALID_ARGUMENT |
static int |
UGE_NO_FOUND |
static int |
UGE_OPEN_FALSE |
static int |
UGE_OUTOF_RANGE |
static int |
UGE_SUCCESS |
static int |
UGE_UNOPEN |
static int |
UGE_UNSUPPORTED |
构造器和说明 |
---|
AttributeCompact()
构造一个新的 AttributeCompact 对象。
|
public static final int UGE_SUCCESS
public static final int UGE_OPEN_FALSE
public static final int UGE_CREATE_FALSE
public static final int UGE_ERROR_FORMAT
public static final int UGE_OUTOF_RANGE
public static final int UGE_NO_FOUND
public static final int UGE_UNOPEN
public static final int UGE_INVALID_ARGUMENT
public static final int UGE_UNSUPPORTED
public static final int UGE_ERROR_READ
public static final int UGE_ERROR_WRITE
public void dispose()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public int open(String dbPath, String pwd)
dbPath
- 属性文件路径。pwd
- 属性文件密码。IllegalStateException
- 当前对象已被释放。public boolean close()
IllegalStateException
- 当前对象已被释放。public String[] getData(String[] attributeKey)
attributeKey
- 属性key数组。IllegalStateException
- 当前对象已被释放。public byte[][] getByteArrays(String[] attributeKey)
attributeKey
- 属性key数组。IllegalStateException
- 当前对象已被释放。Copyright © 2021–2024 SuperMap. All rights reserved.