From: Kevin Neufeld Date: Wed, 23 Jul 2008 17:13:08 +0000 (+0000) Subject: added some xreferences so the autobuild process does not throw errors. X-Git-Tag: 1.4.0b1~820 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9547b3a5e0dafb1b31c72a0a71e6a53034c6442;p=postgis added some xreferences so the autobuild process does not throw errors. git-svn-id: http://svn.osgeo.org/postgis/trunk@2880 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index a14755022..98ea670dd 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -380,7 +380,7 @@ Geometry Accessors - + ST_SRID(geometry) @@ -658,7 +658,7 @@ GROUP BY gid, field1,field2; Geometry Constructors - + ST_GeomFromText(text) ST_GeomFromText(text,srid integer) @@ -1454,7 +1454,7 @@ GROUP BY gid, field1,field2; Geometry Constructors - + ST_GeomFromEWKT(text) @@ -1462,7 +1462,7 @@ GROUP BY gid, field1,field2; - + ST_GeomFromEWKB(bytea) @@ -1544,7 +1544,7 @@ GROUP BY gid, field1,field2; into Geometry Collections. Unfortunately geometry collections are not well-supported by GIS tools. To prevent ST_Collect from returning a Geometry Collection when collecting MULTI geometries, - one can use the below trick that utilizes ST_Dump to expand the + one can use the below trick that utilizes to expand the MULTIs out to singles and then regroup them. @@ -1569,7 +1569,7 @@ GROUP BY stusps - + ST_Dump(geometry) @@ -1878,7 +1878,7 @@ z' = z This method is a subcase of the 3D method - + ST_LineMerge(geometry) @@ -2192,7 +2192,7 @@ WHERE n*100.00/length < 1; - + ST_Accum(geometry set) @@ -2504,7 +2504,7 @@ WHERE n*100.00/length < 1; - + ST_IsClosed diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 243867420..87fa8dd60 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -432,9 +432,9 @@ Check constraints: Throws an error if WKT is not a MULTILINESTRING. Forces MULTIPOLYGON output even when result is really only composed by a single POLYGON; use BdPolyFromText if you're sure a + linkend="ST_BdPolyFromText">ST_BdPolyFromText if you're sure a single POLYGON will result from operation, or see BuildArea() for a postgis-specific + linkend="ST_BuildArea">ST_BuildArea() for a postgis-specific approach. @@ -615,7 +615,7 @@ SELECT userpoints.id, ST_MakeLine(startpoint, endpoint) As drawn_line holes. You can construct a geometry array using ST_Accum or the PostgreSQL ARRAY[] and ARRAY() constructs. Input geometries must be closed LINESTRINGS. - This function will not accept a MULTILINESTRING. Use ST_LineMerge or ST_Dump to generate line strings. + This function will not accept a MULTILINESTRING. Use or to generate line strings. @@ -684,7 +684,7 @@ FROM See Also - , , , , + , , , , @@ -1411,7 +1411,7 @@ CREATE INDEX idx_the_geom_26986_parcels WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport. - ST_AsEWKT is the reverse of ST_GeomFromEWKT. Use ST_GeomFromEWKT to convert to a postgis geometry from ST_AsEWKT representation. + ST_AsEWKT is the reverse of . Use to convert to a postgis geometry from ST_AsEWKT representation. @@ -1458,13 +1458,13 @@ SRID=4326;POLYGON((0 0,0 1,1 1,1 0,0 0)) The WKT spec does not include the SRID. To get the SRID as part of the data, use the non-standard - PostGIS ST_AsEWKT() + PostGIS WKT format does not maintain precision so to prevent floating truncation, use ST_AsBinary or ST_AsEWKB format for transport. - ST_AsText is the reverse of ST_GeomFromText. Use ST_GeomFromText to convert to a postgis geometry from ST_AsText representation. + ST_AsText is the reverse of . Use to convert to a postgis geometry from ST_AsText representation.