Author: paul
Date: 2006-01-19 16:38:29 +0100 (Thu, 19 Jan 2006)
New Revision: 928
Log:
r6427@frost: paul | 2006-01-19 08:17:41 -0600
Not sure how this odd character got in the file, but it messes
up PDF output.
Modified:
trunk/
trunk/refman-4.1/spatial-extensions.xml
trunk/refman-5.0/spatial-extensions.xml
trunk/refman-5.1/spatial-extensions.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6426
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2335
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:6427
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2335
Modified: trunk/refman-4.1/spatial-extensions.xml
===================================================================
--- trunk/refman-4.1/spatial-extensions.xml 2006-01-19 15:38:15 UTC (rev 927)
+++ trunk/refman-4.1/spatial-extensions.xml 2006-01-19 15:38:29 UTC (rev 928)
@@ -578,14 +578,14 @@
<listitem>
<para>
Its <emphasis role="bold">dimension</emphasis>. A geometry
- can have a dimension of −1, 0, 1, or 2:
+ can have a dimension of −1, 0, 1, or 2:
</para>
<itemizedlist>
<listitem>
<para>
- −1 for an empty geometry.
+ −1 for an empty geometry.
</para>
</listitem>
@@ -3075,7 +3075,7 @@
<para>
Returns the inherent dimension of the geometry value
- <replaceable>g</replaceable>. The result can be −1, 0,
+ <replaceable>g</replaceable>. The result can be −1, 0,
1, or 2. (The meaning of these values is given in
<xref linkend="gis-class-geometry"/>.)
</para>
@@ -3255,7 +3255,7 @@
<para>
Returns 1 if the geometry value
<replaceable>g</replaceable> is the empty geometry, 0 if
- it is not empty, and −1 if the argument is
+ it is not empty, and −1 if the argument is
<literal>NULL</literal>. If the geometry is empty, it
represents the empty point set.
</para>
@@ -3287,7 +3287,7 @@
<replaceable>g</replaceable> has no anomalous geometric
points, such as self-intersection or self-tangency.
<literal>IsSimple()</literal> returns 0 if the argument is
- not simple, and −1 if it is <literal>NULL</literal>.
+ not simple, and −1 if it is <literal>NULL</literal>.
</para>
<para>
@@ -3596,7 +3596,7 @@
<literal>EndPoint()</literal> values are the same) and is
simple (does not pass through the same point more than
once). Returns 0 if <replaceable>ls</replaceable> is not a
- ring, and −1 if it is <literal>NULL</literal>.
+ ring, and −1 if it is <literal>NULL</literal>.
</para>
</listitem>
@@ -3658,7 +3658,7 @@
<literal>EndPoint()</literal> values are the same for each
<literal>LineString</literal> in
<replaceable>mls</replaceable>). Returns 0 if
- <replaceable>mls</replaceable> is not closed, and −1 if
+ <replaceable>mls</replaceable> is not closed, and −1 if
it is <literal>NULL</literal>.
</para>
@@ -4691,7 +4691,7 @@
relationship specified by
<replaceable>pattern_matrix</replaceable> exists between
<replaceable>g1</replaceable> and
- <replaceable>g2</replaceable>. Returns −1 if the arguments
+ <replaceable>g2</replaceable>. Returns −1 if the arguments
are <literal>NULL</literal>. The pattern matrix is a string.
Its specification will be noted here if this function is
implemented.
Modified: trunk/refman-5.0/spatial-extensions.xml
===================================================================
--- trunk/refman-5.0/spatial-extensions.xml 2006-01-19 15:38:15 UTC (rev 927)
+++ trunk/refman-5.0/spatial-extensions.xml 2006-01-19 15:38:29 UTC (rev 928)
@@ -594,14 +594,14 @@
<listitem>
<para>
Its <emphasis role="bold">dimension</emphasis>. A geometry
- can have a dimension of −1, 0, 1, or 2:
+ can have a dimension of −1, 0, 1, or 2:
</para>
<itemizedlist>
<listitem>
<para>
- −1 for an empty geometry.
+ −1 for an empty geometry.
</para>
</listitem>
@@ -3096,7 +3096,7 @@
<para>
Returns the inherent dimension of the geometry value
- <replaceable>g</replaceable>. The result can be −1, 0,
+ <replaceable>g</replaceable>. The result can be −1, 0,
1, or 2. (The meaning of these values is given in
<xref linkend="gis-class-geometry"/>.)
</para>
@@ -3276,7 +3276,7 @@
<para>
Returns 1 if the geometry value
<replaceable>g</replaceable> is the empty geometry, 0 if
- it is not empty, and −1 if the argument is
+ it is not empty, and −1 if the argument is
<literal>NULL</literal>. If the geometry is empty, it
represents the empty point set.
</para>
@@ -3308,7 +3308,7 @@
<replaceable>g</replaceable> has no anomalous geometric
points, such as self-intersection or self-tangency.
<literal>IsSimple()</literal> returns 0 if the argument is
- not simple, and −1 if it is <literal>NULL</literal>.
+ not simple, and −1 if it is <literal>NULL</literal>.
</para>
<para>
@@ -3617,7 +3617,7 @@
<literal>EndPoint()</literal> values are the same) and is
simple (does not pass through the same point more than
once). Returns 0 if <replaceable>ls</replaceable> is not a
- ring, and −1 if it is <literal>NULL</literal>.
+ ring, and −1 if it is <literal>NULL</literal>.
</para>
</listitem>
@@ -3679,7 +3679,7 @@
<literal>EndPoint()</literal> values are the same for each
<literal>LineString</literal> in
<replaceable>mls</replaceable>). Returns 0 if
- <replaceable>mls</replaceable> is not closed, and −1 if
+ <replaceable>mls</replaceable> is not closed, and −1 if
it is <literal>NULL</literal>.
</para>
@@ -4712,7 +4712,7 @@
relationship specified by
<replaceable>pattern_matrix</replaceable> exists between
<replaceable>g1</replaceable> and
- <replaceable>g2</replaceable>. Returns −1 if the arguments
+ <replaceable>g2</replaceable>. Returns −1 if the arguments
are <literal>NULL</literal>. The pattern matrix is a string.
Its specification will be noted here if this function is
implemented.
Modified: trunk/refman-5.1/spatial-extensions.xml
===================================================================
--- trunk/refman-5.1/spatial-extensions.xml 2006-01-19 15:38:15 UTC (rev 927)
+++ trunk/refman-5.1/spatial-extensions.xml 2006-01-19 15:38:29 UTC (rev 928)
@@ -594,14 +594,14 @@
<listitem>
<para>
Its <emphasis role="bold">dimension</emphasis>. A geometry
- can have a dimension of −1, 0, 1, or 2:
+ can have a dimension of −1, 0, 1, or 2:
</para>
<itemizedlist>
<listitem>
<para>
- −1 for an empty geometry.
+ −1 for an empty geometry.
</para>
</listitem>
@@ -3094,7 +3094,7 @@
<para>
Returns the inherent dimension of the geometry value
- <replaceable>g</replaceable>. The result can be −1, 0,
+ <replaceable>g</replaceable>. The result can be −1, 0,
1, or 2. (The meaning of these values is given in
<xref linkend="gis-class-geometry"/>.)
</para>
@@ -3274,7 +3274,7 @@
<para>
Returns 1 if the geometry value
<replaceable>g</replaceable> is the empty geometry, 0 if
- it is not empty, and −1 if the argument is
+ it is not empty, and −1 if the argument is
<literal>NULL</literal>. If the geometry is empty, it
represents the empty point set.
</para>
@@ -3306,7 +3306,7 @@
<replaceable>g</replaceable> has no anomalous geometric
points, such as self-intersection or self-tangency.
<literal>IsSimple()</literal> returns 0 if the argument is
- not simple, and −1 if it is <literal>NULL</literal>.
+ not simple, and −1 if it is <literal>NULL</literal>.
</para>
<para>
@@ -3615,7 +3615,7 @@
<literal>EndPoint()</literal> values are the same) and is
simple (does not pass through the same point more than
once). Returns 0 if <replaceable>ls</replaceable> is not a
- ring, and −1 if it is <literal>NULL</literal>.
+ ring, and −1 if it is <literal>NULL</literal>.
</para>
</listitem>
@@ -3677,7 +3677,7 @@
<literal>EndPoint()</literal> values are the same for each
<literal>LineString</literal> in
<replaceable>mls</replaceable>). Returns 0 if
- <replaceable>mls</replaceable> is not closed, and −1 if
+ <replaceable>mls</replaceable> is not closed, and −1 if
it is <literal>NULL</literal>.
</para>
@@ -4710,7 +4710,7 @@
relationship specified by
<replaceable>pattern_matrix</replaceable> exists between
<replaceable>g1</replaceable> and
- <replaceable>g2</replaceable>. Returns −1 if the arguments
+ <replaceable>g2</replaceable>. Returns −1 if the arguments
are <literal>NULL</literal>. The pattern matrix is a string.
Its specification will be noted here if this function is
implemented.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r928 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 19 Jan |