ud_inp_mapdim - Giswater/giswater_dbmodel GitHub Wiki
Description:
Provides dimensions of the map.
Fields:
| Column name | Data type | Description |
|---|---|---|
| type_dim | character varying(18) | Type of dimensions |
| x1 | numeric(18,6) | Lower-left X coordinate of full map extent |
| y1 | numeric(18,6) | Lower-left X coordinate of full map extent |
| x2 | numeric(18,6) | Lower-right X coordinate of full map extent |
| y2 | numeric(18,6) | Lower-right X coordinate of full map extent |