<title>Geometry Editors</title>
<variablelist>
- <varlistentry>
+ <varlistentry id="addbbox">
<term>AddBBOX(geometry)</term>
<listitem>
<para>Add bounding box to the geometry. This would make bounding
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry id="dropbbox">
<term>DropBBOX(geometry)</term>
<listitem>
<para>Drop the bounding box cache from the geometry.
</listitem>
</varlistentry>
+ <varlistentry id="hasbbox">
+ <term>HasBBOX(geometry)</term>
+ <listitem>
+ <para>Returns TRUE if the bbox of this geometry is cached, FALSE otherwise. Use <link linkend="addbbox">addBBOX()</link> and <link linkend="dropbbox">dropBBOX()</link> to control caching.</para>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="ndims">
<term>ndims(geometry)</term>
<listitem>