cat_feature - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of features. Definition of all feature types present in the project and it's basic characteristics.
Fields:
Column name | Data type | Description | Example | Domain values |
---|---|---|---|---|
id | character varying(30) | Id of the feature | ADAPTATION |
|
feature_class | character varying(30) | Description | ||
feature_type | character varying(30) | Feature type used by the system, non-customizable, defined on sys_feature_type | NODE |
[NODE,ARC,CONNEC] |
shortcut_key | character varying(100) | Keybord shortcut for insert feature | Alt+A |
|
parent_layer | character varying(100) | Name of a parent layer of a feature | v_edit_node |
[NULL, v_edit_node, v_edit_connec, v_edit_arc] |
child_layer | character varying(100) | Name of a child layer specific for the fature, customizable | ve_node_adaptation |
|
descript | text | Descript | Adaptation junction |
|
link_path | text | Link | ||
code_autofill | boolean | If true, field 'code' is automatically filled with features id | TRUE |
|
active | boolean | If true, catalog value is being used | TRUE |
|
addparam | json | Description |