Regards,
Ananda
Regards,
Ananda
you can use an SQLExecutor with something like
select sdo_util.to_wktgeometry(shape) as SHAPE_WKT
from myschema.mytable
where objectid = @Value(OBJECTID)
You can then expose SHAPE_WKT and use the GeometryReplacer to convert the text back into a proper geometry object (specify OGC Well-Known Text as encoding).
David
Optionally you can access the oracle features via a feature reader.
Itay
Like David said.
I have similar scenario like in this thread.
I have a CSV file which has oracle geometry object in below format
Example: MDSYS.SDO_GEOMETRY(3002,null,null,MDSYS.SDO_ELEM_INFO_ARRAY(1,2,1),MDSYS.SDO_ORDINATE_ARRAY(123456.742,234567.714,0,789123.786,5432156.2392,0))
It is a Multiline geometry. Using Database Reader, FME automatically recognises the geometry. However, in CSV file it doesn’t.
Would really appreciate if anyone can help with below
Thanks,
Syed
Hi
You can try using the Oracle Spatial Object Reader instead, and then using a VertexCreator to create points from your latitude and longitudinal information. I hope this helps point you in the right direction!
Hi
You can try using the Oracle Spatial Object Reader instead, and then using a VertexCreator to create points from your latitude and longitudinal information. I hope this helps point you in the right direction!
Hi Sara,
Thanks for the response. I am not sure if I can use Oracle Spatial Object Reader in this scenario as my source data is CSV file and not Oracle database.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.