AreaByRectangle¶
An area representation encoded as a rectangle, defined by a lower-left corner and an upper-right corner.
Diagram¶

Specializations of AreaByRectangle¶
| Class | Description |
|---|---|
| Area By Grid | 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). |
Formalization for AreaByRectangle¶
| Property | Constraint |
|---|---|
| hasLowerLeft | only PointLocation |
| hasUpperRight | only PointLocation |
| subClassOf | AreaRepresentation |