[postgis-devel] [PostGIS] #1053: Make transformation and projection cache API available.
PostGIS
trac at osgeo.org
Wed Jun 22 14:00:55 PDT 2011
#1053: Make transformation and projection cache API available.
-------------------------+--------------------------------------------------
Reporter: bnordgren | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: 1.5.X
Keywords: |
-------------------------+--------------------------------------------------
Attached patch divides the projection cache API into internal and external
pieces. The external piece uses an opaque type and wraps the internal
type, performing the appropriate casts. The internal piece has been
explicitly made static (it could not be used outside the file in which it
was defined due to the function signatures containing structs also defined
in that *.c file.)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1053>
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-devel
mailing list