Changes between Initial Version and Version 1 of Ticket #840, comment 3


Ignore:
Timestamp:
Aug 29, 2017, 11:38:50 AM (7 years ago)
Author:
mloskot

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #840, comment 3

    initial v1  
    1 FWIW, `ST_PointOnSurface` returns **an arbitrary point**. The only guarantee is that such point is located inside interior of a geometry.
     1FWIW, `ST_PointOnSurface` returns **an arbitrary point**.
     2The only guarantee is that such point is located inside interior of a geometry, no more.
    23Subsequent calls of `ST_PointOnSurface` for the same geometry might possibly return different points (all inside the interior, of course).