public class ImportSettingJP2 extends ImportSetting
ImportSetting
类。构造器和说明 |
---|
ImportSettingJP2()
默认构造函数,创建一个新的ImportSettingJP2对象
|
ImportSettingJP2(ImportSettingJP2 importSettingJP2)
拷贝构造函数,返回一个设置信息相同的ImportSettingJP2对象
|
ImportSettingJP2(String sourceFilePath,
Datasource targetDatasource)
根据指定的参数构造 ImportSettingJP2 类的新实例。
|
ImportSettingJP2(String sourceFilePath,
DatasourceConnectionInfo targetConnectionInfo)
根据指定的参数构造 ImportSettingJP2 类的新实例。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
IgnoreMode |
getIgnoreMode()
返回 JP2 文件的忽略颜色值的模式。
|
double[] |
getIgnoreValues()
返回要忽略的颜色值。
|
MultiBandImportMode |
getMultiBandImportMode()
获取多波段导入模式。
|
boolean |
isImportingAsGrid()
返回是否导入为
Grid 数据集。 |
void |
setIgnoreMode(IgnoreMode ignoreMode)
设置 JP2 文件的忽略颜色值的模式。
|
void |
setIgnoreValues(double[] ignoreValues)
设置要忽略的颜色值。
|
void |
setImportingAsGrid(boolean value)
设置是否导入为
Grid 数据集。 |
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 ImportSettingJP2()
public ImportSettingJP2(ImportSettingJP2 importSettingJP2)
importSettingJP2
- 用于初始化 ImportSettingJP2 新实例的对象public ImportSettingJP2(String sourceFilePath, DatasourceConnectionInfo targetConnectionInfo)
sourceFilePath
- 源文件路径。targetConnectionInfo
- 目标数据源连接信息。public ImportSettingJP2(String sourceFilePath, Datasource targetDatasource)
sourceFilePath
- 指定的被导入的 JP2 格式数据的源文件的路径。targetDatasource
- 指定导入的目标数据源对象。public boolean isImportingAsGrid()
Grid
数据集。public void setImportingAsGrid(boolean value)
Grid
数据集。value
- 是否导入为 Grid 数据集。public void setIgnoreMode(IgnoreMode ignoreMode)
ignoreMode
- 忽略颜色值的模式。public IgnoreMode getIgnoreMode()
public double[] getIgnoreValues()
public void setIgnoreValues(double[] ignoreValues)
ignoreValues
- 一个颜色值数组对象。public MultiBandImportMode getMultiBandImportMode()
public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.