Description
Details the arrangement of human-made structures.
| 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 |
| builtup_area_id | integer | int4 | NO | The built-up area identifier | x |
| builtup_area_name | character varying | varchar | YES | The name of the built-up area | x |
| builtup_area_type | character varying | varchar | YES | The type of the built-up area | 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 |