Hi Ben; I was debugging a rendering problem in uDig today and isolated 
it to this SimpleFeatureType method:
>     public Object getAttribute(String name) {
>         Integer idx = index.get(name);
>         if(idx != null)
>             return getAttribute(idx);
>         else
>             return null;
>     }
The index is empty; and in fact the index could be stored at the 
FeatureType level in a user data property field (and shared between 
instances).

Is this related to the changes you were working on last week?

Jody

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to