LinearRepresentation¶
A geometry/representation that encodes a linear location using a specific method.
Diagram¶

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