Ticket #63: maxdist_doc.patch
| File maxdist_doc.patch, 0.9 KB (added by nicklas, 3 years ago) |
|---|
-
reference.xml
10519 10519 <title>Description</title> 10520 10520 10521 10521 <para>Returns the 2-dimensional maximum cartesian distance between two linestrings in 10522 projected units.</para> 10522 projected units. If g1 and g2 is the same geometry the function will return the distance between 10523 the two vertices most far from eachother in that geometry.</para> 10523 10524 10524 10525 </refsection> 10525 10526 10526 10527 <refsection> 10527 10528 <title>Examples</title> 10528 10529 10529 <programlisting>--ALL EXAMPLES current throw NOT YET IMPLEMENTED</programlisting> 10530 <programlisting>postgis=# SELECT ST_Max_Distance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry); 10531 st_max_distance 10532 ----------------- 10533 2 10534 (1 row)</programlisting> 10530 10535 </refsection> 10531 10536 10532 10537 <refsection>
