(String key, String defaultValue)
| 368 | * @see #SetConfigOption |
| 369 | */ |
| 370 | public class gdal:public static String GetConfigOption(String key, String defaultValue) |
| 371 | |
| 372 | |
| 373 | /** |
| 374 | * Get the value of a configuration option. |
| 375 | * <p> |
| 376 | * Same as below with defaultValue == null |
| 377 | * |
| 378 | * @see #GetConfigOption(String key, String defaultValue) |
| 379 | */ |
| 380 | public class gdal:public static String GetConfigOption(String key) |
| 381 | |
| 382 |
no outgoing calls