MCPcopy Create free account
hub / github.com/OSGeo/gdal / SetConfigOption

Method SetConfigOption

swig/java/javadoc.java:355–369  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

353 * @see #GetConfigOption
354 */
355public 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 */
370public class gdal:public static String GetConfigOption(String key, String defaultValue)
371
372

Callers 15

doitFunction · 0.80
doitFunction · 0.80
test_ogr_mitab_20Function · 0.80
test_ogr_gml_38Function · 0.80
test_ogr_gml_62bisFunction · 0.80
vsimem_setup_and_cleanupFunction · 0.80
test_ogr_carto_vsimemFunction · 0.80
testograpispy.pyFile · 0.80
test_eedai_1Function · 0.80

Calls

no outgoing calls

Tested by 15

test_ogr_mitab_20Function · 0.64
test_ogr_gml_38Function · 0.64
test_ogr_gml_62bisFunction · 0.64
test_ogr_carto_vsimemFunction · 0.64
test_eedai_1Function · 0.64
test_eedai_2Function · 0.64
test_eedai_3Function · 0.64
test_eedai_4Function · 0.64
test_eedai_geotiffFunction · 0.64