com.supermap.data.conversion

类 ImportSettingAiBinGrid

  • 所有已实现的接口:
    IDisposable


    public class ImportSettingAiBinGrid
    extends ImportSetting
    ArcInfo binary grid 数据导入。
    • 构造器详细资料

      • ImportSettingAiBinGrid

        public ImportSettingAiBinGrid()
        构造一个新的 ImportSettingAiBinGrid 对象。
      • ImportSettingAiBinGrid

        public ImportSettingAiBinGrid(ImportSettingAiBinGrid importSettingAiGrid)
        根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。
        参数:
        importSettingAiGrid - 指定的 ImportSettingAiBinGrid 的对象。
      • ImportSettingAiBinGrid

        public ImportSettingAiBinGrid(String sourceFilePath,
                                      Datasource targetDatasource)
        根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。
        参数:
        sourceFilePath - 文件路径。
        targetDatasource - 目标数据源。
      • ImportSettingAiBinGrid

        public ImportSettingAiBinGrid(String sourceFilePath,
                                      DatasourceConnectionInfo targetConnectionInfo)
        根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。
        参数:
        sourceFilePath - 源文件全路径。
        targetConnectionInfo - 目标数据源连接信息。
    • 方法详细资料

      • isPyramidBuilt

        public boolean isPyramidBuilt()
        返回是否自动建立影像金字塔。
        返回:
        一个布尔值,true表示自动建立影像金字塔;false表示不自动建立影像金字塔。
      • setPyramidBuilt

        public void setPyramidBuilt(boolean value)
        设置是否自动建立影像金字塔。
        参数:
        value - 一个布尔值,true表示自动建立影像金字塔;false表示不自动建立影像金字塔。
      • setIgnoreMode

        public void setIgnoreMode(IgnoreMode ignoreMode)
        设置忽略颜色值模式。
        参数:
        ignoreMode - 颜色值模式。
      • getIgnoreMode

        public IgnoreMode getIgnoreMode()
        返回忽略颜色值模式。
        返回:
        忽略颜色值模式。
      • getIgnoreValues

        public double[] getIgnoreValues()
        返回忽略的颜色值。
        返回:
        返回忽略的颜色值集合。
      • setIgnoreValues

        public void setIgnoreValues(double[] ignoreValues)
        设置要忽略的颜色值集合。
        参数:
        ignoreValues - 要忽略的颜色值集合。
      • isImportingAsGrid

        public boolean isImportingAsGrid()
        返回是否导入为Grid数据集。
        返回:
        返回是否导入为Grid数据集。
      • setImportingAsGrid

        public void setImportingAsGrid(boolean value)
        设置是否导入为Grid数据集。
        参数:
        value - true表示导入为Grid数据集。
      • dispose

        public void dispose()
        释放资源。

Copyright © 2021–2024 SuperMap. All rights reserved.