com.supermap.data

Class ARCalibrateTool

  • java.lang.Object
    • com.supermap.data.ARCalibrateTool


  • public class ARCalibrateTool
    extends java.lang.Object
    AR calibration tool class, suitable for com.supermap.realspace.ARControl,com.supermap.ar.areffect.AREffectView scene restoration
    • Constructor Detail

      • ARCalibrateTool

        public ARCalibrateTool()
    • 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 system
        point - 2 in the wgsPt2 geographic coordinate system
        arPt1 - AR coordinates corresponding to point 1 in the geographic coordinate system
        arPt2 - AR coordinates corresponding to point 2 in the geographic coordinate system
        the - geographic coordinates corresponding to the origin of the CenterPoint model
        mode - AR mode
        Returns: