Interface IRaster
The interface contract describing the all required metadata for a raster implementation with a pre-defined
double precision value. This interface is the default GIS raster model
Inherited Members
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public interface 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
void CalculateStatistics()