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