[postgis-tickets] [PostGIS] #2227: Visvalingam line generalization function
PostGIS
trac at osgeo.org
Sat Jan 10 15:45:56 PST 2015
#2227: Visvalingam line generalization function
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by nicklas):
I plan to commit code for this soon (tomorrow or next week).
The effective area is stored as M-value
The function definition is :
ST_SetEffectiveArea(geometry, float8 default 0)
Without the second parameter all points is returned.
If the second parameter is set it is used for filtering on effective area.
Only higher effective area points is building the resulting geoemtry.
The function supports 3D.
Any comments or protests?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2227#comment:3>
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