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

Function SetDisplayInJSONUsage

gcore/gdalalgorithm_cpp.h:3191–3194  ·  view source on GitHub ↗

Set whether this algorithm should be reported in JSON usage. */

Source from the content-addressed store, hash-verified

3189
3190 /** Set whether this algorithm should be reported in JSON usage. */
3191 void SetDisplayInJSONUsage(bool b)
3192 {
3193 m_displayInJSONUsage = b;
3194 }
3195
3196 /** Method that an algorithm can implement to issue a warning message about
3197 * its deprecation. This is called at the beginning of the Run() method.

Callers 3

MyAlgorithmMethod · 0.85
GDALMainAlgorithmMethod · 0.85

Calls

no outgoing calls

Tested by 1

MyAlgorithmMethod · 0.68