(String key, String value)
| 353 | * @see #GetConfigOption |
| 354 | */ |
| 355 | public class gdal:public static void SetConfigOption(String key, String value) |
| 356 | |
| 357 | /** |
| 358 | * Get the value of a configuration option. |
| 359 | * <p> |
| 360 | * The value is the value of a (key, value) option set with gdal.SetConfigOption(). |
| 361 | * If the given option was no defined with gdal.SetConfigOption(), it tries to find |
| 362 | * it in environment variables. |
| 363 | * |
| 364 | * @param key the key of the option to retrieve |
| 365 | * @param defaultValue a default value if the key does not match existing defined options (may be null) |
| 366 | * @return the value associated to the key, or the default value if not found |
| 367 | * |
| 368 | * @see #SetConfigOption |
| 369 | */ |
| 370 | public class gdal:public static String GetConfigOption(String key, String defaultValue) |
| 371 | |
| 372 |
no outgoing calls