[Geotools-devel] [jira] Created: (GEOT-3064) DefaultFeatureResults may leave Feature reader open

2010-05-05 Thread Charles Ballance (JIRA)
Versions: 2.6.3, 2.6.2 Environment: win32 java1.6 Reporter: Charles Ballance Priority: Trivial org.geotools.data.DefaultFeatureResults has a side effect error when an error is raised by feature readers. It will leave open the feature reader, causing downstream, non

[Geotools-devel] [jira] Created: (GEOT-3059) Filter performance

2010-04-29 Thread Charles Ballance (JIRA)
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)

[Geotools-devel] SLD needs

2010-04-29 Thread Charles Ballance
I was wondering if anybody else fell over this. Ideally, I want to declaratively specify layer stylization. I went through the trouble of using a template SLD and programatically modifying(and its not a Raster, so no colormap). Then, I noticed the undesired visual. SLD does not have any notio

[Geotools-devel] Filter Performance

2010-04-29 Thread Charles Ballance
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 without the attached cod

Re: [Geotools-devel] Filter Performance Changes

2010-04-29 Thread Charles Ballance
Scratch AttributeExpressionImpl from the list of offenders in my last email...it's fine. -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.so

[Geotools-devel] Filter Performance changes

2010-04-29 Thread Charles Ballance
While redoing the FidFilterImpl, i noticed the common pitfall of not using Logging properly, ie., not using if( LOGGER.isLoggable(Level.FINEST) ) { do log... } For calls where one constructs the logger's arguments dynamically(most often string concatenation). This forces the jvm to do extra wo