Allow imagemosaic to perform full native resolution extractions out of massive 
mosaics
--------------------------------------------------------------------------------------

                 Key: GEOT-3363
                 URL: http://jira.codehaus.org/browse/GEOT-3363
             Project: GeoTools
          Issue Type: Improvement
          Components: gc imagemosaic
    Affects Versions: 2.7-M5
            Reporter: Andrea Aime
             Fix For: 2.7-beta1


At the time of writing that does not work properly because a ROIShape is 
generated that is as big as the mosaic.
The mosaic code in turn calls ROIShape.getAsImage and a binary image as big as 
the mosaic is generated, resulting in an out of memory.

The attached patch leverages jaitools ROIGeometry instead, which provides a 
scalabel getAsImage() method via the jaitools VectorBinarize operation (a 
sourceless operation that binarizes the geometry tile by tile on demand)

This still requires some work, but a review would be good nonetheless

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to