📄️ Feature To Point
Converts line, polygon, or multipoint features to representative points at their geometric centers or centroids.
📄️ Feature To Line (Single File)
Splits input vector features, such as lines or polygons, at vertices and outputs independent line segment features.
📄️ Feature To Polygon
Divides polygon or line features into separate polygon features.
📄️ Feature To Polygon (Single File)
Splits intersecting line or polygon features at intersections and reconstructs new polygon features from enclosed areas.
📄️ Feature to Line
Split input polygon or line features at intersections and overlaps, and output independent line features.
📄️ Polygon to Line
Extract polygon feature boundaries as line features to generate a line feature dataset representing polygon outlines.
📄️ Polygon Features to Split Lines
Convert polygon features to split lines and label each side of the boundary line with adjacent polygon feature IDs.
📄️ Feature Vertices to Points
Extract geometry vertices from line or polygon features and generate an independent point feature dataset.
📄️ Points to Line
Connect discrete point features into line features in a specified order, with support for grouping by field.
📄️ Feature Envelope Rectangle to Polygon
Calculate the axis-aligned envelope rectangle of input features and convert it to polygon features.