Rectangular Grid Spatial Model2D
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
upper X
The x coordinate of the upper left most corner point
upper Y
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
num Rows
The number of rows in the grid (0-based)
num Cols
The number of columns in the grid (0-based)