예제 #1
0
        public int TransformPointWithErrorCode(double[] argout, double x, double y, double z, double t)
        {
            int ret = OsrPINVOKE.CoordinateTransformation_TransformPointWithErrorCode(swigCPtr, argout, x, y, z, t);

            if (OsrPINVOKE.SWIGPendingException.Pending)
            {
                throw OsrPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }