LocationThing¶
Parent class for location domain concepts.
Diagram¶

Specializations of LocationThing¶
| 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 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 Location | A spatial location enclosed within a two-dimensional boundary or boundaries across a defined surface. |
| 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). |
| Coordinate Reference System | A coordinate reference system (CRS) used to interpret coordinate tuples in a CoordinateGeometry. Typically identified using an OGC CRS IRI such as http://www.opengis.net/def/crs/EPSG/0/4326. |
| Distance Accuracy | A statement of distance accuracy for a point representation. |
| Elevation | An elevation for a point location along with metadata. |
| Elevation Accuracy | A statement of elevation accuracy for a point representation. |
| Elevation Height Code | A code that identifies the height value for an elevation value (e.g., 'ground layer 1', 'elevated layer 1', 'elevated layer 2', 'tunnel layer 1'). |
| Elevation Reference Code | A code that identifies the reference system for an elevation value (e.g., 'ellipsoidal', 'gravityRelated', 'ground level', 'EPSG:5701', 'coded height'). |
| Feature | An abstraction of real-world phenomena. An ITS-domain feature (subclass of geo:Feature) used to model real-world things that have a spatial location. |
| Geometry | A description of a spatial location in the real world according to a defined reference system |
| Itinerary | An ordered set of multiple physically separate locations forming a route or itinerary. |
| 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 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 Location | A spatial location that extends between two point locations along a defined path |
| Linear Representation | A geometry/representation that encodes a linear location using a specific method. |
| Location | A particular place or position. |
| Location Code | A code that identifies (or can be used to look up) a location in some external referencing system. |
| Location Group | An unordered set of multiple physically separate locations. |
| Measurement Error Code | A code identifying an error condition or qualification for a measurement value. |
| Offset Distance | An offset distance expressed either as a length or as a percentage. |
| Point By Code | A point location representation using a code that references an entry in an external location referencing system. |
| 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 Location | A spatial location with no length in any of the spatial dimensions. |
| Point Representation | A representation of a point location using a specific method (e.g., coordinates or an external code). |
| Position Accuracy | A statement of positional accuracy for a point representation. |
| Position Confidence Ellipse | A confidence ellipse describing uncertainty of a point position in a horizontal plane. |
| Spatial Location | A location that is represented in three-dimensional space. |
| Spatial Object | A spatial object within the ITS domain (subclass of geo:SpatialObject). |