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 numRows : xsd:nonNegativeInteger AreaByGrid->AreaByRectangle AreaByGrid->AreaGeometry

AreaByGrid Diagram

Formalization for AreaByGrid

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