-
Notifications
You must be signed in to change notification settings - Fork 11
cat_feature
advase edited this page Aug 12, 2022
·
5 revisions
Catalog of features. Definition of all feature types present in the project and it's basic characteristics.
Column name | Data type | Description | Example | Domain values |
---|---|---|---|---|
id | character varying(30) | Id of the feature | ADAPTATION |
|
system_id | character varying(30) | Feature name used by the system, non-customizable, defined on sys_feature_cat | JUNCTION |
[FOUNTAIN, PUMP, VARC, TANK, VALVE, METER, REGISTER, NETSAMPLEPOINT, WATERWELL, SOURCE, WJOIN, HYDRANT, JUNCTION, MANHOLE, EXPANSIONTANK, FILTER, PIPE, GREENTAP, NETWJOIN, NETELEMENT, FLEXUNION, REDUCTION, TAP, WTP] |
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 |
|
config | json | Customized configuration for system elements |