MapPackageDataSet.Continuous Property
Gets or sets a flag indicating whether rasters created by this dataset should be interpreted as being continuous or discrete.
Syntax
public System.Boolean Continuous { get; set; }
Property Value
Default: true
True if rasters should marked as being continuous; otherwise, False.
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 only has effect when reading integer or float coverage rasters from a GeoPackage or Map Package. Image rasters will not be marked as continuous.
Platforms
Windows, Linux, Android