com.supermap.ar.areffect.excavator
Class GroundExcavator
- java.lang.Object
-
- com.supermap.ar.areffect.excavator.Excavator
-
- com.supermap.ar.areffect.excavator.GroundExcavator
-
public class GroundExcavator extends Excavator
-
-
Constructor Summary
Constructors Constructor and Description GroundExcavator(ARGeoPrism arGeoPrism)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point3D
generateHitPoint(EffectView arView, int x, int y)
Get the collision point-
Methods inherited from class com.supermap.ar.areffect.excavator.Excavator
calculate, getArGeometry, getBottomMeshScreenPoint, getBottomVertices, getCurrentExcavationParameter, getCurrentPartID, getEffectView, getScreenPoint, getTopVertices, setCurrentPartID, toScreenPoint
-
-
-
-
Constructor Detail
-
GroundExcavator
public GroundExcavator(ARGeoPrism arGeoPrism)
Constructor
-
-
Method Detail
-
generateHitPoint
public Point3D generateHitPoint(EffectView arView, int x, int y)
Description copied from class:Excavator
Get the collision point- Specified by:
generateHitPoint
in classExcavator
x
- screen coordinate Xy
- screen coordinate Y
-
-