Andrea Aime wrote:
> Олег Ефимов ha scritto:
>>> Hi Arturo,
>>>
>>> The StyledMapPane has been in the migrate package for two major 
>>> releases now and is being put out to pasture.
>>> IanT has offered to help construct a new one based on the streaming 
>>> renderer(s) (used by uDig and GeoServer).
>>>
>>> The StyledMapPane will come back when its module maintainer has 
>>> ported it to "Go-1" interfaces, we have not
>>> removed the code from the repository - just from releases as we 
>>> really cannot continue to support it.
>>>
>>> At a technical level it makes use of some very old CRS and has not 
>>> been "ported" to the GeoAPI CoordinateReferneceSystem
>>> classes.
>>>
>>> Jody
>>
>> 1. Is it only my impression, or StreamingRenderer is slower than 
>> StyledMapRenderer?
>
> It depends on how you make it work. If you are running against a 
> datastore directly, yes,
> because it streams, but if you preload stuff into a memory data store 
> (so that everything
> stays in memory as with StyledMapRenderer), it will only be slightly 
> slower.
> In fact, I made it go faster in the past using a modification of the 
> memory
> data store that used spatial indexes to answer bbox queries.

Hey Andrea, I would like to grab your modified memory datastore to use 
as a teaching tool for the
FM branch.

I need to communicate the three FeatureCollection implementations needed 
for a DataStore implementation
to rock, and having any kind of index is one of the ways to do this :-)
>> 2. If StyledMapPane isn't valid in fact anymore, than the whole 
>> GeoTools package doesn't have full-fledged Swing component to use for 
>> map visualization at the moment?
> Indeed... no one managed to build a replacement
Yeah, sorry for the narrowing of scope my friend. If you want to grab 
some volunteers we can set something up again, right now we are trying 
to grab the developers in from some RnD branches so we have more people 
to help.

Jesse did make a test example of a Swing panel hooked up with the 
steaming renderer. Perhaps this would serve as a good demo or starting 
point.

Jody



_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to