public class LineSelfIntersectionParameter extends LinePreprocessParameter
type
构造器和说明 |
---|
LineSelfIntersectionParameter()
默认构造函数,构造一个 LineSelfIntersectionParameter 新对象。
|
LineSelfIntersectionParameter(double verticalEpsilon,
double horizontalEpsilon)
构造函数,根据垂直阈值、水平阈值构造一个 LineSelfIntersectionParameter 新对象。
|
限定符和类型 | 方法和说明 |
---|---|
double |
getHorizontalThreshold()
返回水平阈值。
|
double |
getVerticalThreshold()
返回垂直阈值。
|
void |
setHorizontalThreshold(double horizontalThreshold)
设置水平阈值。
|
void |
setVerticalThreshold(double verticalThreshold)
设置垂直阈值。
|
public LineSelfIntersectionParameter()
public LineSelfIntersectionParameter(double verticalEpsilon, double horizontalEpsilon)
verticalEpsilon
- 垂直阈值。horizontalEpsilon
- 水平阈值。public double getVerticalThreshold()
public void setVerticalThreshold(double verticalThreshold)
verticalThreshold
- 垂直阈值。public double getHorizontalThreshold()
public void setHorizontalThreshold(double horizontalThreshold)
horizontalThreshold
- 水平阈值。Copyright © 2021–2024 SuperMap. All rights reserved.