Hi,
I have a file geodatabase which has a coordinate readout to 15 decimal places. The geodatabase contains lines, polygons and points. I want to be able to clip the features to a grid line, but still keep the 15 decimal place accuracy.
When I try to clip the features the accuracy of the clipped feature at the grid line becomes 1 decimal
place. (See the y value for 'Min Extents').
When I take this gdb back into Esri, the y coordinate for the clipped feature reads
28.000000000000057. I am not sure, but I believe this is because the coordinates of the grid are getting rounded down to 1 decimal place before the clipping takes place. Therefore the mathematical clip of the 15 decimals are being ignored??
Is there a setting or transformer in FME which can control the number of decimal places?
I have tried the 'Coordinate Rounder' transformer, but I still get an output of 28.0.
Thanks
Paul