[postgis-commits] svn - r3233 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Nov 3 18:19:43 PST 2008


Author: robe
Date: 2008-11-03 18:19:42 -0800 (Mon, 03 Nov 2008)
New Revision: 3233

Modified:
   trunk/doc/reference_new.xml
Log:
document circular support of more functions

Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml	2008-11-04 02:07:14 UTC (rev 3232)
+++ trunk/doc/reference_new.xml	2008-11-04 02:19:42 UTC (rev 3233)
@@ -1198,6 +1198,13 @@
           <imagedata fileref="images/check.png" />
         </imageobject>
 		</inlinemediaobject> This function supports 3d and will not drop the z-index.</para>
+		
+		<!-- Optionally mention Circular String Support -->
+	    <para><inlinemediaobject>
+	        <imageobject>
+	          <imagedata fileref="images/check.png" />
+	        </imageobject>
+	      </inlinemediaobject> This method supports Circular Strings and Curves </para>
 	  </refsection>
 	
 	  <refsection>
@@ -1233,6 +1240,9 @@
 -71.1031880899493 42.3152774590236)),
 ((-71.1043632495873 42.315113108546,-71.1043583974082 42.3151211109857,
 -71.1043443253471 42.3150676015829,-71.1043850704575 42.3150793250568,-71.1043632495873 42.315113108546)))');
+
+--3d circular string
+SELECT ST_GeomFromEWKT('CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)');
 	</programlisting>
 	  </refsection>
 	  <refsection>
@@ -1327,6 +1337,13 @@
 				</imageobject>
 			  </inlinemediaobject> This method implements the SQL/MM specification:
 			SQL-MM 3: 5.1.40</para>
+			
+			<!-- Optionally mention Circular String Support -->
+		    <para><inlinemediaobject>
+		        <imageobject>
+		          <imagedata fileref="images/check.png" />
+		        </imageobject>
+		      </inlinemediaobject> This method supports Circular Strings and Curves </para>
 		  </refsection>
 		
 		  <refsection>
@@ -1364,6 +1381,8 @@
 -71.1031880899493 42.3152774590236)),
 ((-71.1043632495873 42.315113108546,-71.1043583974082 42.3151211109857,
 -71.1043443253471 42.3150676015829,-71.1043850704575 42.3150793250568,-71.1043632495873 42.315113108546)))',4326);
+
+SELECT ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 150505,220227 150406)');
 	</programlisting>
 		  </refsection>
 		  <refsection>
@@ -5074,6 +5093,13 @@
 				  <imagedata fileref="images/check.png" />
 				</imageobject>
 			  </inlinemediaobject> This function supports 3d and will not drop the z-index.</para>
+			  
+			<!-- Optionally mention Circular String Support -->
+			<para><inlinemediaobject>
+	        <imageobject>
+	          <imagedata fileref="images/check.png" />
+	        </imageobject>
+	      </inlinemediaobject> This method supports Circular Strings and Curves </para>
 		  </refsection>
 		
 		
@@ -5088,7 +5114,15 @@
            st_asewkt
 --------------------------------
 SRID=4326;POLYGON((0 0,0 1,1 1,1 0,0 0))
-(1 row)</programlisting>
+(1 row)
+
+SELECT ST_AsEWKT('0108000080030000000000000060E30A4100000000785C0241000000000000F03F0000000018
+E20A4100000000485F024100000000000000400000000018
+E20A4100000000305C02410000000000000840')
+
+--st_asewkt---
+CIRCULARSTRING(220268 150415 1,220227 150505 2,220227 150406 3)
+</programlisting>
 		  </refsection>
 		
 		  <!-- Optionally add a "See Also" section -->



More information about the postgis-commits mailing list