Data access

Print Previous page Top page Next page

The user can open vector map, raster or matrix in a separate window, or add to the previously open data.

Processed data are stored in the three lists - vector maps, raster and matrix (matrix of heights and matrix of qualities). Each list is stored and displayed as a tree.

Of all the available data on the server the client will see a list of only those data to which he has access. Each type of data has two properties - a conventional name (alias) and a full path to the data. Client sees only conventional name of data.

When the client opens new data, new record is added into the protocol of work of the program \LOG \gisserver.log.

Example of entering into the protocol:

10:35:27 [01] [101] Open rmf. Name = ALIAS # Podolsk-quality

10:35:27 [01] [101] Open rmf. Path = C: \ Panorama9 \ Data \ Podolsk \ FloodZone.mtq

10:35:27 [01] [01] Open map. Name = ALIAS # Shape

10:35:27 [01] [01] Open map. Path = C: \ Panorama9 \ Data \ Shape \ shape.sit

10:35:27 [01] [02] Open map. Name = ALIAS # Podolsk-map

10:35:27 [01] [02] Open map. Path = C: \ Panorama9 \ Data \ Podolsk \ podolsk.map

10:35:27 [01] [102] Open rmf. Name = ALIAS # Podolsk-raster

10:35:27 [01] [102] Open rmf. Path = C: \ Panorama9 \ Data \ Podolsk \ image3d.rsw

 

In square brackets after time the serial number of the connected user from 1 - [01] is specified. Then in following square brackets the serial number of the open data for the given user is  specified. For the vector maps the two-digit number from 1 is shown, for rasters and matrixes - a three-digit number from 101.

For each type of data you must specify Name - the name of an alias and parameter Path - full path to the data on the server.

List of data and their properties are stored on the server in parameters file GISSERVER.XML.

Creation and editing the file of parameters is carried out by the administrator of a server by means of the special program - GIS Administrator 2011.