public class ImportSettingAiBinGrid extends ImportSetting
构造器和说明 |
---|
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)
设置是否自动建立影像金字塔。
|
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
public ImportSettingAiBinGrid()
public ImportSettingAiBinGrid(ImportSettingAiBinGrid importSettingAiGrid)
importSettingAiGrid
- 指定的 ImportSettingAiBinGrid 的对象。public ImportSettingAiBinGrid(String sourceFilePath, Datasource targetDatasource)
sourceFilePath
- 文件路径。targetDatasource
- 目标数据源。public ImportSettingAiBinGrid(String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
sourceFilePath
- 源文件全路径。targetConnectionInfo
- 目标数据源连接信息。public boolean isPyramidBuilt()
public void setPyramidBuilt(boolean value)
value
- 一个布尔值,true表示自动建立影像金字塔;false表示不自动建立影像金字塔。public void setIgnoreMode(IgnoreMode ignoreMode)
ignoreMode
- 颜色值模式。public IgnoreMode getIgnoreMode()
public double[] getIgnoreValues()
public void setIgnoreValues(double[] ignoreValues)
ignoreValues
- 要忽略的颜色值集合。public boolean isImportingAsGrid()
public void setImportingAsGrid(boolean value)
value
- true表示导入为Grid数据集。public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.