spatial_layer

0 rows


Description

List the spatial layers, used to regroup the spatial data. Ex : cities, rivers, stations

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('gobs.spatial_layer_id_seq'::regclass)
project_view.fk_id_spatial_layer project_view_fk_id_spatial_layer_fkeyN
series.fk_id_spatial_layer series_fk_id_spatial_layer_fkeyR
spatial_object.fk_id_spatial_layer spatial_object_fk_id_spatial_layer_fkeyR
sl_code text 2147483647 null

Unique short code for the spatial layer

sl_label text 2147483647 null

Label of the spatial layer

sl_description text 2147483647 null

Description

sl_creation_date date 13 '2018-06-28'::date

Creation date

fk_id_actor int4 10 null
actor.id spatial_layer_fk_id_actor_fkeyR

Source actor.

sl_geometry_type text 2147483647 null

Type of geometry (POINT, POLYGON, MULTIPOLYGON, etc.)

Indexes

Constraint Name Type Sort Column(s)
spatial_layer_pkey Primary key Asc id
spatial_layer_sl_code_idx Performance Asc sl_code

Relationships