Raster.Continuous Property
Gets or sets a value that determines whether the Raster is continuous.
Syntax
public System.Boolean Continuous { get; set; }
Property Value
Default: false
True if the raster values are continuous; otherwise, False.
Remarks
For a continuous raster the cell values are considered as ordered numbers and for noncontinuous rasters the cell values are considered to specify a certain property i.e. "wood" or "lake". Note that color table rasters is noncontinuous since a cell value specifies a color property. Height rasters on the other hand are continuous.
It is important that the continuous property is set correctly when the raster feature is resampled (e.g. into another resolution or projection). Incorrect cell values may be produced if continuous is set to True for a noncontinuous raster. Setting continuous to False for a continuous raster may result in lower image quality.
Platforms
Windows, Linux, Android