Class ContinuousField
Continuous floating-point values associated with each point across a two-dimensional (x, y) extent.
Namespace: Esri.ArcGISRuntime.Analysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ContinuousField
Remarks
Continuous fields represent phenomena that vary continuously across the two-dimensional extent. For example, a field in which each location is an interpolated measure of a phenomenon. Continuous data is also referred to as nondiscrete, or surface data.
Examples of continuous fields include:
- Elevation
- Temperature
- Pollutant concentration
- Aspect
- Slope
One type of continuous field is derived from those characteristics that define a surface, in which each location is measured from a fixed origin. These include elevation (the fixed origin being sea level) and aspect (the fixed origin being direction: north, east, south, and west).
Properties
| Name | Description |
|---|---|
| Extent | Gets the extent of the continuous field. |
Methods
| Name | Description |
|---|---|
| CreateAsync(IEnumerable<string>, int, SpatialReference?, CancellationToken) | Creates a continuous field from one or more raster files. |
| ExportToFilesAsync(string, string, CancellationToken) | Exports the ContinuousField to files in geoTIFF format. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |