Пример #1
0
        public double GetAngularUnits()
        {
            double ret = OsrPINVOKE.SpatialReference_GetAngularUnits(swigCPtr);

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