Adjacent Vertex Elevation Change

Available with Data Reviewer license.

Summary

The Adjacent Vertex Elevation Change check searches for polyline and polygon features with vertices that have elevation differences (z-values) greater than a specified tolerance. The tolerance helps you find any significant gaps between feature elevations.

Overview

When performing quality control checks on your database, one of the items to search for is a significant difference in elevation, which is represented as the z-value. For example, within a contour feature class, the z-value for a given contour should be constant for all vertices. However, on occasion, there are outlying vertices with different z-values.

The Adjacent Vertex Elevation Change check returns vertices for polylines or polygon features with elevation (Z) change greater than the specified tolerance. The tolerance helps you find any significant gaps between feature elevations. You can run the check on an entire feature class, subtype, or set of features selected using a SQL query. The features that fall outside of the specified tolerance, or have a difference that is greater than the value specified, are returned as errors. These features can then be written to the Reviewer table for further inspection and correction.

Supported workflows

ArcGIS Data Reviewer checks support multiple methods for implementing automated review of data. The following table identifies the supported implementation methods for this check:

ValidationConstraint

Reviewer batch job

Reviewer map rule

Attribute (validation) rule

No

Yes

No

Yes

(ArcGIS Pro 2.9 or later)

Syntax

ParameterRequiredDescriptionWorkflow

Subtype

No

The subtype to which the rule is applied.

Validation

Attribute

No

A query that identifies the features to which the rule is applied.

Validation

Elevation Difference Tolerance

Yes

The minimum value allowed for elevations between vertices. The value must be greater than the geodatabase Z tolerance.

Map units include feet, US feet and meters, kilometers, decimal degrees, and decimeters.

Validation

Name

Yes

A unique name for the rule.

This information is used to support data quality requirement traceability, automated reporting, and corrective workflows.

Validation

Description

No

A description you define of the error when a noncompliant feature is found.

This information is used to provide guidance to facilitate corrective workflows.

Validation

Severity

Yes

The severity of the error assigned when a noncompliant feature is found.

This value indicates the importance of the error relative to other errors. Values range from 1 to 5, with 1 being the highest priority and 5 being the lowest.

Validation

Tags

No

The tag property of the rule.

This information is used in rule authoring and management workflows to support traceability and reporting of data quality requirements.

Validation

Related topics