Draw connectors to point
I have a polygon with a pole and demand points. I want to draw lines from pole point to demand points in that polygon as shown in the image.
Any help please
I have a polygon with a pole and demand points. I want to draw lines from pole point to demand points in that polygon as shown in the image.
Any help please
Page 1 / 1
- Extract the coordinates of the poles (CoordinateExtractor)
- Add the coordinates of the poles to the polygons (PointOnAreaOverlayer, merge attributes)
- Add these coordinates to the points (PointOnAreaOverlayer, merge attributes)
- Turn the points into lines by adding a new starting point (VertexCreator, insert point at index 0)
Hi,
It did not work.
If the attributes with the coordinates (that you created in the CoordinateExtractor) are not available in the VertexCreator, you did not correctly set 'Merge Attributes' in one (or both) of the PointOnAreaOverlayer transformers.
If the attributes with the coordinates (that you created in the CoordinateExtractor) are not available in the VertexCreator, you did not correctly set 'Merge Attributes' in one (or both) of the PointOnAreaOverlayer transformers.
Thank you very much