[Geotools-devel] StreamingRenderer - ScaleBar

2007-03-13 Thread Debasish Sahu
Hi, Can some please provide me a sample code to create a ScaleBar as in MapServer using StreamingRender. -- Thanks and Warm Regards Debasish Sahu - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's T

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-13 Thread Martin Desruisseaux
Jesse Eichar a écrit : > From what I understand they aren't currently singletons but we want > them to be isn't that more correct? RegistryFactory are not currently singleton. We may want them to be, this is one possible approach but not the only one. > So my question is where to go from here

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-13 Thread Martin Desruisseaux
Jody Garnett a écrit : > So here is what we need to do: > - We need to make sure all the FactoryFinders use the same FactoryRegistry If global 'addFactoryIterator' is the only rational, a singleton FactoryRegistry is one possible approach but is not required. The list of FactoryIterator don't n

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-13 Thread Jody Garnett
Jesse Eichar wrote: > From what I understand they aren't currently singletons but we want > them to be isn't that more correct? Well I don't always get what I want ... FactoryRegistry is held as a singleton by a couple FactoryFinder classes (RefereningFactoryFinder has one, and CommonFactoryFinde

Re: [Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-13 Thread Jesse Eichar
On 13-Mar-07, at 11:21 AM, Jody Garnett wrote: > Hi guys, I posted a productive IRC chat with martin on the wiki: > - > http://docs.codehaus.org/display/GEOTOOLS/2007/03/12/FactoryFinder > +IRC+Breakout > > Here is where I ended up: > - FactoryRegistry is *the* GeoTools singleton (this is what J

Re: [Geotools-devel] Demo is flakey

2007-03-13 Thread Cory Horner
Adrian Custer wrote: > I should be taking care of this but need one of you to do so. The fix > should be either: > > *a Fix the issue > *b Remove from the build > > depending on how much time anyone has. I hope to get at this in the next > few weeks. No worries. I've applied a f

[Geotools-devel] GeoTools singleton, FactoryRegistry

2007-03-13 Thread Jody Garnett
Hi guys, I posted a productive IRC chat with martin on the wiki: - http://docs.codehaus.org/display/GEOTOOLS/2007/03/12/FactoryFinder+IRC+Breakout Here is where I ended up: - FactoryRegistry is *the* GeoTools singleton (this is what Jesse needs to add FactoryIterators to in order to make GeoTool

[Geotools-devel] AttributeType patch - reviewed

2007-03-13 Thread Jody Garnett
Hi Andrea - thanks for the patch. I found a couple spots you missed (where minOccurs was still 1); and will commit soon after the tests pass. For the future changes on trunk need to be punted out to javadocs; I updated them for you this time as part of my review. Cheers, Jody > Thanks Justin:

Re: [Geotools-devel] Demo is flakey

2007-03-13 Thread Adrian Custer
Hey all, I should be taking care of this but need one of you to do so. The fix should be either: *a Fix the issue *b Remove from the build depending on how much time anyone has. I hope to get at this in the next few weeks. --adrian On Mon, 2007-03-12 at 12:51 -0700, Cor

[Geotools-devel] [jira] Created: (GEOT-1196) AttributeType min occurs should depend from nullability in the current feature model

2007-03-13 Thread Andrea Aime (JIRA)
AttributeType min occurs should depend from nullability in the current feature model Key: GEOT-1196 URL: http://jira.codehaus.org/browse/GEOT-1196 Project: GeoTools