AreaByRectangle¶
An area geometry 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 geometry 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 PointFeature |
| hasUpperRight | only PointFeature |
| subClassOf | AreaGeometry |