Filter performance
------------------

                 Key: GEOT-3059
                 URL: http://jira.codehaus.org/browse/GEOT-3059
             Project: GeoTools
          Issue Type: Bug
          Components: core filter
    Affects Versions: 2.6.3, 2.6.2
         Environment: winxp jre1.6
            Reporter: Charles Ballance
            Priority: Minor
         Attachments: org.geotools.filter.zip

I'm working on making a Swing application w/geotools.  As such, I am running
across various performance issues.
I am dynamically updating a layer's features(coloring features) and cannot 
iterate over the
FeatureSource's FeatureCollection when applying the filter for Set<FeatureId> 
without the
attached code. While fixing, noticed improper usage of LOGGING.
Must use:
if( LOGGING.isLoggable(Level.<whatever>) {
LOGGING.F();
}
attached filters have the issue...

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

        

------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to