Show / Hide Table of Contents

Class BooleanField

Boolean values associated with each point across a two-dimensional (x, y) extent.

Inheritance
object
BooleanField
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Analysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BooleanField
Remarks

A boolean field identifies areas for which some condition is met and provides a means of identifying areas to be included in or excluded from analysis.

Examples of boolean fields include:

  • Areas where the elevation is greater than or equal to 200m.
  • Cloud masks (areas obscured by clouds).
  • Areas where the land classification is "urban".
  • Areas where line of sight is unobstructed.

Properties

Name Description
Extent

Gets the geographic extent of the boolean field.

Methods

Name Description
CreateAsync(IEnumerable<string>, int, SpatialReference?, CancellationToken)

Creates a boolean field from one or more raster files.

ExportToFilesAsync(string, string, CancellationToken)

Export the BooleanField to files in geoTIFF format.

Applies to

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