Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Filtered layer

jeichar@xxxxxxxxxxxxxxx wrote:
The most obvious way to do this is to create a FilteringService and as children it would have FilteringGeoResources. When a resolve(FeatureSource.class) method is called on the FilteringGeoResource it would return a FilteringFeatureSource.
It is easier then that DataStore.getView( Query ) should return you a FeatureSource filtered according to the Query. Did you want to have this new layer always track the selection of the original layer?

Jody


Back to the top