com.supermap.realspace.threeddesigner

类 LineSimplificationParameter

    • 构造器详细资料

      • LineSimplificationParameter

        public LineSimplificationParameter()
        构造函数,构造一个 LineSimplificationParameter 新对象,简化算法默认为道格拉斯普克简化算法,简化阈值默认为1.0。
        从以下版本开始:
        11.2.0。
    • 方法详细资料

      • getMethod

        public LineSimplificationMethod getMethod()
        返回简化算法。
        返回:
        简化算法。
        从以下版本开始:
        11.2.0。
      • setMethod

        public void setMethod(LineSimplificationMethod method)
        设置简化算法。
        参数:
        method - 简化算法。
        从以下版本开始:
        11.2.0。
      • getThreshold

        public double getThreshold()
        返回简化阈值。
        返回:
        简化阈值。
        从以下版本开始:
        11.2.0。
      • setThreshold

        public void setThreshold(double threshold)
        设置简化阈值。
        参数:
        threshold - 简化阈值。
        从以下版本开始:
        11.2.0。

Copyright © 2021–2024 SuperMap. All rights reserved.