Description
Detailed illustration of railway features.
| 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 |
| railway_id | integer | int4 | NO | The railway identifier. | x |
| railway_type | character varying | varchar | YES | The type of the railway. | 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 |