Shapefile rendering feature building efficiency can be improved
---------------------------------------------------------------

                 Key: GEOT-1968
                 URL: http://jira.codehaus.org/browse/GEOT-1968
             Project: GeoTools
          Issue Type: Improvement
          Components: ext shapefilerender
    Affects Versions: 2.5-RC0
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.5.0, 2.6-M0


Shapefile renderer builds feaetures using the static methods of 
SimpleFeatureBuidler, meaning there is an unecessary allocation of a attribute 
array and a SimpleFeatureBuilder object, plus a SPI scan for the default 
feature factory, at each feature built. This is less than ideal, should be 
fixed by creating a single, reused SimpleFeatureBuilder out of the feature 
"loadi and render" loop.

-- 
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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to