fromJson static method

RasterFunction? fromJson(
  1. String json
)

Creates a raster function object from JSON string.

Creates a raster function object from JSON.

Parameters:

  • json — A JSON string that represents a raster function chain.

Return Value: A new raster function object.