Class BooleanField
Boolean values associated with each point across a two-dimensional (x, y) extent.
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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |