Show / Hide Table of Contents

Class FieldAnalysis

Evaluates a BooleanFieldFunction, ContinuousFieldFunction, or DiscreteFieldFunction and produces a visual result for display in an AnalysisOverlay.

Inheritance
object
Analysis
FieldAnalysis
Implements
INotifyPropertyChanged
Analysis.IsVisible
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

TargetVersions
.NET300.0 - 300.1
.NET Windows300.0 - 300.1
.NET Android300.0 - 300.1
.NET iOS300.0 - 300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.