Available with ArcGIS Pro Standard and Data Reviewer licenses.
Summary
The Evaluate Vertex Count check finds polyline or polygon features that have a vertex count within a specified tolerance.
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:
Validation attribute rule | Constraint attribute rule | |
---|---|---|
Yes (ArcGIS Pro 2.5 and ArcGIS Enterprise 10.8 or later) | Yes (ArcGIS Pro 2.4 or later) |
Overview
The Evaluate Vertex Count check identifies features that meet vertex count conditions that are invalid. For example, to improve system performance and reduce data storage requirements, it may be important to identify features that contain an excessive number of vertices.
When configured as a constraint rule, an error notification is returned when a feature with a vertex count specified in the rule is created or modified.
When configured as a validation rule, an error is created for each feature that contains a vertex count within the specified range.
Syntax
Parameter | Required | Description | Workflow |
---|---|---|---|
Subtype | No | The subtype to which the rule is applied. | Constraint |
Validation | |||
Attribute | No | A query that identifies the features to which the rule is applied. | Validation |
Number of Vertices | Yes | The query that is applied to the vertex count of a feature. Any feature with a vertex count that matches what is defined in the rule is returned as an error.
More input is required if you choose an operator with upper and lower bounding values. | Constraint |
Validation | |||
Triggers | Yes | The editing events that trigger the rule to take effect.
| Constraint |
Name | Yes | A unique name for the rule. This information is used to support data quality requirement traceability, automated reporting, and corrective workflows. | Constraint |
Validation | |||
Description | No | A description of the error you define when a noncompliant feature is found. This information is used to provide guidance for corrective workflows. | Constraint |
Validation | |||
Severity | No | The severity of the Reviewer result created when noncompliant features are 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. | Constraint |
Validation |
Notes
Keep the following in mind when using the check:
- Polyline and polygon feature layers are supported with this check.
- The Attribute filter parameter is limited to comparison (=, <>, >, <, >=, and <=) and logical (AND/OR, IN/NOT IN, LIKE/NOT LIKE, and IS NULL) operators.
- The Attribute filter parameter does not support the following field types: Big Integer, Date Only, Time Only, and Timestamp Offset. If selected, the row header is marked in red and does not allow the rule to be saved.