()
| 307 | * if there are no posted errors. |
| 308 | */ |
| 309 | public class gdal:public static int GetLastErrorNo() |
| 310 | |
| 311 | |
| 312 | /** |
| 313 | * Fetch the last error type. |
| 314 | * <p> |
| 315 | * This is the error class, not the error number. |
| 316 | * |
| 317 | * @return the error number of the last error to occur, or gdalconst.CE_None (0) |
| 318 | * if there are no posted errors. |
| 319 | */ |
| 320 | public class gdal:public static int GetLastErrorType() |
| 321 | |
| 322 | /** |
no outgoing calls