Geometry¶
A description of a spatial location in the real world according to a defined reference system
Diagram¶

Specializations of Geometry¶
| Class | Description |
|---|---|
| Area By Circle | An area representation encoded as a circle. |
| Area By Code | An area representation encoded as a code that references an entry in an external location referencing system. |
| Area By Grid | 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). |
| Area By Grid | 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). |
| Area By Linear Boundaries | An area representation encoded as a set of linear boundary representations. |
| Area By Multi Polygon | An area representation encoded as a MultiPolygon geometry. |
| Area By Polygon | An area representation encoded as a Polygon geometry. |
| Area By Rectangle | An area representation encoded as a rectangle, defined by a lower-left corner and an upper-right corner. |
| Area Representation | A geometry/representation that encodes an area location using a specific method. |
| Coordinate Geometry | A geometry that is represented by a coordinate system (i.e., directly encodes coordinate tuples). |
| Itinerary By Waypoints | An itinerary representation encoded as an ordered sequence of locations (waypoints). |
| Itinerary Code | An itinerary representation encoded as a code that references an entry in an external itinerary/route referencing system. |
| Itinerary Representation | A geometry/representation that encodes an itinerary using a specific method. |
| Linear By Code | A linear representation encoded as a code that references an entry in an external location referencing system. |
| Linear By Linear Ring | A linear representation encoded as a LinearRing geometry. |
| Linear By Line String | A linear representation encoded as a LineString geometry. |
| Linear By Multi Line String | A linear representation encoded as a MultiLineString geometry. |
| Linear By Point Representations | A linear representation encoded as an ordered sequence of point representations. |
| Linear By Points | A linear representation encoded as an ordered sequence of points. |
| Linear Representation | A geometry/representation that encodes a linear location using a specific method. |
| Point By Code | A point location representation using a code that references an entry in 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 representation encoded as latitude/longitude and optional elements, such as elevation and metadata. |
| Point By Linear Position | A point representation defined by an offset along a linear representation. |
| Point By Projected Coordinates | A point location representation encoded as projected coordinates and optional elements, such as elevation and metadata. |
| Point Representation | A representation of a point location using a specific method (e.g., coordinates or an external code). |
Formalization for Geometry¶
| Property | Constraint |
|---|---|
| subClassOf | SpatialObject |
| subClassOf | geo:Geometry |