ToolBox 1 Flashcards
Determines the distances from input point features to all points in the near features within a specified search radius.
Point Distance
Extracts features from an input feature class or input feature layer, typically using a select or Structured Query Language (SQL) expression and stores them in an output feature class.
Select
Joins attributes from one feature to another based on the spatial relationship. The target features and the joined attributes from the join features are written to the output feature class.
Spatial Join
Computes a geometric union of the input features. All features and their attributes will be written to the output feature class.
Union
Computes the intersection between two feature classes and cross-tabulates the area, length, or count of the intersecting features.
Tabulate Intersection
Computes a geometric intersection of the input features and identity features. The input features or portions thereof that overlap identity features will get the attributes of those identity features.
Identity
Reads a table and a set of fields and creates a new table containing unique field values and the number of occurrences of each unique field value.
Frequency
Creates multiple buffers at specified distances around the input features. These buffers can optionally be merged and dissolved using the buffer distance values to create non-overlapping buffers.
Multiple Ring Buffer
Calculates distance and additional proximity information between the input features and the closest feature in another layer or feature class.
Near
Computes a geometric intersection of the input features. Features or portions of features which overlap in all layers and/or feature classes will be written to the output feature class.
Intersection
Calculates distances and other proximity information between features in one or more feature class or layer. Unlike the Near tool, which modifies the input, Generate Near Table writes results to a new stand-alone table and supports finding more than one near feature.
Generate Near Table
Selects table records matching a Structured Query Language (SQL) expression and writes them to an output table.
Table Select
Uses the outside polygon boundary of the clip coverage to cookie-cut features and attributes from the input coverage.
Clip
Creates a new coverage of buffer polygons around specified input coverage features. Features can be polygons, lines, points, or nodes.
Buffer
Calculates summary statistics for field(s) in a table.
Summary Statistics