Description
Visually represents the boundaries of nature reserves.
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_area_sqm | double precision | float8 | YES | The surface area of the feature measured in square metres. | x |
feature_length_m | double precision | float8 | YES | The perimeter of the feature measured in metres. | x |
nature_reserve_id | integer | int4 | NO | The nature reserve identifier | x |
nature_reserve_name | character varying | varchar | YES | The name of the nature reserve | x |
nature_reserve_type | character varying | varchar | YES | The type of the nature reserve | 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 |