I assume you mean decreasing :-) One thing we do in uDig is to use multiple streaming renderers in different threads and merge the results using a composition step. We also organize the threads into thread groups so only two file based rendering threads are going at once, and as many database or wms rendering threads as we can stand. For shapefile specifically we used a version of streaming renderer (that is in geotools) that is optimized as all get out...
Remember that streaming rendering is just a tool, how you use that tool will make the difference for your application. Jody > Hi, > does anyone have any suggestions for increasing the rendering time for > StreamingRenderer? (Other than setting the renderer hint > optimizedDataLoadingEnabled to true). > > Thanks, > Joel > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
