From: Paul Ramsey Date: Mon, 18 Aug 2003 19:45:20 +0000 (+0000) Subject: Replace <> with proper entities in Dave's new function entries X-Git-Tag: pgis_0_8_0~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3604edebce978dd21098a369c407801b8f7ef38;p=postgis Replace <> with proper entities in Dave's new function entries git-svn-id: http://svn.osgeo.org/postgis/trunk@292 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/postgis.xml b/doc/postgis.xml index 1464d4179..2496a895d 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -2246,7 +2246,7 @@ is simple (does not pass through the same point more than once). - GeomFromText(text,[]) + GeomFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2255,7 +2255,7 @@ is simple (does not pass through the same point more than once). - GeometryFromText(text,[]) + GeometryFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2264,7 +2264,7 @@ is simple (does not pass through the same point more than once). - PointFromText(text,[]) + PointFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2273,7 +2273,7 @@ is simple (does not pass through the same point more than once). - LineFromText(text,[]) + LineFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2282,7 +2282,7 @@ is simple (does not pass through the same point more than once). - LinestringFromText(text,[]) + LinestringFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. from the conformance suite @@ -2292,7 +2292,7 @@ is simple (does not pass through the same point more than once). - PolyFromText(text,[]) + PolyFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2301,7 +2301,7 @@ is simple (does not pass through the same point more than once). - PolygonFromText(text,[]) + PolygonFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. from the conformance suite @@ -2310,7 +2310,7 @@ is simple (does not pass through the same point more than once). - MPointFromText(text,[]) + MPointFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2319,7 +2319,7 @@ is simple (does not pass through the same point more than once). - MLineFromText(text,[]) + MLineFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2328,7 +2328,7 @@ is simple (does not pass through the same point more than once). - MPolyFromText(text,[]) + MPolyFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2337,7 +2337,7 @@ is simple (does not pass through the same point more than once). - GeomCollFromText(text,[]) + GeomCollFromText(text,[<srid>]) Makes a Geometry from WKT with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2346,7 +2346,7 @@ is simple (does not pass through the same point more than once). - GeomFromWKB(text,[]) + GeomFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2354,7 +2354,7 @@ is simple (does not pass through the same point more than once). - GeometryFromWKB(text,[]) + GeometryFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2362,7 +2362,7 @@ is simple (does not pass through the same point more than once). - PointFromWKB(text,[]) + PointFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2371,7 +2371,7 @@ is simple (does not pass through the same point more than once). - LineFromWKB(text,[]) + LineFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2380,7 +2380,7 @@ is simple (does not pass through the same point more than once). - LinestringFromWKB(text,[]) + LinestringFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. from the conformance suite @@ -2389,7 +2389,7 @@ is simple (does not pass through the same point more than once). - PolyFromWKB(text,[]) + PolyFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2398,7 +2398,7 @@ is simple (does not pass through the same point more than once). - PolygonFromWKB(text,[]) + PolygonFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. from the conformance suite @@ -2407,7 +2407,7 @@ is simple (does not pass through the same point more than once). - MPointFromWKB(text,[]) + MPointFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2416,7 +2416,7 @@ is simple (does not pass through the same point more than once). - MLineFromWKB(text,[]) + MLineFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2425,7 +2425,7 @@ is simple (does not pass through the same point more than once). - MPolyFromWKB(text,[]) + MPolyFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite @@ -2434,7 +2434,7 @@ is simple (does not pass through the same point more than once). - GeomCollFromWKB(text,[]) + GeomCollFromWKB(text,[<srid>]) Makes a Geometry from WKB with the given SRID. If SRID is not give, it defaults to -1. OGC SPEC 3.2.6.2 - option SRID is from the conformance suite