[postgis-tickets] [PostGIS] #2748: Deprecate all functions with underscore_names rather than CamelCase
PostGIS
trac at osgeo.org
Mon May 26 01:31:46 PDT 2014
#2748: Deprecate all functions with underscore_names rather than CamelCase
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: 2.1.x
Keywords: |
---------------------+------------------------------------------------------
Spin-off of #1994, for those still not deprecated.
{{{
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/2748>
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