I'm not sure I'm involved with the same problem pointed out in the message
nightly SDK's don't have a working "LayerSummary"
in any case today (24 february, afternoon, in Italy) I've downloaded last trunk version (with the update command in Eclipse) but I'm still facing with errors.

- Info tool is no more able to find out information related to the current layer
- The code I'm working on is no more able to retrieve feature information
The second one is the most important for me because is blocking my work.
I've tried some debug but the relevant functions are in the GeoTools library.

I have a current layer and I need to create some rules that than I apply to features in some occasion.
For achieving this goal I follow a way that I found on the GeoTools web site:
I retrieve a FeatureSource via getResource(FeatureSource.class, null)
From there I get a FeatureCollection via getFeatures()
Then iterating on the collection with a FeatureIterator obtained from the collection via features() I should find a Feature that next I want to use for generating a Symbolizer []  but the Feature Iterator is empy has no next item.
Before updating the Udig code all was working fine.

Can someone suggest where I have to check for this problem or a different way for reaching the goal?
Thank you all very much
ivan

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to