public class IntendedUsages
extends com.supermap.data.InternalHandleDisposable
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
IntendedUsage |
get(int index)
根据指定索引获取航海用途。
|
IntendedUsage |
getByCode(String code)
根据给定的机构编码返回航海用途
IntendedUsage 对象。 |
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 IntendedUsage get(int index)
index
- 指定索引IntendedUsage
public IntendedUsage getByCode(String code)
IntendedUsage
对象。code
- 指定的航海用途编码。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.