Class FieldAnalysis
Provides visualization of a BooleanFieldFunction, ContinuousFieldFunction, or DiscreteFieldFunction and produces a visual result for display in an AnalysisOverlay.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FieldAnalysis : Analysis, INotifyPropertyChanged
Remarks
The visualization updates automatically when function parameters change. There is no need to call EvaluateAsync(CancellationToken), EvaluateAsync(CancellationToken), or EvaluateAsync(CancellationToken).
Constructors
| Name | Description |
|---|---|
| FieldAnalysis(BooleanFieldFunction, ColormapRenderer) | Initializes a new instance of the FieldAnalysis class with a BooleanFieldFunction and a ColormapRenderer. |
| FieldAnalysis(ContinuousFieldFunction, StretchRenderer) | Initializes a new instance of the FieldAnalysis class with a ContinuousFieldFunction and a StretchRenderer. |
| FieldAnalysis(DiscreteFieldFunction, ColormapRenderer) | Initializes a new instance of the FieldAnalysis class with a DiscreteFieldFunction and a ColormapRenderer. |
Properties
| Name | Description |
|---|---|
| Opacity | Gets or sets the opacity for the FieldAnalysis. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |