dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

RasterFunctionInfo Class

The raster function published with the image service.
ArcGIS Maps SDK for JavaScript

public class RasterFunctionInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RasterFunctionInfo>

Inheritance System.Object 🡒 RasterFunctionInfo

Implements System.IEquatable<RasterFunctionInfo>

Constructors

RasterFunctionInfo(string, Nullable, string, string, string) Constructor

The raster function published with the image service.
ArcGIS Maps SDK for JavaScript

public RasterFunctionInfo(string? Description=null, System.Nullable<double> FunctionType=null, string? Help=null, string? Name=null, string? Thumbnail=null);

Parameters

Description System.String

Description of the raster function.
ArcGIS Maps SDK for JavaScript

FunctionType System.Nullable<System.Double>

The function type.
ArcGIS Maps SDK for JavaScript

Help System.String

Additional info describing what the raster function does.
ArcGIS Maps SDK for JavaScript

Name System.String

Name of the raster function.
ArcGIS Maps SDK for JavaScript

Thumbnail System.String

Inline base64 encoded thumbnail of the raster function.
ArcGIS Maps SDK for JavaScript

Properties

RasterFunctionInfo.Description Property

Description of the raster function.
ArcGIS Maps SDK for JavaScript

public string? Description { get; set; }

Property Value

System.String

RasterFunctionInfo.FunctionType Property

The function type.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> FunctionType { get; set; }

Property Value

System.Nullable<System.Double>

RasterFunctionInfo.Help Property

Additional info describing what the raster function does.
ArcGIS Maps SDK for JavaScript

public string? Help { get; set; }

Property Value

System.String

RasterFunctionInfo.Name Property

Name of the raster function.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

RasterFunctionInfo.Thumbnail Property

Inline base64 encoded thumbnail of the raster function.
ArcGIS Maps SDK for JavaScript

public string? Thumbnail { get; set; }

Property Value

System.String