A geometry from an oracle table a (Object a1) is used to clip a geometry from another oracle table b (Object b1)
These geometries visually appear identical, they are valid geometries and Oracle returns their relationship as EQUAL when tolerance is set to 0.005
If you clip object b1 with object a1, object b1 remains untouched and it is output untouched via the outside port.
if you clip object a1 with object b1, object a1 is clipped as expected, with geometry exiting both the input and output ports
A spatialrelator gives the interactions as OVERLAPS and INTERSECTS irrespective of which object is the requestor/supplier
Any ideas?