If curvepolygon-expression is empty, the ST_CurvePolyToPoly method returns an empty set of type ST_Polygon. Otherwise, ST_CurvePolyToPoly returns a
polygon containing any linear rings in curvepolygon-expression combined with the interpolation of any circularstring or compound curve rings in curvepolygon-expression.
Note
By default, ST_CurvePolyToPoly uses the original format for a geometry, if it is available. Otherwise, the internal format
is used. For more information about internal and original formats, see STORAGE FORMAT clause, CREATE SPATIAL REFERENCE SYSTEM statement.