public class GenerateOrthophotoProcessorParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
GenerateOrthophotoProcessorParameter()
默认构造函数
|
public void dispose()
public boolean isGeneratePanchromaticImages()
public GenerateOrthophotoProcessorParameter setGeneratePanchromaticImages(boolean value)
value
- 是否对全色影像执行生成正射影像public boolean isGenerateMultispectralImages()
public GenerateOrthophotoProcessorParameter setGenerateMultispectralImages(boolean value)
value
- 是否对多光谱影像执行生成正射影像public boolean isGenerateStereoImages()
public GenerateOrthophotoProcessorParameter setGenerateStereoImages(boolean value)
value
- 是否对立体影像执行生成正射影像public double getMultispectralResolution()
public GenerateOrthophotoProcessorParameter setMultispectralResolution(double value)
GenerateOrthophotoProcessorParameter.setGenerateMultispectralImages(boolean)
为 true 时有效value
- 结果多光谱影像的分辨率,如果GenerateOrthophotoProcessorParameter.isResolutionInMeters()
为true,则单位为米,否则为度public double getPanchromaticResolution()
public GenerateOrthophotoProcessorParameter setPanchromaticResolution(double value)
GenerateOrthophotoProcessorParameter.setGeneratePanchromaticImages(boolean)
为 true 时有效value
- 结果全色影像的分辨率,如果GenerateOrthophotoProcessorParameter.isResolutionInMeters()
为true,则单位为米,否则为度public double getStereoResolution()
public GenerateOrthophotoProcessorParameter setStereoResolution(double value)
GenerateOrthophotoProcessorParameter.setGenerateStereoImages(boolean)
为 true 时有效value
- 结果立体影像的分辨率,如果GenerateOrthophotoProcessorParameter.isResolutionInMeters()
为true,则单位为米,否则为度public GenerateOrthophotoProcessorParameter setResolutionInMeters(boolean value)
value
- 结果影像空间分辨率public boolean isResolutionInMeters()
public PrjCoordSys getPrjCoordSys()
public GenerateOrthophotoProcessorParameter setPrjCoordSys(PrjCoordSys prjCoordSys)
prjCoordSys
- 结果影像坐标系public CoordSysTransMethod getCoordSysTransMethod()
public GenerateOrthophotoProcessorParameter setCoordSysTransMethod(CoordSysTransMethod coordSysTransMethod)
coordSysTransMethod
- 投影转换方法public CoordSysTransParameter getCoordSysTransParameter()
public GenerateOrthophotoProcessorParameter setCoordSysTransParameter(CoordSysTransParameter coordSysTransParameter)
coordSysTransParameter
- 投影转换参数public GenerateOrthophotoProcessorParameter setParallelStrategy(ParallelStrategy parallelStrategy)
parallelStrategy
- 并行执行策略public ParallelStrategy getParallelStrategy()
public GenerateOrthophotoProcessorParameter setImageOutputOption(ImageOutputOption value)
value
- 影像输出参数选项public ImageOutputOption getImageOutputOption()
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
Copyright © 2021–2024 SuperMap. All rights reserved.