Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Getting selected items from map

>     GetSelectedFeaturesFromLayer.getSelectedFeaturesFromLayerRestrictedToFIDs(selectedLayer,
> null);
> }
>
> and there, while calling getSelectedFeaturesFromLayerRestrictedToFIDs,
> i get exception that schema is null.
> getSelectedFeaturesFromLayerRestrictedToFIDs can be found here:
> http://www.koders.com/java/fidF3B10E04E5583C0120063667A798B0E4FBC4599B.aspx?s=FeatureExportTask
>
> any ideas?

Can you step through with the debugger?
Jody


Back to the top