public class FeatureInfoS57s
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
FeatureInfoS57s(long[] handles) |
限定符和类型 | 方法和说明 |
---|---|
void |
dispose() |
FeatureInfoS57 |
get(int index)
根据给定的索引获取FeatureInfoS57对象。
|
FeatureInfoS57 |
getByAcronym(String strAcronym)
根据给的的特征物标简称获取FeatureInfoS57对象。
|
FeatureInfoS57 |
getByCode(int code)
根据给的特征物标编码获取FeatureInfoS57对象。
|
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) |
FeatureInfoS57[] |
toArray() |
public void dispose()
public int getCount()
public FeatureInfoS57 get(int index)
index
- 给定索引。FeatureInfoS57
对象。public FeatureInfoS57 getByCode(int code)
code
- 给的的特征物标编码。FeatureInfoS57
对象。public FeatureInfoS57 getByAcronym(String strAcronym)
strAcronym
- 给定的物标简称。FeatureInfoS57
对象。public FeatureInfoS57[] 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.