RectangularGridSpatialModel2D

constructor(width: Double = Double.MAX_VALUE, height: Double = Double.MAX_VALUE, numRows: Int = 1, numCols: Int = 1, upperX: Double = 0.0, upperY: Double = 0.0)

Parameters

upperX

The x coordinate of the upper left most corner point

upperY

The y coordinate of the upper left most corner point

width

The width (along the x-axis) of the grid

height

The height (along the y-axis) of the grid

numRows

The number of rows in the grid (0-based)

numCols

The number of columns in the grid (0-based)