public class ImportSettingGIF extends ImportSetting
ImportSetting
类。
注意: 传入的文件型的数据源和工作空间连接信息,在传入之前不能被打开,否则会导入失败。
构造器和说明 |
---|
ImportSettingGIF()
默认构造函数,构造一个新的 ImportSettingGIF 对象。
|
ImportSettingGIF(ImportSettingGIF importSettingGIF)
拷贝构造函数,根据给定的 ImportSettingGIF 对象构造一个与其完全相同的新对象。
|
ImportSettingGIF(String sourceFilePath,
Datasource targetDatasource)
根据指定的参数构造 ImportSettingGIF 类的新实例。
|
ImportSettingGIF(String sourceFilePath,
DatasourceConnectionInfo targetConnectionInfo)
根据指定的参数构造 ImportSettingGIF 类的新实例。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
IgnoreMode |
getIgnoreMode()
返回 GIF 文件的忽略颜色值的模式。
|
double[] |
getIgnoreValues()
返回要忽略的颜色值。
|
String |
getWorldFilePath()
返回影像文件的坐标参考文件(WorldFile)的路径。
|
boolean |
isImportingAsGrid()
返回是否导入为 Grid 数据集,默认为 false,即导入为 Image 数据集。
|
boolean |
isPyramidBuilt()
返回是否自动建立影像金字塔。
|
void |
setIgnoreMode(IgnoreMode ignoreMode)
设置 GIF 文件的忽略颜色值的模式。
|
void |
setIgnoreValues(double[] ignoreValues)
设置要忽略的颜色值。
|
void |
setImportingAsGrid(boolean value)
设置是否导入为 Grid 数据集,默认为 false,即导入为 Image 数据集。
|
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 ImportSettingGIF()
public ImportSettingGIF(ImportSettingGIF importSettingGIF)
importSettingGIF
- 用于初始化 ImportSettingGIF 新实例的对象。public ImportSettingGIF(String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
sourceFilePath
- 指定的导入 GIF 格式数据的源文件路径。targetConnectionInfo
- 指定的导入到目标数据源的连接信息对象。public ImportSettingGIF(String sourceFilePath, Datasource targetDatasource)
sourceFilePath
- 源文件路径。targetDatasource
- 目标数据源。public boolean isImportingAsGrid()
public void setImportingAsGrid(boolean value)
value
- 是否导入为 Grid 数据集,默认为 false,即导入为 Image 数据集。public boolean isPyramidBuilt()
public void setPyramidBuilt(boolean value)
value
- 是否自动建立影像金字塔。public String getWorldFilePath()
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.