For a list of all members of this type, see Near members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| feature_type | The type of feature that will be searched from points to find the nearest feature and calculate the distance between them. (In, Optional) |
| in_cover | The coverage containing points from which distances are calculated to each closest arc, point, or node in the <near_cover:>. (In, Required) |
| location | Determines whether the x,y coordinates of the "nearest point" of the closest arc, point, or node are to be saved as well as the cover# and distance. The new items are X-COORD and Y-COORD.
(In, Optional) |
| near_cover | The line or point coverage whose features are used to calculate distances from each input cover point. This must be different from the input cover. (In, Required) |
| out_cover | The coverage to be created. The <input_cover> is copied to the <output_cover:>, then NEAR is performed on the <output_cover:>. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| search_radius | The maximum distance in coverage units between input cover features and near cover features for which distance and near cover internal number will be determined. (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