[postgis-tickets] [PostGIS] #1994: Deprecate all functions with underscore_names rather than CamelCase
PostGIS
trac at osgeo.org
Wed Mar 20 10:44:56 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.1.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
r11190 deprecates ST_Line_Interpolate_Point, ST_Line_Substring and
ST_Line_Locate_Point.
r11191 adds an actual deprecation warning for these and for
ST_Estimated_Extent.
Leftovers:
- 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_force_2d(geometry)
- ST_force_3dz(geometry)
- ST_force_3d(geometry)
- ST_force_3dm(geometry)
- ST_force_4d(geometry)
- ST_force_collection(geometry)
- 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:5>
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