Class Raster
Provides a base implementation for the IRaster interface, which the
the default raster for GIS data or images.
Inherited Members
Namespace: Mars.Components.Layers
Assembly: Mars.Components.dll
Syntax
public abstract class Raster : Raster<double>, IBoundedDataLayer, IDataSet, IDisposable, IRaster, IRaster<double>
Methods
CalculateStatistics()
Even if this is a window, this will cause this raster to calculate statistics from the entire data set.
Declaration
public virtual void CalculateStatistics()
Implements
IDisposable