Skip to main content

Calculate Max Elevation Figures (Topographic Production Tools)

Summary

Calculates the maximum elevation figures (MEF) for each polygon cell or quadrangle in a polygon layer. These values are used as labels for the MEF feature layer.

To derive the highest obstruction value, the tool uses terrain data from a digital elevation model (DEM) and vertical obstruction data from a point feature class. You can calculate MEF values for a Joint Operations Graphic (JOG), Operational Navigation Chart (ONC), Tactical Pilotage Chart (TPC) grid cells, NATO STANAG-3591 Edition 6, or any other polygon grid features.

Usage

  • This tool will modify existing features by updating selected fields.

  • To label the maximum elevation figures in the MEF feature layer by applying the label expression, complete the following steps:

    1. Run the Calculate Max Elevation Figures tool on the MEF feature layer.

    2. Right-click the MEF feature layer in the Contents pane, and click Labeling Properties .

      The Label Class pane appears.

    3. Ensure that the Label expression tab is active.

    4. For Language, choose Python.

    5. Load the expression below into the Expression window. Change all [MEF_VALUE] occurrences to the name of the mef_field.

      def FindLabel([MEF_VALUE]):
          if len(str([MEF_VALUE]))< 3:
              label = '0<SUP>0</SUP>'
          elif len(str([MEF_VALUE])) < 4:
              label = '0<SUP>{0}</SUP>'.format(str([MEF_VALUE])[-3])
          elif len(str([MEF_VALUE])) == 4:
              label = '{0}<SUP>{1}</SUP>'.format(str([MEF_VALUE])[0], str([MEF_VALUE])[-3])
          else:
              label = '{0}<SUP>{1}</SUP>'.format(str([MEF_VALUE])[0:-3], str([MEF_VALUE])[-3])
          return label
      
    6. Click Verify to validate the label expression.

    7. Click Apply.

    8. With the MEF feature layer active, click the Labeling tab.

    9. In the Layer group, click Enable Labeling .

    The label appears on the maximum elevation figures in the MEF feature layer.

Parameters

Label Explanation Data type

Target Max Elevation Figures Features

The input polygon features representing the quadrangle or cell that will be updated with MEF values.

Feature Layer

Input Terrain

The input terrain that will be used to determine elevation values in an MEF feature cell. If a point feature layer is used, elevation values are obtained from the field defined in the Terrain Elevation Field parameter.

Raster Layer; Mosaic Layer; Feature Layer

Vertical Obstruction Features

The layers that will be used to identify the highest human-made structure in a cell. This is a value table defining features, elevation fields, and elevation units.

Value table columns:

  • FeaturesThe layers that will be used to identify the highest human-made structure in a cell.

  • Elevation FieldThe elevation field from a layer.

  • Elevation UnitSpecifies the units of the elevation field.

    • CentimetersThe units will be centimeters.

    • DecimetersThe units will be decimeters.

    • FeetThe units will be feet.

    • InchesThe units will be inches.

    • KilometersThe units will be kilometers.

    • MetersThe units will be meters.

    • MilesThe units will be miles.

    • MillimetersThe units will be millimeters.

    • Nautical MilesThe units will be nautical miles.

    • YardsThe units will be yards.

Value Table

Max Elevation Figures Field

The existing field in the Target Max Elevation Figures Features parameter value where the maximum elevation figure value will be stored.

Field

Max Vertical Obstruction Field

The field in the Target Max Elevation Figures Features parameter value where the maximum vertical obstruction value will be stored.

Field

Max Terrain Field

The field in the Target Max Elevation Figures Features parameter value where the maximum elevation values from the terrain layer will be stored.

Field

Specification

Specifies the specification that will be used to calculate maximum elevation figures.

String

Terrain Elevation Field

(Optional)

A field in the Input Terrain parameter value that represents the elevation values for each feature. If a point feature layer is used for the Input Terrain value, this parameter is required. This parameter is inactive if a raster or mosaic layer is used as input for the Input Terrain parameter.

Field

Vertical Obstruction Allowance

(Optional)

A vertical allowance value that will be added to each calculated MEF value. The value accounts for nonrepresented natural or manufactured features. The default is 150 feet.

Linear Unit

Vertical Obstruction Accuracy

(Optional)

The accuracy of the vertical obstruction feature layer within a specified number of units. The default is 20 meters.

Linear Unit

Terrain Accuracy

(Optional)

The accuracy of the terrain layer within a specified number of units. The default is 20 meters.

Linear Unit

Derived output

Label Explanation Data type

Updated Max Elevation Figures Features

The Target Max Elevation Figures Features parameter value with updated MEF values.

Feature Layer

Environments

Current Workspace

Licensing information

  • Basic: No
  • Standard: Requires Topographic Mapping or Aviation Airports or Aviation Charting or Maritime or Bathymetry
  • Advanced: Requires Topographic Mapping or Aviation Airports or Aviation Charting or Maritime or Bathymetry