Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Reviewing ISearch

In conversation with Levi and Scott the ISearch.search( String, Envelope, IProgressMonitor ) method is returning too much stuff for an AddLayer wizard to function. Indeed we want it just to return a list of IGeoResources.

We are proposing:

List<T> search( String search, BoundingBox bbox, Class<T> type, IProgressMonitor monitor );

This will be tacked onto the following RFC:
- http://udig.refractions.net/confluence/display/UDIG/AddLayer+Wizard+Improvements

-- 
Jody Garnett


Back to the top