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

PostGIS trac at osgeo.org
Fri May 10 09:49:35 PDT 2013


#1994: 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):

 Correctly formatted now:

 {{{
     ST_Shift_Longitude(geometry)
     ST_Combine_BBox(box2d,geometry)
     ST_find_extent(text,text,text) RETURNS box2d AS
     ST_find_extent(text,text) RETURNS box2d AS
     ST_mem_size(geometry)
     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_Combine_BBox(box3d,geometry)
     ST_distance_sphere(geom1 geometry, geom2 geometry)
     ST_distance_sphere(geom1 geometry, geom2 geometry)
 }}}

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