public class AgencyS57s
extends com.supermap.data.InternalHandleDisposable
Agencies.xml 文件的初始位置为:SuperMap 组件产品安装目录\Bin\Resource\Chart\S57文件夹下,但需要注意的是,该文件路径可通过 ChartEnvironment
类的 setAgencyFile()
方法进行修改,并且 SuperMap 不建议对该文件进行修改,以免造成不必要的错误而影响使用。
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象所占用的资源。
|
AgencyS57 |
get(int index)
根据指定索引获取生产机构。
|
AgencyS57 |
getByCode(int code)
根据给定的机构编码返回 S-57 生产机构
AgencyS57 对象。 |
AgencyS57 |
getByToken(String strToken)
根据给定的机构缩写返回生产机构
AgencyS57 对象。 |
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) |
AgencyS57[] |
toArray()
转换为生产机构对象的数组集合。
|
public void dispose()
public int getCount()
public AgencyS57 getByCode(int code)
AgencyS57
对象。code
- 指定的机构编码。public AgencyS57 getByToken(String strToken)
AgencyS57
对象。strToken
- 指定的机构缩写。public AgencyS57[] 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.