[postgis-tickets] [PostGIS] #2167: ST_LineInterpolatePoint(geography)

PostGIS trac at osgeo.org
Wed Jan 9 09:57:25 PST 2013


#2167: ST_LineInterpolatePoint(geography)
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  pramsey       
     Type:  enhancement  |      Status:  new           
 Priority:  medium       |   Milestone:  PostGIS Future
Component:  postgis      |     Version:  trunk         
 Keywords:               |  
-------------------------+--------------------------------------------------
 .. probably not before renaming ST_Line_Interpolate_Point to
 ST_LineInterpolatePoint ..

 The function will be useful to interpolate along a great circle arc.

 {{{
 < pramsey> interpolate point along circle you'll have to do using a
 project
 < pramsey> not using the trick from segmentize
 < pramsey> the segmentize trick is faster, but it's not linearly
 proportional
 < pramsey> lwgeom_project_spheroid
 < pramsey> lwgeom_azumith_spheroid
 < pramsey> lwgeom_distance_spheroid
 < pramsey> probably the primitives you'll need
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2167>
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