Generate Range Rings From Features (Defense)

This ArcGIS 2.8 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Creates range rings with attributes derived from fields in a point feature class.

Usage

  • If the Radial Count Field parameter is set, the Output Feature Class (Radials) parameter will be automatically populated with a value. If you remove the value in either parameter, you must clear both.

  • The Range Ring Type parameter is used to determine whether rings will be created from an interval and number of rings or a minimum and maximum distance.

Parameters

LabelExplanationData Type
Input Features

The point feature set that identifies the center of the range ring. The input must have at least one point.

Feature Layer
Output Range Ring Feature Class

The feature class that will contain the output ring features.

Feature Class
Range Ring Type

Specifies how range rings will be generated..

  • Interval — Range rings will be generated based on the number of rings and distance between rings. This the default.
  • Minimum and maximum — Range rings will be generated based on a minimum and maximum distance.
String
Output Feature Class (Radials)
(Optional)

The feature class that will contain the output radial features.

Feature Class
Radial Count Field
(Optional)

The field that contains the number of radials to be created.

Field
Minimum Range Field
(Optional)

The field that contains the values for the distance from the origin point to the inner ring.

Field
Maximum Range Field
(Optional)

The field that contains the values for the distance from the origin point to the outer ring.

Field
Ring Count Field
(Optional)

The field that contains the values for the number of rings to generate.

Field
Ring Interval Field
(Optional)

The field that contains the values for the interval between rings.

Field
Distance Units
(Optional)

Specifies the linear unit of measure for the value in the Ring Interval Field parameter or the values in the Minimum Range Field and Maximum Range Field parameters.

  • Meters — The unit will be meters. This is the default.
  • Kilometers — The unit will be kilometers.
  • Miles —The unit will be miles.
  • Nautical miles —The unit will be nautical miles.
  • Feet —The unit will be feet.
  • US survey feet —The unit will be U.S. survey feet.
String

Licensing information

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

Related topics