Details
-
Type:
Improvement
-
Status:
Analysis
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.M0
-
Fix Version/s: UDIG 1.4.1
-
Component/s: framework
-
Labels:None
Description
ShowViewInterceptor is used to watch the blackboard and styleblackboard for a Filter; if found the filter is used to "intercept" FeatureSource requests and use DataStore.getView instead; resulting in a read-only FeatureSource that can only find content that passes the filter.
In uDig if someone is specifically asking for a FeatureStore it would be good to have it follow the same convention; we would have to write
a FeatureStoreWrapper - but it can be done.