Skip to content

Draft for review only

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

cluster_associated AreaByRectangle AreaByRectangle AreaRepresentation AreaRepresentation AreaByGrid AreaByGrid numColumns : xsd:nonNegativeInteger numRows : xsd:nonNegativeInteger AreaByGrid->AreaByRectangle AreaByGrid->AreaRepresentation

AreaByGrid Diagram

Formalization for AreaByGrid

Property Constraint
numColumns datatype xsd:nonNegativeInteger
numRows datatype xsd:nonNegativeInteger
subClassOf AreaRepresentation
subClassOf AreaByRectangle