dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

AdvancedQueryAnalyticCapabilities Class

Analytic query capabilities (regression, trendline, percentile) for a Feature Service layer.

public record AdvancedQueryAnalyticCapabilities : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AdvancedQueryAnalyticCapabilities>

Inheritance System.Object 🡒 AdvancedQueryAnalyticCapabilities

Implements System.IEquatable<AdvancedQueryAnalyticCapabilities>

Constructors

AdvancedQueryAnalyticCapabilities(Nullable, Nullable, Nullable, Nullable) Constructor

Analytic query capabilities (regression, trendline, percentile) for a Feature Service layer.

public AdvancedQueryAnalyticCapabilities(System.Nullable<bool> SupportsLinearRegression=null, System.Nullable<bool> SupportsTrendlineRegression=null, System.Nullable<bool> SupportsAsync=null, System.Nullable<bool> SupportsPercentileAnalytic=null);

Parameters

SupportsLinearRegression System.Nullable<System.Boolean>

SupportsTrendlineRegression System.Nullable<System.Boolean>

SupportsAsync System.Nullable<System.Boolean>

SupportsPercentileAnalytic System.Nullable<System.Boolean>

Properties

AdvancedQueryAnalyticCapabilities.SupportsAsync Property

public System.Nullable<bool> SupportsAsync { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryAnalyticCapabilities.SupportsLinearRegression Property

public System.Nullable<bool> SupportsLinearRegression { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryAnalyticCapabilities.SupportsPercentileAnalytic Property

public System.Nullable<bool> SupportsPercentileAnalytic { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryAnalyticCapabilities.SupportsTrendlineRegression Property

public System.Nullable<bool> SupportsTrendlineRegression { get; init; }

Property Value

System.Nullable<System.Boolean>