AreaByGrid¶
An area representation encoded as a grid. The rectangle defined by lower-left and upper-right is the base cell, which is replicated eastward (columns) and northward (rows).
Diagram¶

Formalization for AreaByGrid¶
| Property | Constraint |
|---|---|
| numColumns | datatype xsd:nonNegativeInteger |
| numRows | datatype xsd:nonNegativeInteger |
| subClassOf | AreaRepresentation |
| subClassOf | AreaByRectangle |