Ejemplo n.º 1
0
        public int ImportFromUSGS(int proj_code, int zone, double[] argin, int datum_code)
        {
            int ret = OsrPINVOKE.SpatialReference_ImportFromUSGS(swigCPtr, proj_code, zone, argin, datum_code);

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