com.supermap.realspace.threeddesigner
类 LineSimplificationParameter
- java.lang.Object
-
- com.supermap.realspace.threeddesigner.LinePreprocessParameter
-
- com.supermap.realspace.threeddesigner.LineSimplificationParameter
-
public class LineSimplificationParameter extends LinePreprocessParameter
线简化参数类
-
-
字段概要
-
从类继承的字段 com.supermap.realspace.threeddesigner.LinePreprocessParameter
type
-
-
构造器概要
构造器 构造器和说明 LineSimplificationParameter()
构造函数,构造一个 LineSimplificationParameter 新对象,简化算法默认为道格拉斯普克简化算法,简化阈值默认为1.0。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 LineSimplificationMethod
getMethod()
返回简化算法。double
getThreshold()
返回简化阈值。void
setMethod(LineSimplificationMethod method)
设置简化算法。void
setThreshold(double threshold)
设置简化阈值。
-
-
-
构造器详细资料
-
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.