ws_cat_feature_node - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of node type features with its specific characteristics.
Fields:
Column name | Data type | Description | Example | Domain values |
---|---|---|---|---|
id | character varying(30) | Feature id, defined on cat_feature | ADAPTATION |
|
epa_default | character varying(30) | Feature type used by the model, non-customizable, defined on sys_feature_epa_type | JUNCTION |
[JUNCTION, PUMP, SHORTPIPE, TANK, VALVE, RESERVOIR] |
num_arcs | integer | Numer of arc that may be connected to the feature | 2 |
|
choose_hemisphere | boolean | If true, features of this type may have dual orientation symbology | TRUE |
|
isarcdivide | boolean | If true, features of this type divide arc | TRUE |
|
graph_delimiter | character varying(30) | If value different than None, features of this type are stoppers on a defined graph analysis | NONE |
[DMA, DQA, PRESSZONE, SECTOR, NONE, MINSECTOR, CHECKVALVE] |
isprofilesurface | boolean | If true, features of this type are drawn on a profile as nodes that get to the surface | TRUE |
|
double_geom | json | Allows to control the double-geometry of node elements. Double geometry is the possibility that an object has two geometries, in this case, node and polygon. |