Esempio n. 1
0
        public double GetInvFlattening()
        {
            double ret = OsrPINVOKE.SpatialReference_GetInvFlattening(swigCPtr);

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