Skip to content

Draft for review only

AreaGeometry

A geometry that encodes an area location using a specific method.

NOTE: The boundary can consist of a single curvilinear line (e.g. a circle) or multiple curvilinear lines (e.g. the boundaries of city limits) and can consist of multiple enclosed areas.

EXAMPLE: The British Isles.

Diagram

cluster_associated Geometry Geometry AreaGeometry AreaGeometry AreaGeometry->Geometry

AreaGeometry Diagram

Specializations of AreaGeometry

Class Description
Area By Circle An area geometry encoded as a circle.
Area By Code An area geometry whose extent is not modelled here but can be resolved using :hasLookupCode and an external location referencing system.
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).
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).
Area By Linear Boundaries An area geometry encoded as a set of linear boundary geometries.
Area By Multi Polygon An area geometry encoded as a MultiPolygon geometry.
Area By Polygon An area geometry encoded as a Polygon geometry.
Area By Rectangle An area geometry encoded as a rectangle, defined by a lower-left corner and an upper-right corner.

Formalization for AreaGeometry

Property Constraint
subClassOf Geometry