Hi,
How can I draw a polygon (shp) using azimuth and distance in FME?
Thank´s
Hi,
How can I draw a polygon (shp) using azimuth and distance in FME?
Thank´s
Best answer by takashi
Hi @mr_fme, perhaps does "draw polygons" mean "move polygons" here?
If you want to move polygons by specified azimuth and distance, the Offsetter (Mode: Polar Coordinate) might help you.
Just be aware that the Polar Angle parameter should be specified with the angle in degrees CCW (Counter-Clock Wise) from the positive X-axis. If the given azimuth is the angle in degrees CW (Clock Wise) from the positive Y-axis (i.e. north direction), positive in the east (right) semicircle and negative in the west (left) semicircle, you will have to convert azimuth to polar angle with this expression.polar angle (degrees) = 90 - azimuth (degrees)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.