com.supermap.data.conversion
类 ImportSettingAiBinGrid

java.lang.Object
  继承者 com.supermap.data.conversion.ImportSetting
      继承者 com.supermap.data.conversion.ImportSettingAiBinGrid

public class ImportSettingAiBinGrid
extends ImportSetting

ArcInfo binary grid 数据导入。


构造方法摘要
ImportSettingAiBinGrid()
          构造一个新的 ImportSettingAiBinGrid 对象。
ImportSettingAiBinGrid(ImportSettingAiBinGrid importSettingAiGrid)
          根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。
ImportSettingAiBinGrid(java.lang.String sourceFilePath, Datasource targetDatasource)
          根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。
ImportSettingAiBinGrid(java.lang.String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
          根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。
 
方法摘要
 void dispose()
          释放资源。
 IgnoreMode getIgnoreMode()
          返回忽略颜色值模式。
 double[] getIgnoreValues()
          返回忽略的颜色值。
 boolean isImportingAsGrid()
          返回是否导入为Grid数据集。
 boolean isPyramidBuilt()
          返回是否自动建立影像金字塔。
 void setIgnoreMode(IgnoreMode ignoreMode)
          设置忽略颜色值模式。
 void setIgnoreValues(double[] ignoreValues)
          设置要忽略的颜色值集合。
 void setImportingAsGrid(boolean value)
          设置是否导入为Grid数据集。
 void setPyramidBuilt(boolean value)
          设置是否自动建立影像金字塔。
 
从类 com.supermap.data.conversion.ImportSetting 继承的方法
fromXML, getEncodeType, getImportMode, getSourceFileCharset, getSourceFilePath, getSourceFileType, getSourcePrjCoordSys, getTargetDataInfos, getTargetDataInfos, getTargetDatasetName, getTargetDatasource, getTargetDatasourceConnectionInfo, getTargetEncodeType, getTargetPrjCoordSys, isUseFME, setEncodeType, setFieldValue, setImportMode, setScalingFactor, setSourceFileCharset, setSourceFilePath, setTargetDataInfos, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetEncodeType, setTargetPrjCoordSys, setUseFME, toXML
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImportSettingAiBinGrid

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


ImportSettingAiBinGrid

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

参数:
importSettingAiGrid - 指定的 ImportSettingAiBinGrid 的对象。

ImportSettingAiBinGrid

public ImportSettingAiBinGrid(java.lang.String sourceFilePath,
                              Datasource targetDatasource)
根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。

参数:
sourceFilePath - 文件路径。
targetDatasource - 目标数据源。

ImportSettingAiBinGrid

public ImportSettingAiBinGrid(java.lang.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()
释放资源。