Олег Ефимов 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.

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

Cheers
Andrea Aime


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

Reply via email to