Skip to content

Draft for review only

AreaByGrid

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).

Diagram

cluster_associated AreaByRectangle AreaByRectangle AreaGeometry AreaGeometry AreaByGrid AreaByGrid numColumns : xsd:nonNegativeInteger [1] numRows : xsd:nonNegativeInteger [1] AreaByGrid->AreaByRectangle AreaByGrid->AreaGeometry

AreaByGrid Diagram

Formalization for AreaByGrid

Property Constraint
numColumns exactly 1 xsd:nonNegativeInteger
numRows exactly 1 xsd:nonNegativeInteger
subClassOf AreaGeometry
subClassOf AreaByRectangle