com.supermap.image.processing
类 GenerateOrthophotoProcessorParameter
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.image.processing.GenerateOrthophotoProcessorParameter
-
- 所有已实现的接口:
- IDisposable
public class GenerateOrthophotoProcessorParameter extends com.supermap.data.InternalHandleDisposable
-
-
构造器概要
构造器 构造器和说明 GenerateOrthophotoProcessorParameter()
默认构造函数
-
方法概要
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象所占用的资源。调用该方法之后,此对象不再可用。
-
isGeneratePanchromaticImages
public boolean isGeneratePanchromaticImages()
返回是否对全色影像执行生成正射影像- 返回:
- 是否对全色影像执行生成正射影像
-
setGeneratePanchromaticImages
public GenerateOrthophotoProcessorParameter setGeneratePanchromaticImages(boolean value)
设置是否对全色影像执行生成正射影像- 参数:
value
- 是否对全色影像执行生成正射影像- 返回:
- 当前对象
-
isGenerateMultispectralImages
public boolean isGenerateMultispectralImages()
返回是否对多光谱影像执行生成正射影像- 返回:
- 是否对多光谱影像执行生成正射影像
-
setGenerateMultispectralImages
public GenerateOrthophotoProcessorParameter setGenerateMultispectralImages(boolean value)
设置是否对多光谱影像执行生成正射影像- 参数:
value
- 是否对多光谱影像执行生成正射影像
-
isGenerateStereoImages
public boolean isGenerateStereoImages()
返回是否对立体影像执行生成正射影像- 返回:
- 是否对立体影像执行生成正射影像
-
setGenerateStereoImages
public GenerateOrthophotoProcessorParameter setGenerateStereoImages(boolean value)
设置是否对立体影像执行生成正射影像- 参数:
value
- 是否对立体影像执行生成正射影像- 返回:
- 当前对象
-
getMultispectralResolution
public double getMultispectralResolution()
获取结果多光谱影像的分辨率- 返回:
- 结果多光谱影像的分辨率
-
setMultispectralResolution
public GenerateOrthophotoProcessorParameter setMultispectralResolution(double value)
设置结果多光谱影像的分辨率,只有当GenerateOrthophotoProcessorParameter.setGenerateMultispectralImages(boolean)
为 true 时有效- 参数:
value
- 结果多光谱影像的分辨率,如果GenerateOrthophotoProcessorParameter.isResolutionInMeters()
为true,则单位为米,否则为度- 返回:
- 当前对象
-
getPanchromaticResolution
public double getPanchromaticResolution()
获取结果全色影像的分辨率- 返回:
- 结果全色影像的分辨率
-
setPanchromaticResolution
public GenerateOrthophotoProcessorParameter setPanchromaticResolution(double value)
设置结果全色影像的分辨率,只有当GenerateOrthophotoProcessorParameter.setGeneratePanchromaticImages(boolean)
为 true 时有效- 参数:
value
- 结果全色影像的分辨率,如果GenerateOrthophotoProcessorParameter.isResolutionInMeters()
为true,则单位为米,否则为度- 返回:
- 当前对象
-
getStereoResolution
public double getStereoResolution()
获取结果立体影像的分辨率- 返回:
- 结果立体影像的分辨率
-
setStereoResolution
public GenerateOrthophotoProcessorParameter setStereoResolution(double value)
设置结果立体影像的分辨率,只有当GenerateOrthophotoProcessorParameter.setGenerateStereoImages(boolean)
为 true 时有效- 参数:
value
- 结果立体影像的分辨率,如果GenerateOrthophotoProcessorParameter.isResolutionInMeters()
为true,则单位为米,否则为度- 返回:
- 当前对象
-
setResolutionInMeters
public GenerateOrthophotoProcessorParameter setResolutionInMeters(boolean value)
设置结果影像的空间分辨率的单位是否为米,默认为 true,如果设置为 false,则单位为度。- 参数:
value
- 结果影像空间分辨率- 返回:
- 当前对象
-
isResolutionInMeters
public boolean isResolutionInMeters()
获取设置的结果影像空间分辨率值单位是否为米- 返回:
- 结果影像空间分辨率单位是否为米
-
getPrjCoordSys
public PrjCoordSys getPrjCoordSys()
获取设置的结果影像的坐标系- 返回:
- 结果影像的坐标系
-
setPrjCoordSys
public GenerateOrthophotoProcessorParameter setPrjCoordSys(PrjCoordSys prjCoordSys)
设置结果影像的坐标系- 参数:
prjCoordSys
- 结果影像坐标系- 返回:
- 当前对象
-
getCoordSysTransMethod
public CoordSysTransMethod getCoordSysTransMethod()
- 返回:
- 获取投影转换方法参数
-
setCoordSysTransMethod
public GenerateOrthophotoProcessorParameter setCoordSysTransMethod(CoordSysTransMethod coordSysTransMethod)
设置投影转换方法- 参数:
coordSysTransMethod
- 投影转换方法- 返回:
- 当前对象
-
getCoordSysTransParameter
public CoordSysTransParameter getCoordSysTransParameter()
- 返回:
- 获取投影转换方法
-
setCoordSysTransParameter
public GenerateOrthophotoProcessorParameter setCoordSysTransParameter(CoordSysTransParameter coordSysTransParameter)
设置投影转换参数- 参数:
coordSysTransParameter
- 投影转换参数- 返回:
- 当前对象
-
setParallelStrategy
public GenerateOrthophotoProcessorParameter setParallelStrategy(ParallelStrategy parallelStrategy)
设置并行执行策略- 参数:
parallelStrategy
- 并行执行策略- 返回:
- 当前对象
-
getParallelStrategy
public ParallelStrategy getParallelStrategy()
获取并行执行策略- 返回:
- 并行执行策略
-
setImageOutputOption
public GenerateOrthophotoProcessorParameter setImageOutputOption(ImageOutputOption value)
设置影像输出参数选项- 参数:
value
- 影像输出参数选项- 返回:
- 当前对象
-
getImageOutputOption
public ImageOutputOption getImageOutputOption()
设置影像输出参数选项- 返回:
- 当前对象
-
setIsDisposable
public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj, boolean disposable)
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.