Hi Guys,
an easy one for you i think....
i have one point X and bout 1500 points Y1,Y2....
how can i produce lines from X to Y1 X to Y2 X to Y3 and so on
Thx
Greets and Cheers
Franco
Hi Guys,
an easy one for you i think....
i have one point X and bout 1500 points Y1,Y2....
how can i produce lines from X to Y1 X to Y2 X to Y3 and so on
Thx
Greets and Cheers
Franco
Use a vertex creator, if you add a point to all your Y points in the location of X you will create lines.
If direction is important you would then need to reverse the orientation
Easiest way is to use the CoordinateExtractor to get the coordinates from X, the FeatureMerger with Y as Requestor and X as Supplier and the VertexCreator to add the line to the X point to all Y points.