Opened 14 years ago

Closed 14 years ago

#296 closed task (fixed)

[wktraster] Implement ST_GetBBox function for raster

Reported by: mloskot Owned by: jorgearevalo
Priority: high Milestone: WKTRaster 0.1.6
Component: raster Version: master
Keywords: Cc:

Description

Function ST_GetBBox is part of Objective 0.1.6e and shall be implemented:

ST_GetBBox(raster) -> polygon geometry

In the original presentation WKTRasterSpecifications1.0.ppt, slides 31, 32, 33 present what ST_AsPolygon(), ST_Shape(), ST_GetBBOX() and ST_Envelop() should return.

Functions ST_GetBBOX(), ST_Envelop() and ST_Shape() are necessary to implement an elementary version of ST_Intersect() and ST_AsPolygon() is necessary to implement an elementary version of ST_Intersection() returning geometries only.

We definitely need to first write the complete specs of these functions in order to agree on what they are supposed to do. Feedback welcome. Please, post your comments below.

Change History (6)

comment:1 by jorgearevalo, 14 years ago

Owner: changed from pracine to jorgearevalo

comment:2 by mloskot, 14 years ago

Summary: Implement ST_GetBBox function for raster[wktraster] Implement ST_GetBBox function for raster

comment:3 by pracine, 14 years ago

Priority: mediumhigh
Version: trunk

comment:4 by jorgearevalo, 14 years ago

Status: newassigned

comment:5 by pracine, 14 years ago

ST_GetBBox(raster) is replaced with ST_Envelope() since there is no more an equivalent ST_GetBBox function in PostGIS.

See the working specifications.

comment:6 by pracine, 14 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.