Opened 15 years ago
Closed 15 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 , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Summary: | Implement ST_GetBBox function for raster → [wktraster] Implement ST_GetBBox function for raster |
---|
comment:3 by , 15 years ago
Priority: | medium → high |
---|---|
Version: | → trunk |
comment:4 by , 15 years ago
Status: | new → assigned |
---|
comment:5 by , 15 years ago
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
ST_GetBBox(raster) is replaced with ST_Envelope() since there is no more an equivalent ST_GetBBox function in PostGIS.
See the working specifications.