Generate Range Rings (Defense Tools)
Summary
Creates a set of concentric circles from a point, given a number of rings and distance between rings or a minimum and maximum distance from center.
Usage
The tool provides two methods for generating range rings: interval or minimum and maximum distance:
To generate range rings from an interval, specify the number of rings to create. The first ring will be a distance from the center point that you specify and each subsequent ring will be created that distance from the previous ring.
To generate range rings from a minimum and maximum distance, specify two values, a minimum and maximum value. One ring will be created for each value at the distance specified.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Features (Center Points) |
The point feature set that identifies the center of the range ring. The input must have at least one point. |
Feature Set |
|
Output Feature Class (Rings) |
The feature class containing the output ring features. |
Feature Class |
|
Range Ring Type |
Specifies the method to create the range rings.
|
String |
|
Output Feature Class (Radials) (Optional) |
The feature class containing the output radial features. |
Feature Class |
|
Number of Radials (Optional) |
The number of radials to generate. |
Long |
|
Distance Units (Optional) |
Specifies the linear unit of measurement for the Interval Between Rings parameter or the Minimum Range and Maximum Range parameters.
|
String |
|
Number of Rings (Optional) |
The number of rings to generate. |
Long |
|
Interval Between Rings (Optional) |
The distance between each ring. |
Double |
|
Minimum Range (Optional) |
The distance from the center to the nearest ring. |
Double |
|
Maximum Range (Optional) |
The distance from the center to the farthest ring. |
Double |
Environments
Output Coordinate System, Current Workspace, Scratch Workspace
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes