public class GJBExportLayerSetting
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
GJBExportLayerSetting()
默认构造函数,构造一个新的 GJBExportLayerSetting 对象。
|
GJBExportLayerSetting(GJBExportLayerSetting layerSetting)
拷贝构造函数,根据给定的 GJBExportLayerSetting 对象构造一个与其完全相同的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
String[] |
getDtNamesBeLayer()
获取导出为该图层的数据集名称。
|
GJBLayerType |
getLayerType()
获取GJB导出图层的类型。
|
void |
setDtNamesBeLayer(String[] dtNames)
设置导出为该图层的数据集名称。
|
static void |
setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
boolean disposable) |
void |
setLayerType(GJBLayerType layerType)
设置GJB导出图层的类型。
|
public GJBExportLayerSetting()
public GJBExportLayerSetting(GJBExportLayerSetting layerSetting)
layerSetting
- 用于初始化 GJBExportLayerSetting 新实例的对象。public GJBLayerType getLayerType()
public void setLayerType(GJBLayerType layerType)
layerType
- GJB图层类型。public String[] getDtNamesBeLayer()
public void setDtNamesBeLayer(String[] dtNames)
dtNames
- 数据集名称数组,以便多个数据集导出为GJB一个图层。public void dispose()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.