Class GridWrapperNotInterpolated


  • public class GridWrapperNotInterpolated
    extends GridWrapper
    A grid wrapper that does not perform interpolation to calculate cell values. This should be used when the window extent 'fits' into the structure (coordinates and cellsize) of the grid, so it is faster than using a grid wrapper with interpolation Upon construction, cellsizes are not checked, so they are assumed to be equal. Use a QueryableGridWindow to safely create a GridWrapper better than instantiating this class directly.
    Author:
    Victor Olaya