<title>Description</title>
<para>
- Returns true for (Multi)Polygons that use a counter-clockwise
+ Returns true if all polygonal components of the input geometry use a counter-clockwise
orientation for their exterior ring, and a clockwise direction
for all interior rings.
</para>
<para>
- Returns true for all non-polygonal geometries.
+ Returns true if the geometry has no polygonal components.
</para>
<note>
</para>
</note>
+ <note>
+ <para>
+ This function does not consider closed linestrings as polygons,
+ and does not check their orientation.
+ </para>
+ </note>
+
<para>&Z_support;</para>
<para>&M_support;</para>
<title>Description</title>
<para>
- Returns true for (Multi)Polygons that use a clockwise
+ Returns true if all polygonal components of the input geometry use a clockwise
orientation for their exterior ring, and a counter-clockwise direction
for all interior rings.
</para>
<para>
- Returns true for all non-polygonal geometries.
+ Returns true if the geometry has no polygonal components.
</para>
<note>
</para>
</note>
+ <note>
+ <para>
+ This function does not consider closed linestrings as polygons,
+ and does not check their orientation.
+ </para>
+ </note>
+
<para>&Z_support;</para>
<para>&M_support;</para>
</refsection>