CAMAvision GISWebX |
GISWeb is a database translation program for CAMAvision. It will read parcels out of a source database, and copy them into a destination database. It converts the sketch into a jpeg and can also, optionally, save the sketches and photos out to files. It also creates several views that can be queried to retrieve data, instead of using the actual table. The views will translate lookup codes into descriptive values.
For example:
If we looked at the first few columns of the res_blg table, it would look like:
gid |
occtype |
occ-code |
1 |
101 |
1 |
2 |
111 |
2 |
But what is occ-code 1? If we use the gis_res_blg_view, those same parcels would look like:
gid |
occtype |
occ-code |
1 |
101 |
Single-Family / Owner Occupied |
2 |
111 |
Detached Structures Only |
Check out the What's New section for a list of changes.
See Also: