예제 #1
0
        public int GetTOWGS84(double[] argout)
        {
            int ret = OsrPINVOKE.SpatialReference_GetTOWGS84(swigCPtr, argout);

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