[postgis-devel] [PostGIS] #1331: [raster] Physically relevant geotransform settings
PostGIS
trac at osgeo.org
Wed Dec 7 15:26:52 PST 2011
#1331: [raster] Physically relevant geotransform settings
----------------------------+-----------------------------------------------
Reporter: bnordgren | Owner: pracine
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Raster Future
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Comment(by robe):
Bryce,
If the ST_GetGeoTransform is the only thing that will be using
geotransform, please use OUT parameters instead of a type. Types are a
real pain to add in upgrades or change in PostgreSQL. I already yelled at
other raster folks for their over love of types.
RETURNS TABLE would be fine too (probably clearer) but all the other code
uses OUT parameters so we should probably stick with that convention for
now. also the fact I don't have provision in docs for documenting RETURNS
TABLE.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1331#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-devel
mailing list