DiscreteField

Discrete integer values associated with each point across a two-dimensional (x, y) extent. 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

Since

300.0.0

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The geographic extent of the discrete field. An extent may be empty, indicating there is no data across the two-dimensional space. This may occur when performing operations on two spatial fields that do not intersect.

Functions

Link copied to clipboard
suspend fun exportToFiles(outputDirectory: String, filenamesPrefix: String): Result<List<String>>

Export the DiscreteField to files in geoTIFF format. This enables a DiscreteField to be saved, persisted, and shared.