public class ImportSettingEGC extends ImportSetting
ImportSetting
类。构造器和说明 |
---|
ImportSettingEGC()
默认构造函数,创建一个新的ImportSettingEGC对象。
|
ImportSettingEGC(ImportSettingEGC importSettingEGC)
拷贝构造函数,返回一个信息完全相同的ImportSettingEGC对象。
|
ImportSettingEGC(String sourceFilePath,
Datasource targetDatasource)
根据指定参数构造一个ImportSettingEGC对象。
|
ImportSettingEGC(String sourceFilePath,
DatasourceConnectionInfo targetConnectionInfo)
通过指定源文件构造一个ImportSettingEGC对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
IgnoreMode |
getIgnoreMode()
获取忽略的颜色值模式。
|
double[] |
getIgnoreValues()
获取忽略的颜色值。
|
int |
getScale()
获取比例尺。
|
boolean |
isPyramidBuilt()
获取是否自动建立影像金字塔。
|
void |
setIgnoreMode(IgnoreMode ignoreMode)
设置忽略的颜色值模式。
|
void |
setIgnoreValues(double[] ignoreValues)
设置忽略颜色值
|
void |
setPyramidBuilt(boolean value)
设置是否自动建立影像金字塔。
|
void |
setScale(int scale)
设置比例尺。
|
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 ImportSettingEGC()
public ImportSettingEGC(ImportSettingEGC importSettingEGC)
importSettingEGC
- ImportSettingEGC对象。public ImportSettingEGC(String sourceFilePath, Datasource targetDatasource)
sourceFilePath
- 源文件路径。targetDatasource
- 目标文件路径。public ImportSettingEGC(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()
用于数据集追加,需要和setIgnoreMode配合使用
public void setIgnoreValues(double[] ignoreValues)
ignoreValues
- 忽略颜色数组public int getScale()
ImportSettingEGC.setScale(int)
。public void setScale(int scale)
1:1万 | 1:2.5万 |1 :5万 | 1:10万 | 1:25万 | 1:50万 | 1:100万 10000 | 25000 | 50000 | 100000 | 250000 | 500000 | 1000000
scale
- 比例尺。public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.