📄️ Densify Geodesic Features
Insert intermediate vertices into line features along ellipsoidal geodesic or rhumb-line paths so that the surface distance of each segment does not exceed the specified threshold.
📄️ Create Line Features by Azimuth and Distance (Geodesic)
Create geodesic line features on a reference ellipsoid from start-point longitude and latitude, distance, and azimuth values in a table.
📄️ Create Line Features by Azimuth and Distance (Planar)
Create line features in batches from start-point planar coordinates, distance, and azimuth values in a table using planar trigonometry.
📄️ Minimum Bounding Geometry
Calculates a minimum bounding geometry for input features individually or by field group, supporting convex hulls, minimum rotated rectangles, minimum enclosing circles, and axis-aligned envelopes.
📄️ Check Geometry
Checks vector feature geometry for empty geometry, invalid geometry, duplicate vertices, short segments, empty Z values, and other issues, and outputs an issue list table.
📄️ Adjust 3D Z Values
Batch adjust the Z coordinates of 3D vector features, including sign inversion, unit conversion, fixed offsets, and per-feature offsets from a field.
📄️ Align Shared Vertices
Standardize feature vertices to a tolerance grid using the specified XY tolerance and optional Z tolerance to reduce small coordinate differences and improve geometry consistency.