RasterConversionOperator.ChangeContinuous Property
Gets or sets a flag indicating if the continuous property of rasters should get the new value specified by NewContinuous.
Syntax
public System.Boolean ChangeContinuous { get; set; }
Property Value
Default: false
True if rasters should get the NewContinuous value; False if they should keep their original continuous value.
Remarks
Rasters have a boolean property, Raster.Continuous, that can affect whether interpolation will be used in resampling and lookup operations. The continuous property is usually set by a DataSet that reads raster data, but a RasterConversionOperator can change its value via ChangeContinuous and NewContinuous. One use case is an operator chain where reclassification of discrete rasters should also make them continuous. For example, raster data that represent discrete land-cover types should have continuous = False, but in an operator chain where they are reclassified to estimated land-cover heights via a RasterReclassificationOperator, it makes sense to make the height rasters continuous via a RasterConversionOperator.
Platforms
Windows, Linux, Android