we have stored connection trail end points (two) in an Oracle table as SDO_GEOMETRY objects.
Is there a way if FME to create a line between these endpoints ?
Example table rows:
TRAIL_ID 1 FROM_GEOM (2001; 3067; (493362,409; 6705891,014; ); (; )) TO_GEOM (2001; 3067; (457011,701; 6702168,689; ); (; )) TRAIL_ID 2 FROM_GEOM (2001; 3067; (394756,785; 6705399,878; ); (; )) TO_GEOM (2001; 3067; (378619,895; 6735549,226; ); (; )) etc.
This could also be generated with some complex PL/SQL coding but I haven't found any working examples and I besides, I'd like to to FME's ETL capabilities here too.
Kind regards,
Esko