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 - 影像输出范围
        返回:
        当前对象
      • isUseTripleImages

        public boolean isUseTripleImages()
        返回:
        是否进行三线阵遥感影像生产
      • setUseTripleImages

        public GenerateDSMParameter setUseTripleImages(boolean value)
        当输入的影像数据是三线阵传感器数据时,设置是否进行三线阵遥感影像生产, 若为是,进行三线阵生产,若为否,进行双线阵生产
        参数:
        value - 是否进行三线阵遥感影像生产
        返回:
        当前对象
      • getTargetBounds

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

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

        public GenerateDSMParameter setWaterBodyElevationFieldName(String waterBodyElevationFieldName)
        设置水体掩膜高程字段,用于掩膜填值,可以为空
        参数:
        waterBodyElevationFieldName - 水体掩膜高程字段
        返回:
        当前对象
      • getWaterBodyElevationFieldName

        public String getWaterBodyElevationFieldName()
        返回:
        获取水体掩膜高程字段
      • getResolution

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

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

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

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

Copyright © 2021–2025 SuperMap. All rights reserved.