// unwrap the connection and create a converter
OracleConnection ocx = unwrapConnection(cx);
GeometryConverter converter = factory != null ? new GeometryConverter(ocx, factory)
: new GeometryConverter(ocx);
return converter.asGeometry((STRUCT) struct);
}
@Override
public void setGeometryValue(Geometry g, int dimension, int srid, Class binding, PreparedStatement ps,
int column) throws SQLException {