LinearGeometry¶
A geometry that encodes a linear location using a specific method.
Diagram¶

Specializations of LinearGeometry¶
| Class | Description |
|---|---|
| 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. |
Formalization for LinearGeometry¶
| Property | Constraint |
|---|---|
| subClassOf | Geometry |