<term>X(geometry)</term>
<listitem>
- <para>Find and return the X coordinate of the first point in the
- geometry. Return NULL if there is no point in the
- geometry.</para>
+ <para>Return the X coordinate of the point, or NULL
+ if the geometry is not a point.</para>
</listitem>
</varlistentry>
<term>Y(geometry)</term>
<listitem>
- <para>Find and return the Y coordinate of the first point in the
- geometry. Return NULL if there is no point in the
- geometry.</para>
+ <para>Return the Y coordinate of the point, or NULL
+ if the geometry is not a point.</para>
</listitem>
</varlistentry>
<term>Z(geometry)</term>
<listitem>
- <para>Find and return the Z coordinate of the first point in the
- geometry. Return NULL if there is no point in the
- geometry.</para>
+ <para>Return the Z coordinate of the point, or NULL
+ if the geometry is not a point.</para>
</listitem>
</varlistentry>
</variablelist>