GeoProcessing Wizard |
|
GeoProcessing is a way to create new data based on themes in your view. In most cases you will alter the geometric properties of the features in a dataset while controlling some aspects of how its attribute data is handled.
|
|
The GeoProcessing Wizard offers six geoprocessing options you can use to create or augment feature themes. Dissolve This process will dissolve features in one theme based on the value of an attribute you choose. Technically this is the same as showing the attribute table for a theme, then choosing to Summarize an attribute where you elect to
merge shapes. This process creates a new Shapefile by overlaying the features of two themes. One of these themes must be a polygon theme (called the "overlay" theme) which will be used to define the clipping region. The clip process uses the clipping region as a cookie cutter. Only those features in the other theme (called the "input" theme) within the clipping region are stored in the new Shapefile. The features of the Input theme can be polygons, lines, or points. The features in the new Shapefile will be of the same type as the input theme’s features. The feature attribute table for the new Shapefile contains the same items as the input theme’s attribute table. This process computes the geometric intersection of two themes and adds it to your view as a new theme. The overlay theme must be a polygon theme. Its features will split the input theme. Any features in the input theme that are not overlaid by features in the overlay theme will be ignored. Only the areas that are in common to the overlay and input themes will be included in the output theme. The input theme’s features can be polygons or lines. The output Shapefile’s features will be of the same type as the input theme features. The attribute table for the output Shapefile includes the attributes from the input and overlay theme. The Union process creates a new theme by overlaying two polygon themes. The output theme contains the combined polygons and attributes of both themes. The polygons of the input theme are split at their intersection with polygons of the overlay theme. The feature attribute table for the output theme contains attributes from the input and overlay themes’ attribute tables.
The assign data by location operation will perform a spatial join between the two selected themes. A spatial join is similar to an attribute join; however it is based on the spatial relationship between the features in the two themes. For each feature represented in the destination table, ArcView looks to see if it has one of the following spatial relationships with any feature represented in the source table, and if it does, that feature's record from the source table is joined into the destination table: |
|
You activate the GeoProcess Wizard by making the View active the clicking View - GeoProcessing Wizard
|
Dissolve ProcessUse the Dissolve process when you want to remove boundaries or nodes between adjacent polygons or lines that have the same values for a specified attribute. For example, Dissolve could be used to create a theme showing sales regions by salesperson where each salesperson is responsible for several counties. Sales territories can be established by removing shared county boundaries from those counties represented by same salesperson. These territories can also include summaries of any additional attributes like total revenue.
|
Merge ThemesUse the Merge process when you want to create a new theme containing two or more adjacent themes of the same shapefile type. For example, you may want to merge or append highway data delivered as a series of tiles. Merge allows you to append the data while maintaining the attributes contained in whichever shapefile you select.
Choose two or more themes that are of the same geometry type. The Finish button will not be enabled until you have two or more themes of the same type selected. You can use the Control and Shift keys in conjunction with your mouse click to select more than one or a range of themes. Choose the theme that contains the attributes you want to use in the theme that will result from this merge operation. If each of the other chosen themes have the same fields, then all cells in the attribute table of the merged theme will be populated. If any of the other input themes have additional fields, that data will not be included. If any of the other input themes are missing the fields, then no data will be added to those fields for the features of the selected theme.
|
Clip FeaturesUse the clip operation when you want to cut out a piece of one theme using another theme as a "cookie cutter". For example, you may want to select a county boundary from your counties theme to extract the roads from your roads theme to create a new theme containing a smaller number of roads.
Choose from the list of themes, which includes all feature themes in your view, the theme you want to use as the input theme. The features of this theme will be clipped by the features of the overlay theme. You will see the number of features in this theme displayed once you select it.
If the input theme has some selected features, you can check this box to use only the selected features in the clip operation. Choose an overlay theme from the list of polygon themes. You will see the number of features in this theme displayed once you select it.
If the overlay theme has some selected features, you can check this box to use only the selected features as the clip region.
Browse for or enter the shapefile name that will be used to store the results of the clip operation. You may also choose to use the default output filename.
|
Intersect Two ThemesUse the Intersect process when you want to integrate two spatial data sets while preserving only those features falling within the spatial extent common to both themes. For example, suppose you are a builder and want to build a retirement center within the city boundaries. You will want to create a theme which assigns land use information (like building codes) to your parcel data so you can look for areas meeting the requirements for medium density multi-unit dwellings.
Choose from the list of themes, which includes the polygon and line feature themes in your view, the theme you want to use as the input theme. The features of this theme will be intersected by the features of overlay theme. You will see the number of features in this theme displayed when you select it.
If the input theme has some selected features, you can check this box to only use the selected features in the intersect operation. Choose an overlay theme from the list of polygon themes. You will see the number of features in this theme displayed when you select it.
If the overlay theme has some selected features, you can check this box to only use the selected features in the intersect operation.
Browse for or enter the shapefile name that will be used to store the results of the intersect operation. Or you may just use the default. |
Union Two ThemesUse the Union process when you want to produce a new theme containing the features and attributes of two polygon themes. Let’s look at using Union to provide the basis for performing an erosion analysis of soils during a flood. Some combinations of slope and soil type represent high risk for erosion, and knowing where these conditions are enables risk assessment of crops. For instance, rocky or sandy soil on a relatively steep slope could represent flash-flooding dangers to either crop or grazing agricultural activities during rainstorms.
Choose the theme you want to use as the input theme for the union operation. You will see the number of features in this theme displayed when you select it.
If the input theme has any selected features, check this box to only use the selected features in the union operation. Select polygon overlay theme to union: Choose the theme you want to use as the overlay theme. You will see the number of features in this theme displayed once you select it. If the overlay theme has selected features, check this box to only use the selected features in the union operation.
|
Assign Data by LocationUse Assign data by location when you want to use a spatial relationship to join data from the attribute table of one theme to the attribute table of another theme. Depending on the type of data you have, the join will be one of three types of spatial relationships: 'nearest', 'inside', or 'part of'.
|