Open Table of Contents
Split By Location Wizard
Clips the features of the input layer with the polygons of the split layer.
Creates a new dataset for the features of the input layer (or portions of them)
contained by each polygon from the split layer
Inputs:
- Layer to be clipped - a Point, Polyline or Polygon layer
- Clip layer - a polygon layer which features will be used for clipping
- Output folder
- Name field - a field from the Clip layer that will be used for naming of
the output datasets
- Prefix - a text that will be used together with the Name field for
generating names of the output datasets
Outputs:
- New feature classes
- The attributes are preserved
- The spatial reference of the input data set is preserved
Notes:
- If there are no features from the input layer that are fully or partially
within a polygon from the clip layer - no dataset will be created for this
polygon
Examples:
The naming of the output dataset is based on the Name field selected and the
prefix.
- If the Prefix = "Rivers" and the Name field = "StateNames"
the resulting feature classes will be named
- "Rivers_Nevada.shp"
- "Rivers_Texas.shp"
- "Rivers_Arizona.shp"
- ...............................
- If the prefix box is left empty and the Name field = "StateNames"
the resulting feature classes will be named
- "Nevada.shp"
- "Texas.shp"
- "Arizona.shp"
- .................................
- If the Prefix = "Roads" and the Name field = "StateNames"
and in the output folder there is an existing feature class named "Roads_Nevada.shp",
the new feature class will be named "Roads_Nevada1.shp"