Generate Reference System Grid From Area (Defense)

ArcGIS Pro 3.2 | | Help archive

Summary

Creates Gridded Reference Graphics (GRG) based on Military Grid Reference System (MGRS) or United States National Grid (USNG) reference grids.

Usage

  • An irregularly shaped input will use its bounding envelope to generate the output GRG.

  • The Output Feature Class will be in the WGS84 projection.

  • An input area that is smaller than the Grid Square Size may create a single grid cell that is much larger than the input area.

  • A large input area and a small Grid Square Size may create many small grids in a large GRG.

  • How large grids are handled using the Large Grid Handling parameter is based on the extent area (not actual area) of the input. The following values will cause the tool to stop:

    • Areas larger than approximately 200,000 square meters for 10 m grid.
    • Areas larger than approximately 20,000,000 square meters for 100 m grid.
    • Areas larger than approximately 2,000,000,000 square meters for 1000 m grid.
    • Areas larger than approximately 200,000,000,000 square meters for 10000 m grid.

  • Cell labels will be added to a Grid field in the Output Feature Class.

Parameters

LabelExplanationData Type
Input Feature

The input polygon feature on which the GRG will be based.

Feature Set
Output Feature Class

The output polygon feature class containing the GRG.

Feature Class
Grid Reference System

Specifies the reference system the GRG will use.

  • Military Grid Reference SystemThe Military Grid Reference System will be used. This is the default.
  • United States National GridThe United States National Grid will be used.
String
Grid Square Size

Specifies the grid square size that will be used for the cells in the GRG.

  • Grid Zone DesignatorThe size of the grid cells will be a Grid Zone. This is the default.
  • 100,000 m gridThe size of the grid cells will be 100,000-meter grid squares.
  • 10,000 m gridThe size of the grid cells will be 10,000-meter grid squares.
  • 1,000 m gridThe size of the grid cells will be 1,000-meter grid squares.
  • 100 m gridThe size of the grid cells will be 100-meter grid squares.
  • 10 m gridThe size of the grid cells will be 10-meter grid squares.
String
Large Grid Handling

Specifies how large input areas that may contain many features will be handled.

  • No large gridsProcessing will stop when 2000 features are created. This is the default.
  • Allow large gridsLarge grids are supported.
String

Licensing information

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

Related topics