public class LineSimplificationParameter extends LinePreprocessParameter
type
构造器和说明 |
---|
LineSimplificationParameter()
构造函数,构造一个 LineSimplificationParameter 新对象,简化算法默认为道格拉斯普克简化算法,简化阈值默认为1.0。
|
限定符和类型 | 方法和说明 |
---|---|
LineSimplificationMethod |
getMethod()
返回简化算法。
|
double |
getThreshold()
返回简化阈值。
|
void |
setMethod(LineSimplificationMethod method)
设置简化算法。
|
void |
setThreshold(double threshold)
设置简化阈值。
|
public LineSimplificationParameter()
public LineSimplificationMethod getMethod()
public void setMethod(LineSimplificationMethod method)
method
- 简化算法。public double getThreshold()
public void setThreshold(double threshold)
threshold
- 简化阈值。Copyright © 2021–2024 SuperMap. All rights reserved.