Show / Hide Table of Contents

Class DiscreteField

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

Inheritance
object
DiscreteField
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 DiscreteField
Remarks

Discrete fields are sometimes called thematic, categorical, or discontinuous data. They most often represent objects with known and definable boundaries. A lake is a discrete object within the surrounding landscape. Where the water's edge meets the land can be definitively established. Other examples of discrete objects include buildings, roads, and parcels. Discrete objects are usually nouns.

Examples of discrete fields include:

  • Land classification
  • Boundaries
  • Parcels
  • Zoning

Properties

Name Description
Extent

Gets the geographic extent of the discrete field.

Methods

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

Creates a discrete field from one or more raster files.

ExportToFilesAsync(string, string, CancellationToken)

Export the DiscreteField to files in geoTIFF format.

See Also

BooleanField
ContinuousField
DiscreteFieldFunction
EvaluateAsync(CancellationToken)

Applies to

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