FUNCTION  fSphSimplifyStringAdvanced

Simplifies the region in the specified string and returns its blob.

Parameter(s):
  • @str nvarchar(max): region string
  • @simple_simplify bit: determines whether to run trivial convex simplification
  • @convex_eliminate bit: determines whether to attempt eliminating convexes
  • @convex_disjoint bit: determines whether to make convexes disjoint
  • @convex_unify bit: determines whether to attempt stiching convexes
  • Input and output parameters

    nametypelengthinoutpnum
    @simple_simplifybit1input2
    @convex_eliminatebit1input3
    @convex_disjointbit1input4
    @convex_unifybit1input5
     varbinary-1input0
    @strnvarchar-1input1
    @strsysname-1input1