[postgis-tickets] [PostGIS] #2748: Deprecate all functions with underscore_names rather than CamelCase
PostGIS
trac at osgeo.org
Sun Jan 4 09:09:05 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):
Done with r13173:
- ST_length_spheroid(geometry, spheroid)
- ST_distance_spheroid(geom1 geometry, geom2 geometry,spheroid)
Left over:
- ST_distance_sphere(geom1 geometry, geom2 geometry)
- ST_3DLength_spheroid(geometry, spheroid)
- ST_length2d_spheroid(geometry, spheroid)
- ST_point_inside_circle(geometry,float8,float8,float8)
- ST_locate_between_measures(geometry, float8, float8)
- ST_locate_along_measure(geometry, float8)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2748#comment:4>
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