com.supermap.realspace.spatialanalyst
类 CheckResult
- java.lang.Object
-
- com.supermap.realspace.spatialanalyst.CheckResult
-
已过时。
@Deprecated public class CheckResult extends Object
检查结果类。该类定义了三维模型是否闭合的检查结果。
-
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 限定符和类型 方法和说明 GeoLine3D[]
getErrorLines()
已过时。返回错误线。Point3D[]
getErrorPoints()
已过时。返回错误点。CheckErrorType
getErrorType()
已过时。返回错误类型。
-
-
-
方法详细资料
-
getErrorType
public CheckErrorType getErrorType()
已过时。返回错误类型。错误类型取值请参见CheckErrorType
类。- 返回:
- 错误类型。
-
getErrorPoints
public Point3D[] getErrorPoints()
已过时。返回错误点。- 返回:
- 错误点。
-
getErrorLines
public GeoLine3D[] getErrorLines()
已过时。返回错误线。- 返回:
- 错误线。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.