com.supermap.realspace.threeddesigner
类 LineSelfIntersectionParameter
- java.lang.Object
-
- com.supermap.realspace.threeddesigner.LinePreprocessParameter
-
- com.supermap.realspace.threeddesigner.LineSelfIntersectionParameter
-
public class LineSelfIntersectionParameter extends LinePreprocessParameter
线自相交检查参数类
-
-
字段概要
-
从类继承的字段 com.supermap.realspace.threeddesigner.LinePreprocessParameter
type
-
-
构造器概要
构造器 构造器和说明 LineSelfIntersectionParameter()默认构造函数,构造一个 LineSelfIntersectionParameter 新对象。LineSelfIntersectionParameter(double verticalEpsilon, double horizontalEpsilon)构造函数,根据垂直阈值、水平阈值构造一个 LineSelfIntersectionParameter 新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 doublegetHorizontalThreshold()返回水平阈值。doublegetVerticalThreshold()返回垂直阈值。voidsetHorizontalThreshold(double horizontalThreshold)设置水平阈值。voidsetVerticalThreshold(double verticalThreshold)设置垂直阈值。
-
-
-
构造器详细资料
-
LineSelfIntersectionParameter
public LineSelfIntersectionParameter()
默认构造函数,构造一个 LineSelfIntersectionParameter 新对象。
-
LineSelfIntersectionParameter
public LineSelfIntersectionParameter(double verticalEpsilon, double horizontalEpsilon)构造函数,根据垂直阈值、水平阈值构造一个 LineSelfIntersectionParameter 新对象。- 参数:
verticalEpsilon- 垂直阈值。horizontalEpsilon- 水平阈值。
-
-
方法详细资料
-
getVerticalThreshold
public double getVerticalThreshold()
返回垂直阈值。- 返回:
- 垂直阈值。
-
setVerticalThreshold
public void setVerticalThreshold(double verticalThreshold)
设置垂直阈值。- 参数:
verticalThreshold- 垂直阈值。
-
getHorizontalThreshold
public double getHorizontalThreshold()
返回水平阈值。- 返回:
- 水平阈值。
-
setHorizontalThreshold
public void setHorizontalThreshold(double horizontalThreshold)
设置水平阈值。- 参数:
horizontalThreshold- 水平阈值。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.