WMS:Mapping to Feature Objects

From XMS Wiki
Revision as of 16:22, 29 August 2014 by Jcreer (talk | contribs)
Jump to navigationJump to search

While future versions of WMS may be able to process some commands directly from the GIS data layers, currently users must map all features to use as part of model development to feature objects in a map coverage. One way to do this is to import an entire shapefile directly to map coverage (this is the only way available in previous versions), but often the extents of the GIS data layer are much larger (i.e. an entire state) and so it may be more efficient to select only those GIS features (points, lines, polygons) that overlay the study area and map those to feature objects in a map coverage.

A mapping wizard guides users through the process of converting the GIS data layer features to feature objects in a map coverage. Before beginning the mapping process, first go to the map module and make sure that the currently active coverage is the coverage to map GIS data layer features to. For example, the default coverage in WMS is a drainage coverage and so, if the user is about to map soil polygons, the user will want to create a new coverage and make sure that it has an attribute set of Soil Type. After making sure WMS will be mapping to the correct coverage, select the polygons which overlay the study area to be mapped. (This is done with the selection tool(s) in the GIS module) If wanting to map all features, the user can choose the Select All command from the Edit Window, or just move to the Mapping command (the user will be prompted if wanting to convert all features since none are selected).

If ArcObjects are enabled, the user will see that the ArcObjects→Feature Objects command is activated, whereas if the user does not have ArcObjects enabled, the user will see that the Shapes→Feature Objects command is activated. After choosing the appropriate mapping command the user will see the mapping wizard shown below. This wizard will guide the user through the rest of the process. The first dialog in the mapping wizard contains instructions and marks the beginning point of mapping for selected features. The first of two steps is to map the attribute fields of the features to attributes used by WMS. WMS recognizes some attribute names as commonly used for certain attributes and maps them automatically (i.e. HYDRGRP for hydrologic soil groups and LU_CODE for land use ID's).

GIS to Feature Objects Wizard -- Step 1 of 2.jpg

The second step marks the end of the wizard, and after selecting Finish, all selected features will be converted to feature objects within the active coverage. Attributes of mapped fields will be saved accordingly as attributes of the feature objects.

GIS to Feature Objects Wizard showing step 1 after using the Shapes→Feature Objects command in the Mapping menu
GIS to Feature Objects Wizard showing step 2 after using the Shapes→Feature Objects command in the Mapping menu

Related Topics