Regards,
Ananda
Regards,
Ananda
Best answer by david_r
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