dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
RasterFunctionInfo Class
The raster function published with the image service. ArcGIS Maps SDK for JavaScript
public record 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; init; }
Property Value
RasterFunctionInfo.FunctionType Property
The function type. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> FunctionType { get; init; }
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; init; }
Property Value
RasterFunctionInfo.Name Property
Name of the raster function. ArcGIS Maps SDK for JavaScript
public string? Name { get; init; }
Property Value
RasterFunctionInfo.Thumbnail Property
Inline base64 encoded thumbnail of the raster function. ArcGIS Maps SDK for JavaScript
public string? Thumbnail { get; init; }