Re: [Geotools-devel] empty test in rendere

2008-04-14 Thread Andrea Aime
Andrea Aime ha scritto: > Jody Garnett ha scritto: >> Thanks Justin; I started this test .. .and then tracked down the problem >> to the SLDFactory... >> >> Is it just me or does StyleFactory deal with SLD documents; and >> SLDFactory deal with Style objects? > > SLDFactory what I'm describing

Re: [Geotools-devel] empty test in rendere

2008-04-14 Thread Andrea Aime
Jody Garnett ha scritto: > Thanks Justin; I started this test .. .and then tracked down the problem > to the SLDFactory... > > Is it just me or does StyleFactory deal with SLD documents; and > SLDFactory deal with Style objects? SLDFactory is an object whose purpose in life is to turn jumpy SLD

Re: [Geotools-devel] empty test in rendere

2008-04-14 Thread Jody Garnett
Thanks Justin; I started this test .. .and then tracked down the problem to the SLDFactory... Is it just me or does StyleFactory deal with SLD documents; and SLDFactory deal with Style objects? Jody - This SF.net email is

[Geotools-devel] empty test in rendere

2008-04-14 Thread Justin Deoliveira
StreamingRendererTest: /** * Test the inner workings of StreamingRenderer. * * Rendering is a pretty high level concept * @author Jody */ public class StreamingRendererTest { } Checking svn log: r29920 | jgarnett