com.supermap.image.processing

类 GenerateOrthophotoProcessorParameter

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.image.processing.GenerateOrthophotoProcessorParameter
    • 构造器详细资料

      • GenerateOrthophotoProcessorParameter

        public 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()
        获取结果多光谱影像的分辨率
        返回:
        结果多光谱影像的分辨率
      • getPanchromaticResolution

        public double getPanchromaticResolution()
        获取结果全色影像的分辨率
        返回:
        结果全色影像的分辨率
      • getStereoResolution

        public double getStereoResolution()
        获取结果立体影像的分辨率
        返回:
        结果立体影像的分辨率
      • setResolutionInMeters

        public GenerateOrthophotoProcessorParameter setResolutionInMeters(boolean value)
        设置结果影像的空间分辨率的单位是否为米,默认为 true,如果设置为 false,则单位为度。
        参数:
        value - 结果影像空间分辨率
        返回:
        当前对象
      • isResolutionInMeters

        public boolean isResolutionInMeters()
        获取设置的结果影像空间分辨率值单位是否为米
        返回:
        结果影像空间分辨率单位是否为米
      • getPrjCoordSys

        public PrjCoordSys getPrjCoordSys()
        获取设置的结果影像的坐标系
        返回:
        结果影像的坐标系
      • getCoordSysTransMethod

        public CoordSysTransMethod getCoordSysTransMethod()
        返回:
        获取投影转换方法参数
      • getCoordSysTransParameter

        public CoordSysTransParameter getCoordSysTransParameter()
        返回:
        获取投影转换方法
      • getParallelStrategy

        public ParallelStrategy getParallelStrategy()
        获取并行执行策略
        返回:
        并行执行策略
      • getImageOutputOption

        public ImageOutputOption getImageOutputOption()
        设置影像输出参数选项
        返回:
        当前对象
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.