[postgis-tickets] [PostGIS] #3366: Provide mechanism in liblwgeom to iterate over all points in a geometry

PostGIS trac at osgeo.org
Tue Nov 10 09:39:28 PST 2015


#3366: Provide mechanism in liblwgeom to iterate over all points in a geometry
--------------------------+---------------------------
  Reporter:  dbaston      |      Owner:  dbaston
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 2.3.0
 Component:  postgis      |    Version:  trunk
Resolution:               |   Keywords:
--------------------------+---------------------------

Comment (by dbaston):

 We only need one version of the iterator, but we could have multiple
 versions of these two functions:
 {{{
 int lwiterator_next(LWITERATOR* s, POINT4D* p);
 int lwiterator_peek(LWITERATOR* s, POINT4D* p);
 }}}

 Or we could (as I've done so far) provide only 4D points, and let the user
 convert them as they wish.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3366#comment:6>
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