(String str, int scheme)
| 296 | * @return an escaped string |
| 297 | */ |
| 298 | public class gdal:public static String EscapeString(String str, int scheme) |
| 299 | |
| 300 | |
| 301 | /** |
| 302 | * Fetch the last error number. |
| 303 | * <p> |
| 304 | * This is the error number, not the error class. |
| 305 | * |
| 306 | * @return the error number of the last error to occur, or gdalconst.CPLE_None (0) |
| 307 | * if there are no posted errors. |
| 308 | */ |
| 309 | public class gdal:public static int GetLastErrorNo() |
| 310 | |
| 311 |
no outgoing calls