Exemplo n.º 1
0
        public int GetUTMZone()
        {
            int ret = OsrPINVOKE.SpatialReference_GetUTMZone(swigCPtr);

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