Skip to content

Draft for review only

AreaByRectangle

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

Diagram

cluster_associated AreaRepresentation AreaRepresentation AreaByRectangle AreaByRectangle AreaByRectangle->AreaRepresentation PointLocation PointLocation AreaByRectangle->PointLocation hasLowerLeft AreaByRectangle->PointLocation hasUpperRight

AreaByRectangle 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