WMS:GIS Module

From XMS Wiki
Revision as of 13:34, 26 June 2008 by Eshaw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The GIS module has been separated from the Map module in order to define a more integrated and separate approach to linking with GIS data. The GIS module has two separate modes, although the primary functions are available in either mode. The main reason that the GIS data has been separated from the map module is to allow users to handle large files more efficiently when creating hydrologic models. For example the GIS module allows you to import large files and then select and convert to feature objects only the portions that are needed. The conversion to feature objects is both time consuming and potentially memory intensive, and so managing your GIS data in this fashion is more efficient (the equivalent GIS functionality is to clip out just the parts of the data you need for import).

Some of the key functionality available in either mode includes:

  • Efficient management of large data sets
  • Graphical selection of features
  • Mapping of selected features to feature objects in map coverages
  • Viewing attribute tables
  • Joining additional attribute tables based on a key field (i.e. joining the hydrologic soils group attribute to a STATSGO/SSURGO shapefile).

Using the GIS Module with a License of ArcView®

WMS uses the ArcObjects to incorporate much of the ArcMap functionality directly. You can open any file format (coverages, shapefiles, geodatabases, images, CAD, grids, etc.) that is supported by ArcView® and you use all of the ArcView® Display Symbology properties to render the GIS data. WMS actually uses ArcView® to display the GIS layers and then copies the bitmap generated by ArcView® into WMS.

Using the GIS Module without a License of ArcView®

Most of the same functionality that exists for users with licenses of ArcView® is available to users without. The primary differences are that you can only read layers that are in the shapefile format, and all of the display and symbology available with ArcView® is not available. Points, lines, and polygons are displayed in a single color and not filled. Further some of the queries for selection are not supported without a license to ArcView®.


Related Topics