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

Method GetLastErrorMsg

swig/java/javadoc.java:331–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

329 * message.
330 */
331public class gdal:public static String GetLastErrorMsg()
332
333/**
334 * Set a configuration option for GDAL/OGR use.
335 * <p>
336 * Those options are defined as a (key, value) couple. The value corresponding
337 * to a key can be got later with the gdal.GetConfigOption() method.
338 * <p>
339 * This mechanism is similar to environment variables, but options set with
340 * gdal.SetConfigOption() overrides, for gdal.GetConfigOption() point of view,
341 * values defined in the environment.
342 * <p>
343 * If gdal.SetConfigOption() is called several times with the same key, the
344 * value provided during the last call will be used.
345 * <p>
346 * Options can also be passed on the command line of most GDAL utilities
347 * with the with '--config KEY VALUE'. For example,
348 * ogrinfo --config CPL_DEBUG ON ~/data/test/point.shp
349 *
350 * @param key the key of the option
351 * @param value the value of the option
352 *
353 * @see #GetConfigOption
354 */
355public class gdal:public static void SetConfigOption(String key, String value)
356
357/**

Calls

no outgoing calls