()
| 318 | * if there are no posted errors. |
| 319 | */ |
| 320 | public class gdal:public static int GetLastErrorType() |
| 321 | |
| 322 | /** |
| 323 | * Get the last error message. |
| 324 | * <p> |
| 325 | * Fetches the last error message posted with CPLError(), that hasn't |
| 326 | * been cleared by gdal.ErrorReset(). |
| 327 | * |
| 328 | * @return the last error message, or null if there is no posted error |
| 329 | * message. |
| 330 | */ |
| 331 | public class gdal:public static String GetLastErrorMsg() |
| 332 | |
| 333 | /** |
no outgoing calls