com.supermap.data.conversion

类 GJBExportLayerSetting

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.data.conversion.GJBExportLayerSetting
  • 所有已实现的接口:
    IDisposable


    public class GJBExportLayerSetting
    extends com.supermap.data.InternalHandleDisposable
    军用数字地图矢量数据(GJB)文件导出图层的参数设置类,一个参数表示GJB中一个图层。
    • 构造器详细资料

      • GJBExportLayerSetting

        public GJBExportLayerSetting()
        默认构造函数,构造一个新的 GJBExportLayerSetting 对象。
      • GJBExportLayerSetting

        public GJBExportLayerSetting(GJBExportLayerSetting layerSetting)
        拷贝构造函数,根据给定的 GJBExportLayerSetting 对象构造一个与其完全相同的新对象。
        参数:
        layerSetting - 用于初始化 GJBExportLayerSetting 新实例的对象。
    • 方法详细资料

      • getLayerType

        public GJBLayerType getLayerType()
        获取GJB导出图层的类型。
        返回:
        GJB图层类型。
      • setLayerType

        public void setLayerType(GJBLayerType layerType)
        设置GJB导出图层的类型。
        参数:
        layerType - GJB图层类型。
      • getDtNamesBeLayer

        public String[] getDtNamesBeLayer()
        获取导出为该图层的数据集名称。
        返回:
        数据集名称数组,以便多个数据集导出为GJB一个图层。
      • setDtNamesBeLayer

        public void setDtNamesBeLayer(String[] dtNames)
        设置导出为该图层的数据集名称。
        参数:
        dtNames - 数据集名称数组,以便多个数据集导出为GJB一个图层。
      • dispose

        public void dispose()
        释放该对象所占用的资源。当调用该方法之后,此对象不再可用。
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.