com.supermap.data.conversion
类 ImportSettingAiBinGrid
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.conversion.ImportSetting
-
- com.supermap.data.conversion.ImportSettingAiBinGrid
-
- 所有已实现的接口:
- IDisposable
public class ImportSettingAiBinGrid extends ImportSetting
ArcInfo binary grid 数据导入。
-
-
构造器概要
构造器 构造器和说明 ImportSettingAiBinGrid()
构造一个新的 ImportSettingAiBinGrid 对象。ImportSettingAiBinGrid(ImportSettingAiBinGrid importSettingAiGrid)
根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。ImportSettingAiBinGrid(String sourceFilePath, Datasource targetDatasource)
根据指定的参数来构造一个 ImportSettingAiBinGrid 的新对象。ImportSettingAiBinGrid(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, setEnableMultiThread, setEncodeType, setFieldValue, setImportMode, setScalingFactor, setSourceFileCharset, setSourceFilePath, setTargetDataInfos, setTargetDatasetName, setTargetDatasource, setTargetDatasourceConnectionInfo, setTargetEncodeType, setTargetPrjCoordSys, setUseFME, toXML
-
-
-
-
构造器详细资料
-
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.