GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

SizeVisualVariableResult Class

The result object of the createVisualVariables() method.
ArcGIS Maps SDK for JavaScript

public class SizeVisualVariableResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.SizeVisualVariableResult>

Inheritance System.Object 🡒 SizeVisualVariableResult

Implements System.IEquatable<SizeVisualVariableResult>

Constructors

SizeVisualVariableResult(IReadOnlyCollection, ISizeScheme, bool, SummaryStatisticsResult, string, string, AuthoringInfo, Nullable) Constructor

The result object of the createVisualVariables() method.
ArcGIS Maps SDK for JavaScript

public SizeVisualVariableResult(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.SizeVariable> VisualVariables, dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme SizeScheme, bool DefaultValuesUsed, dymaptic.GeoBlazor.Pro.Results.SummaryStatisticsResult Statistics, string BasemapId, string BasemapTheme, dymaptic.GeoBlazor.Core.Components.AuthoringInfo AuthoringInfo, System.Nullable<bool> IsGrid=null);

Parameters

VisualVariables System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.SizeVariable>

An array of size visual variables configured based on the statistics of the data and the view scale.
ArcGIS Maps SDK for JavaScript

SizeScheme dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme

The size scheme used by the main visual variable.
ArcGIS Maps SDK for JavaScript

DefaultValuesUsed System.Boolean

Indicates whether default values were used in the absence of sufficient data and/or statistics from the layer.
ArcGIS Maps SDK for JavaScript

Statistics SummaryStatisticsResult

Basic statistics returned from a query to the service for the given field or expression.
ArcGIS Maps SDK for JavaScript

BasemapId System.String

The ID of the basemap used to determine the optimal fill color of the features.
ArcGIS Maps SDK for JavaScript

BasemapTheme System.String

Indicates whether the average color of the input view’s basemap is light or dark.
ArcGIS Maps SDK for JavaScript

AuthoringInfo dymaptic.GeoBlazor.Core.Components.AuthoringInfo

Authoring information related to the creation of the visual variable.
ArcGIS Maps SDK for JavaScript

IsGrid System.Nullable<System.Boolean>

Since 4.30 Indicates if the polygon layer used to generate the renderer was determined to be gridded.
ArcGIS Maps SDK for JavaScript

Properties

SizeVisualVariableResult.AuthoringInfo Property

Authoring information related to the creation of the visual variable.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.AuthoringInfo AuthoringInfo { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.AuthoringInfo

SizeVisualVariableResult.BasemapId Property

The ID of the basemap used to determine the optimal fill color of the features.
ArcGIS Maps SDK for JavaScript

public string BasemapId { get; set; }

Property Value

System.String

SizeVisualVariableResult.BasemapTheme Property

Indicates whether the average color of the input view’s basemap is light or dark.
ArcGIS Maps SDK for JavaScript

public string BasemapTheme { get; set; }

Property Value

System.String

SizeVisualVariableResult.DefaultValuesUsed Property

Indicates whether default values were used in the absence of sufficient data and/or statistics from the layer.
ArcGIS Maps SDK for JavaScript

public bool DefaultValuesUsed { get; set; }

Property Value

System.Boolean

SizeVisualVariableResult.IsGrid Property

Since 4.30 Indicates if the polygon layer used to generate the renderer was determined to be gridded.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> IsGrid { get; set; }

Property Value

System.Nullable<System.Boolean>

SizeVisualVariableResult.SizeScheme Property

The size scheme used by the main visual variable.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme SizeScheme { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Interfaces.ISizeScheme

SizeVisualVariableResult.Statistics Property

Basic statistics returned from a query to the service for the given field or expression.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Results.SummaryStatisticsResult Statistics { get; set; }

Property Value

SummaryStatisticsResult

SizeVisualVariableResult.VisualVariables Property

An array of size visual variables configured based on the statistics of the data and the view scale.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.SizeVariable> VisualVariables { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.SizeVariable>