[postgis-tickets] [PostGIS] #3197: SQL function for GEOSEqualsExact
PostGIS
trac at osgeo.org
Thu Jul 9 01:06:04 PDT 2015
#3197: SQL function for GEOSEqualsExact
-------------------------+----------------------------
Reporter: mwtoews | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version:
Keywords: |
-------------------------+----------------------------
This enhancement request is to add an SQL function to access
GEOSEqualsExact from the GEOS C API to find geometries that are equal, up
to a specified tolerance. A suggested prototype would be:
boolean ST_EqualsExact(geometry A, geometry B, integer tolerance
DEFAULT 6);
Although a name ST_AlmostEquals might better describe the desired
operation, since it is designed to provide equality for inexact
geometries.
External to GEOS, it is used in Shapely as
[http://toblerity.org/shapely/manual.html#object.almost_equals
object.almost_equals](other[, decimal=6])
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3197>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list