Show / Hide Table of Contents

Class ContinuousField

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

Inheritance
object
ContinuousField
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 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

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