ImageDataSet.Continuous Property
Gets or sets a flag indicating if rasters created by this dataset should be interpreted as continuous or discrete.
Syntax
public System.Boolean Continuous { get; set; }
Property Value
Default: false
True is the created rasters should be continuous, False if they should be discrete.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
Some operations are done differently on continuous and discrete rasters, such as resampling. A continuous raster is an approximation of a continuous surface such as the terrain. A discrete raster typically contains categories, such as a "land use" raster with categories for forest, water and open land.
This property should be included in the hash in the index files names, but isn't. If you change this property, you may need to manually remove existing raster cache files for the change to take effect.
Platforms
Windows, Linux, Android