Geometry¶
A description of a spatial location in the real world according to a defined reference system.
NOTE: A Geometry can be complex, such as a jurisdictional area that consists of multiple islands.
Diagram¶

Specializations of Geometry¶
| 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 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. |
| Area Geometry | A geometry that encodes an area location using a specific method. |
| Coded Geometry | A geometry whose extent is resolved via an external code, registry, or service (a pointer to a geometry held elsewhere). |
| Coordinate Geometry | A geometry that is represented by a coordinate system (i.e., directly encodes coordinate tuples). |
| Itinerary By Waypoints | An itinerary geometry encoded as an ordered sequence of features (waypoints). |
| Itinerary Code | An itinerary geometry whose route geometry is not modelled here but can be resolved using :hasLookupCode and an external itinerary/route referencing system. |
| Itinerary Code | An itinerary geometry whose route geometry is not modelled here but can be resolved using :hasLookupCode and an external itinerary/route referencing system. |
| Itinerary Geometry | A geometry that encodes an itinerary using a specific method. |
| Linear By Code | A linear geometry whose extent is not modelled here but can be resolved using :hasLookupCode and an external location referencing system. |
| Linear By Code | A linear geometry whose extent is not modelled here but can be resolved using :hasLookupCode and an external location referencing system. |
| Linear By Linear Ring | A linear geometry encoded as a LinearRing geometry. |
| Linear By Line String | A linear geometry encoded as a LineString geometry. |
| Linear By Multi Line String | A linear geometry encoded as a MultiLineString geometry. |
| Linear By Point Features | A linear geometry encoded as an ordered sequence of points. |
| Linear By Point Geometries | A linear geometry encoded as an ordered sequence of point geometries. |
| Linear Geometry | A geometry that encodes a linear location using a specific method. |
| Point By Code | A point geometry whose coordinates are not modelled here but can be resolved using :hasLookupCode and an external location referencing system. |
| Point By Code | A point geometry whose coordinates are not modelled here but can be resolved using :hasLookupCode and an external location referencing system. |
| Point By Coordinates | A coordinate tuple defining the geodetic position of a single point location using a known geodetic reference system |
| Point By Coordinates | A coordinate tuple defining the geodetic position of a single point location using a known geodetic reference system |
| Point By Geo Coordinates | A point location geometry encoded as latitude/longitude and optional elements, such as elevation and metadata. |
| Point By Linear Position | A point geometry defined by an offset along a linear geometry. |
| Point By Projected Coordinates | A point location geometry encoded as projected coordinates and optional elements, such as elevation and metadata. |
| Point Geometry | A geometry for a point location using a specific method (e.g., coordinates or an external code). |
Formalization for Geometry¶
| Property | Constraint |
|---|---|
| subClassOf | SpatialObject |
| subClassOf | geo:Geometry |