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