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

Method GetConfigOption

swig/java/javadoc.java:370–379  ·  view source on GitHub ↗
(String key, String defaultValue)

Source from the content-addressed store, hash-verified

368 * @see #SetConfigOption
369 */
370public 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 */
380public class gdal:public static String GetConfigOption(String key)
381
382

Calls

no outgoing calls