]> granicus.if.org Git - postgis/commitdiff
Replace <> with proper entities in Dave's new function entries
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Aug 2003 19:45:20 +0000 (19:45 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Aug 2003 19:45:20 +0000 (19:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@292 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml

index 1464d4179b9635241473d1af91cf5286908039ad..2496a895d509f083504161c15ba00e551128b264 100644 (file)
@@ -2246,7 +2246,7 @@ is simple (does not pass through the same point more than once).
                                        </listitem> 
                                </varlistentry> 
                                <varlistentry> 
-                               <term>GeomFromText(text,[<srid>])</term> 
+                               <term>GeomFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2255,7 +2255,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>GeometryFromText(text,[<srid>])</term> 
+                               <term>GeometryFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2264,7 +2264,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>PointFromText(text,[<srid>])</term> 
+                               <term>PointFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2273,7 +2273,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>LineFromText(text,[<srid>])</term> 
+                               <term>LineFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2282,7 +2282,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>LinestringFromText(text,[<srid>])</term> 
+                               <term>LinestringFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> from the conformance suite</para>
@@ -2292,7 +2292,7 @@ is simple (does not pass through the same point more than once).
                                
                                
                                <varlistentry> 
-                               <term>PolyFromText(text,[<srid>])</term> 
+                               <term>PolyFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2301,7 +2301,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>PolygonFromText(text,[<srid>])</term> 
+                               <term>PolygonFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> from the conformance suite</para>
@@ -2310,7 +2310,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>MPointFromText(text,[<srid>])</term> 
+                               <term>MPointFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2319,7 +2319,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>MLineFromText(text,[<srid>])</term> 
+                               <term>MLineFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2328,7 +2328,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>MPolyFromText(text,[<srid>])</term> 
+                               <term>MPolyFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2337,7 +2337,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>GeomCollFromText(text,[<srid>])</term> 
+                               <term>GeomCollFromText(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKT with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2346,7 +2346,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>GeomFromWKB(text,[<srid>])</term> 
+                               <term>GeomFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2354,7 +2354,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>GeometryFromWKB(text,[<srid>])</term> 
+                               <term>GeometryFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2362,7 +2362,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>PointFromWKB(text,[<srid>])</term> 
+                               <term>PointFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2371,7 +2371,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>LineFromWKB(text,[<srid>])</term> 
+                               <term>LineFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2380,7 +2380,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>LinestringFromWKB(text,[<srid>])</term> 
+                               <term>LinestringFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para>  from the conformance suite</para>
@@ -2389,7 +2389,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>PolyFromWKB(text,[<srid>])</term> 
+                               <term>PolyFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2398,7 +2398,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>PolygonFromWKB(text,[<srid>])</term> 
+                               <term>PolygonFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> from the conformance suite</para>
@@ -2407,7 +2407,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>MPointFromWKB(text,[<srid>])</term> 
+                               <term>MPointFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2416,7 +2416,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>MLineFromWKB(text,[<srid>])</term> 
+                               <term>MLineFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2425,7 +2425,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>MPolyFromWKB(text,[<srid>])</term> 
+                               <term>MPolyFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>
@@ -2434,7 +2434,7 @@ is simple (does not pass through the same point more than once).
                                </varlistentry> 
                                
                                <varlistentry> 
-                               <term>GeomCollFromWKB(text,[<srid>])</term> 
+                               <term>GeomCollFromWKB(text,[&lt;srid&gt;])</term> 
                                <listitem> 
                                        <para>Makes a Geometry from WKB with the given SRID.  If SRID is not give, it defaults to -1.</para> 
                                        <para> OGC SPEC 3.2.6.2  - option SRID is from the conformance suite</para>