GeometryData.split


split(logical)

Specifies whether or not to split existing features upon intersection. For example, intersecting two straight lines creates a point where they intersect, but can optionally also create four new lines, representing the two parts of each of the original lines that meet at the new point

logicalbooleanWhether or not to split existing features
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to GeometryData

Back to Overview