Description
Showcasing the course of the river.
| Column Name | Data Type | Data UDT Type | Nullable | Description | Include |
|---|---|---|---|---|---|
| geom | geometry | geometry | YES | The spatial component or definition of the geographic feature. | x |
| created_at | timestamp without time zone | timestamp | YES | The created date of the record. | x |
| updated_at | timestamp without time zone | timestamp | YES | The last modification date of the record. | x |
| feature_length_m | double precision | float8 | YES | The length of the feature measured in metres. | x |
| river_id | integer | int4 | NO | The river identifier. | x |
| river_name | character varying | varchar | YES | The name of the river. | x |
| river_type | character varying | varchar | YES | The type of the river. | x |
| map_sheet | character varying | varchar | YES | The mapseries name. | x |
| map_label1 | character varying | varchar | YES | A proposed expression for map labelling purposes. | x |
| label | geometry | geometry | YES | The spatial component or definition of the recommended label location. | x |
| mbr | geometry | geometry | YES | The spatial component or definition of the minimum boundary rectangle. | x |
| vbr | geometry | geometry | YES | The spatial component or definition of the viewport boundary rectangle. | x |