com.supermap.image.processing

类 GenerateDSMParameter

    • 构造器详细资料

      • GenerateDSMParameter

        public GenerateDSMParameter()
        构造一个DSM生成参数
    • 方法详细资料

      • getDenseMatchingMethod

        public DenseMatchingMethod getDenseMatchingMethod()
        返回:
        获取密集匹配方法
      • setDenseMatchingMethod

        public GenerateDSMParameter setDenseMatchingMethod(DenseMatchingMethod denseMatchingMethod)
        设置密集匹配方法
        参数:
        denseMatchingMethod - 密集匹配方法
        返回:
        当前对象
      • setTargetBounds

        public GenerateDSMParameter setTargetBounds(Rectangle2D bounds)
        设置影像范围
        参数:
        bounds - 影像输出范围
        返回:
        当前对象
      • getTargetBounds

        public Rectangle2D getTargetBounds()
        返回:
        获取影像输出范围
      • getRiverMask

        public DatasetVector getRiverMask()
        返回:
        获取水体掩膜
      • getResolution

        public double getResolution()
        返回:
        获取影像分辨率
      • setResolution

        public GenerateDSMParameter setResolution(double resolution)
        设置影像分辨率
        参数:
        resolution - 分辨率
        返回:
        当前对象
      • getTargetPrjCoordSys

        public PrjCoordSys getTargetPrjCoordSys()
        返回:
        获取影像坐标系
      • setPrjCoordSys

        public GenerateDSMParameter setPrjCoordSys(PrjCoordSys value)
        设置影像坐标系
        参数:
        value - 影像坐标系
        返回:
        当前对象

Copyright © 2021–2024 SuperMap. All rights reserved.