public class ImportSettingBMP extends ImportSetting
ImportSetting
类。
该类型仅在 Windows 平台版本中支持,在 Linux版本中不提供。
注意:
(1) 传入的文件型的数据源和工作空间连接信息,在传入之前不能被打开,否则会导入失败。
(2) 1位或4位的bmp影像,导入后会变成8位的bmp影像。
构造器和说明 |
---|
ImportSettingBMP()
默认构造函数,构造一个新的 ImportSettingBMP 对象。
|
ImportSettingBMP(ImportSettingBMP importSettingBMP)
拷贝构造函数,根据给定的 ImportSettingBMP 对象构造一个与其完全相同的新对象。
|
ImportSettingBMP(String sourceFilePath,
Datasource targetDatasource)
根据指定的参数构造 ImportSettingBMP 类的新实例。
|
ImportSettingBMP(String sourceFilePath,
DatasourceConnectionInfo targetConnectionInfo)
根据指定的参数构造 ImportSettingBMP 类的新实例。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
IgnoreMode |
getIgnoreMode()
返回 BMP 文件的忽略颜色值的模式。
|
double[] |
getIgnoreValues()
返回要忽略的颜色值。
|
MultiBandImportMode |
getMultiBandImportMode()
返回多波段导入模式,可以导入为多个单波段数据集、单个多波段数据集或单个单波段数据集。
|
String |
getWorldFilePath()
返回影像文件的坐标参考文件(WorldFile)的路径。
|
boolean |
isImportingAsGrid()
返回是否导入为
Grid 数据集。 |
boolean |
isPyramidBuilt()
返回是否自动建立影像金字塔。
|
void |
setIgnoreMode(IgnoreMode ignoreMode)
设置 BMP 文件的忽略颜色值的模式。
|
void |
setIgnoreValues(double[] ignoreValues)
设置要忽略的颜色值。
|
void |
setImportingAsGrid(boolean value)
设置是否导入为
Grid 数据集。 |
void |
setMultiBandImportMode(MultiBandImportMode mode)
设置多波段导入模式,可以导入为多个单波段数据集、单个多波段数据集或单个单波段数据集。
|
void |
setPyramidBuilt(boolean value)
设置是否自动建立影像金字塔。
|
void |
setWorldFilePath(String value)
设置影像文件的坐标参考文件(WorldFile)的路径。
|
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 ImportSettingBMP()
public ImportSettingBMP(ImportSettingBMP importSettingBMP)
importSettingBMP
- 用于初始化 ImportSettingBMP 新实例的对象。public ImportSettingBMP(String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
sourceFilePath
- 指定的导入 BMP 格式数据的源文件路径。targetConnectionInfo
- 指定的导入到目标数据源的连接信息对象。public ImportSettingBMP(String sourceFilePath, Datasource targetDatasource)
sourceFilePath
- 指定的被导入的 BMP 格式数据的源文件的路径。targetDatasource
- 指定的导入的目标数据源对象。public boolean isImportingAsGrid()
Grid
数据集。public void setImportingAsGrid(boolean value)
Grid
数据集。
注意:在具有 FME 许可时
当设置为 true 时,由于栅格数据集不支持单个多波段数据集,若导入参数 setMultiBandImportMode
设置为 MULTIBAND
,则在数据导入时会将 MultiBandImportMode 自动修改为 SINGLEBAND
。
value
- 一个布尔值,表示是否导入为 Grid 数据集。true 表示导入为 Grid 数据集,false 表示按源数据集类型导入。public boolean isPyramidBuilt()
public void setPyramidBuilt(boolean value)
value
- 是否自动建立影像金字塔。public String getWorldFilePath()
public MultiBandImportMode getMultiBandImportMode()
注意:
该接口仅在具有 FME 许可时有效,无 FME 许可时均默认以COMPOSITE
模式导入。
MultiBandImportMode
。COMPOSITE
。public void setMultiBandImportMode(MultiBandImportMode mode)
注意:
该接口仅在具有 FME 许可时有效,无 FME 许可时均默认以COMPOSITE
模式导入。
multiBandImportMode
- 多波段导入模式,可参见MultiBandImportMode
。public void setWorldFilePath(String value)
string
- 影像文件的坐标参考文件(WorldFile)的路径。public void setIgnoreMode(IgnoreMode ignoreMode)
ignoreMode
- 忽略颜色值的模式。public IgnoreMode getIgnoreMode()
public double[] getIgnoreValues()
public void setIgnoreValues(double[] ignoreValues)
ignoreValues
- 一个颜色值数组对象。public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.