FeatureSetCollections and partial selecting.
My workflow selects from multiple different layers. Is it possible to select/star from some of the layers but not others, while still showing all layers in the ResultsView?
---
If i maintain one FeatureSetCollection and "CopyToDefaultCollectionById" then all items are selected...
If i maintain two FetaureSetCollections and use the CopyToDefaultCollectionById on the first, and AppendToDefaultCollection on the second, I can get the selection i desire, but i only get the second set of layers in the results view. The Starred items are no longer in the Results pane. I would like all layers in the Results view, but only 'Select/Star' one or more layers.
Anyone have a better handle on how this selection process works?
-
My answer to this was:
- SelectFeatures of the FeatureSets i wanted to be selected and star'd/highlighted (all under the same FeatureSetCollection name = 'myCollection')
- Run External Command activity with "CopyToDefaultCollectionById" , 'myCollection'
- SelectFeatures of the FeatureSets that i only wanted selected (not star'd/highlighted) again with same FSC_ID 'myCollection'
- Run External Command activity with "AppendToDefaultCollection" , 'myCollection'
This gave me the results i desired, wasn't documented that i could find, just trial and error and got lucky. This works in Silverlight Viewer, HTML5 Viewer doesn't have 'highlighted/starred' features yet as far as I know...
0
Please sign in to leave a comment.
Comments
1 comment