Geometry Builder Tool Type
An enumeration of available geometry builder tools in a group template. Use the GeometryType property of the layer to determine whether to transform the primary geometry into a point, polyline, or polygon with this tool. See Feature builder reference for more information.
Since
300.0.0
Inheritors
Types
Creates a polygon from the base polyline buffered to a specified distance.
Creates a polygon from the base point buffered to a specified distance.
Creates a polygon from the base polygon buffered to a specified distance.
Creates a point at a specified distance from the base polyline.
Creates a series of equally spaced points along the base polyline.
Creates a polyline, offset by a specified distance, from the base polyline.
Creates a polyline, offset by a specified distance, from the base polyline.
Creates a point, offset by a specified attribute value, from each vertex of the base polyline.
Creates a point, offset by a specified attribute value, from the beginning vertex of the base polyline.
Creates a point, offset by a specified attribute value, from the beginning vertex of the base radial line.
Creates a point offset by a specified attribute value from the end vertex of the base polyline.
Creates a point, offset by a specified attribute value, from each vertex of the base polyline except the beginning and end vertices.
Creates points at a specified offset from every intersection of a line.
Creates a point, offset by a specified attribute value, from each vertex of the base polyline except the beginning vertex.
Creates a point, offset by a specified attribute value, from each vertex of the base polyline except the end vertex.
Creates a point at the centroid of the base polygon.
Creates a point at every vertex of the base polygon except the start vertex.
Creates a point at the start vertex of the base polygon.
Creates a point with the same geometry as the base point.
Creates a point with the same geometry as the base point.
Creates a polyline with the same geometry as the boundary of the base polygon.
Creates a two-point polyline based on the geometry of the boundary of the base polygon.
Creates a polygon with the same geometry as the base polygon.
Creates a polygon with the same geometry as the base polygon.
Creates a point at every vertex of the base polygon.
Creates a series of two-point radial lines originating from the same location and generates a point at each end vertex.
Creates two-point polylines based on the geometry of the base polyline.
Creates a geometry with unknown builder behavior.