com.supermap.data
Class ARCalibrateTool
- java.lang.Object
 - 
- com.supermap.data.ARCalibrateTool
 
 
- 
public class ARCalibrateTool extends java.lang.ObjectAR calibration tool class, suitable forcom.supermap.realspace.ARControl,com.supermap.ar.areffect.AREffectViewscene restoration 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classARCalibrateTool.ARModestatic classARCalibrateTool.CalibrateResult 
- 
Constructor Summary
Constructors Constructor and Description ARCalibrateTool() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static ARCalibrateTool.CalibrateResultfixedPosition(Point2D wgsPt1, Point2D wgsPt2, Point3D arPt1, Point3D arPt2, Point2D CenterPoint, ARCalibrateTool.ARMode mode)World Coordinate System: ARCore 3D Coordinate System: AREngine 3D Coordinate System (y) (y) (x)_ _ _ _ _ _ | | | | | | | | | |_ _ _ _ _ _(x) |_ _ _ _ _ _(x) |(y) 
 - 
 
- 
- 
Method Detail
- 
fixedPosition
public static ARCalibrateTool.CalibrateResult fixedPosition(Point2D wgsPt1, Point2D wgsPt2, Point3D arPt1, Point3D arPt2, Point2D CenterPoint, ARCalibrateTool.ARMode mode)
World Coordinate System: ARCore 3D Coordinate System: AREngine 3D Coordinate System (y) (y) (x)_ _ _ _ _ _ | | | | | | | | | |_ _ _ _ _ _(x) |_ _ _ _ _ _(x) |(y)- Parameters:
 wgsPt1- Point 1 in the geographic coordinate systempoint- 2 in the wgsPt2 geographic coordinate systemarPt1- AR coordinates corresponding to point 1 in the geographic coordinate systemarPt2- AR coordinates corresponding to point 2 in the geographic coordinate systemthe- geographic coordinates corresponding to the origin of the CenterPoint modelmode- AR mode- Returns:
 
 
 - 
 
 -