Densify segment coordinates

Functionality / Algorithm

The Densify segment coordinates operation allows you to obtain more intermediate coordinates within segments. The segments of an input map are copied, and extra intermediate coordinates are added to the segments in the output map at a user-specified distance.

Increasing the number of intermediate points within segments is useful when you want to transform segments with the Transform segments operation. As the Transform segments operation will only transform the coordinates of nodes and of intermediate coordinates within segments, the shapes of the segments will be better preserved during the transformation when there are more intermediate points within the input segments.

You can also choose to use the Densify coordinates option within the Transform segments and the Transform Polygons operations.

Requirements for input segment map:

No special input map requirements.

Domain and coordinate system of output map:

The output segment map uses the same domain as the input segment map.

The output segment map uses the same coordinate system and the same coordinate boundaries as the input segment map.

Algorithm:

All nodes and existing intermediate coordinates within segments of the input map are copied into the output map. Extra intermediate coordinates are added to the segments in the output map at a user-specified distance.

See also: