public static double OSRCRSInfo_east_lon_degree_get(CRSInfo crsInfo) { double ret = OsrPINVOKE.OSRCRSInfo_east_lon_degree_get(CRSInfo.getCPtr(crsInfo)); if (OsrPINVOKE.SWIGPendingException.Pending) { throw OsrPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }