For a list of all members of this type, see GenerateNearTable members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| angle | Specifies whether the near angle values in decimal degrees will be calculated and written to a new field, NEAR_ANGLE. A near angle measures from the x-axis (horizontal axis) to the direction of the line connecting an input feature to its nearest feature at their closest locations; and it is within the range of 0 to 180 or 0 to -180 decimal degrees.
(In, Optional) |
| closest | Determines whether to locate and return only the closest features or return all the features within the search radius.
(In, Optional) |
| closest_count | Find only the specified number of closest features. This parameter will not be used if the Find only closest feature option is checked. (In, Optional) |
| in_features | The input features that can be point, polyline, polygon or multipoint type. (In, Required) |
| location | Specifies whether x and y coordinates of the nearest location of the near feature will be written to new fields NEAR_X and NEAR_Y respectively.
(In, Optional) |
| near_features | The near features used to find the nearest features from input features. There can be one or more entries of near features; each entry can be of point, polyline, polygon or multipoint type. When multiple entries of near features are specified, a new field NEAR_FC is added to the input table to store the paths of the source feature class that contains the nearest features. (In, Required) |
| out_table | The output table that will contain the proximity information—such as IN_FID, NEAR_FID, NEAR_DIST—and other attributes—such as location (NEAR_X, NEAR_Y), angle (NEAR_ANGLE)—of the near feature and the NEAR_FC, if necessary. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| search_radius | Specifies the radius used to search for candidate near features. The near features within this radius are considered for calculating the nearest feature. If no value is specified, that is the default (empty)radius is used, all near features are considered for calculation. You can specify any distance unit replacing the default unit of the input features. (In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also