com.supermap.ar.areffect.excavator
类 ExcavationParameter
- java.lang.Object
-
- com.supermap.ar.areffect.excavator.ExcavationParameter
-
public class ExcavationParameter extends java.lang.Object
开挖参数
-
-
嵌套类概要
嵌套类 限定符和类型 类和说明 static class
ExcavationParameter.Builder
创建者static class
ExcavationParameter.ShapeType
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static ExcavationParameter.Builder
builder()
创建BuilderPoint3D
getCenterPoint()
获取开挖中心点Vector
getFixedDirection()
float
getInnerMargin()
获取显示内边距float
getOffset()
获取开挖深度float
getOutlineWidth()
获取轮廓线宽度float
getRadiusX()
获取X方向上的半径长度float
getRadiusY()
获取Y方向上的半径长度ExcavationParameter.ShapeType
getType()
获取开挖类型boolean
isInTheCorner()
-
-
-
方法详细资料
-
isInTheCorner
public boolean isInTheCorner()
-
getType
public ExcavationParameter.ShapeType getType()
获取开挖类型- 返回:
-
getRadiusX
public float getRadiusX()
获取X方向上的半径长度- 返回:
-
getRadiusY
public float getRadiusY()
获取Y方向上的半径长度- 返回:
-
getOffset
public float getOffset()
获取开挖深度- 返回:
-
getCenterPoint
public Point3D getCenterPoint()
获取开挖中心点- 返回:
-
getOutlineWidth
public float getOutlineWidth()
获取轮廓线宽度- 返回:
-
getInnerMargin
public float getInnerMargin()
获取显示内边距- 返回:
-
getFixedDirection
public Vector getFixedDirection()
-
builder
public static ExcavationParameter.Builder builder()
创建Builder- 返回:
-
-