Quick question for you about the LabelCache.orderedLabels() method ... 
right now it returns a List

But we have two implementations:
- LabelCacheImpl.orderedLabels() returns a list of 
org.geotools.renderer.label.LabelCacheItem
- LabelCacheDefault.orderedLabels() returns a list of 
org.geotools.renderer.lite.LabelCacheItem which is deprecated

The deprecation for org.geotools.renderer.lite.LabelCacheItem asks me to 
use LabelCacheItem (I assume the order one) along with LabelCacheImpl.

So is this a migration in process or should I just So is this some work 
that is in the middle of being worked on ... or is it something I can 
clean up.

Jody

Jody Garnett wrote:
> Cool I had come to a similar conclusion after going over a the old 
> label code; I have a copy of the old label code
> with all the generic warnings fixed up that I can commit.
>> So you just have to add a method to the interface, implement it in 
>> LabelCacheImpl and in the synchornized wrapper
> I will have a look next break I get. Thanks for committing this work 
> Andrea.
>
> Jody


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

Reply via email to