[postgis-devel] [PostGIS] #2126: [raster] Convex hull of an empty raster

PostGIS trac at osgeo.org
Mon Dec 3 01:10:44 PST 2012


#2126: [raster] Convex hull of an empty raster
-----------------------+----------------------------------------------------
 Reporter:  dustymugs  |       Owner:  dustymugs    
     Type:  defect     |      Status:  new          
 Priority:  medium     |   Milestone:  PostGIS 2.0.3
Component:  raster     |     Version:  2.0.x        
 Keywords:             |  
-----------------------+----------------------------------------------------

Comment(by strk):

 Good question. For geometry ConvexHull(EMPTY) == EMPTY. The type of EMPTY
 (in geometry) is taken from the type of input, but I think that's pretty
 arbitrary. For Raster if you take the EMPTY path I'd use POLYGON EMPTY, as
 I think a raster's convexhull is _always_ polygonal in other cases, is
 that right ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2126#comment:2>
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