[postgis-tickets] [PostGIS] #2748: Deprecate all functions with underscore_names rather than CamelCase

PostGIS trac at osgeo.org
Sun Jan 4 08:43:49 PST 2015


#2748: Deprecate all functions with underscore_names rather than CamelCase
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  task     |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.2.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 These are deprecated with r13172:

     ST_Shift_Longitude(geometry)
     ST_Combine_BBox(box2d,geometry)
     ST_Combine_BBox(box3d,geometry)
     ST_find_extent(text,text,text) RETURNS box2d AS
     ST_find_extent(text,text) RETURNS box2d AS


 Already deprecated with r12629 (2.2.0dev):

     ST_mem_size(geometry)

 Left over:


     ST_3DLength_spheroid(geometry, spheroid)
     ST_length_spheroid(geometry, spheroid)
     ST_length2d_spheroid(geometry, spheroid)
     ST_distance_spheroid(geom1 geometry, geom2 geometry,spheroid)
     ST_point_inside_circle(geometry,float8,float8,float8)
     ST_locate_between_measures(geometry, float8, float8)
     ST_locate_along_measure(geometry, float8)
     ST_distance_sphere(geom1 geometry, geom2 geometry)
     ST_distance_sphere(geom1 geometry, geom2 geometry)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2748#comment:2>
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