Generate Range Rings (Defense)

ArcGIS Pro 3.4 | | Help archive

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

LabelExplanationData 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.

  • IntervalRange rings will be generated based on the number of rings and distance between rings. This the default.
  • Minimum and maximumRange rings will be generated based on a minimum and maximum distance.
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.

  • MetersThe unit will be meters. This is the default.
  • KilometersThe unit will be kilometers.
  • MilesThe unit will be miles.
  • Nautical milesThe unit will be nautical miles.
  • FeetThe unit will be feet.
  • US survey feetThe unit will be U.S. survey feet.
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

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics