com.supermap.ar.areffect

Class TransformCalibrationResult

    • Method Detail

      • toArPoint

        public java.util.List<Point3D> toArPoint(Point2Ds points)
        The geographical coordinates are converted into AR coordinate sets by correction results
        Parameters:
        points -
        Returns:
      • toGeoPoint

        public Point2Ds toGeoPoint(java.util.List<Point3D> pointList)
        The AR coordinate point set is converted into geographic coordinates by correction results
        Parameters:
        pointList -
        Returns:
      • getToGeoTransformation

        public Transformation getToGeoTransformation()
        The data registration class transformed from AR coordinates to geographic coordinates is obtained
        Returns:
        Transformation
      • getToArTransformation

        public Transformation getToArTransformation()
        The data registration class transformed from AR coordinates to geographic coordinates is obtained
        Returns:
        Transformation