Skip to main content

Combine 3x FeatureSets

Comments

8 comments

  • Permanently deleted user

    Hi Walter

    are the 3 Featuresets equivalent as far as fieldnames etc?

    Do you only care about the geometries?

    Regards

    Ralph

    0
  • Permanently deleted user

    Ralph, thanks for your response.

    All three are polygons with the same field names. I have a parallel activity where I query each of the three types, but need to combine

    the resultant geometry together before I display the extent of the query.

    Walter

    0
  • Nico Burgerhart

    What about a GetGeometries activity to get a list of geometries in eacht feature set, and use the LINQ Concat method to combine the lists?

    0
  • Permanently deleted user

    Nico,

    Do you have a sample syntax for the Linq concatenate line to combine the geometry lists together?

    Walter

    0
  • Permanently deleted user

    Thank you Nico & Ralph,

    Your workflows were paramount in solving the merging of several featuresets together.

    Truly appreciate your assistance.

    Walter

    0
  • Permanently deleted user

    With your help, I have been able to assemble the three featuresets together. But now the problem is that in order to display

    the results with the "SelectFeatures" activity, I need to supply the layer id and layer name, but the sources of the featuresets come from two different layer id's.

    So how would you display the grouped featuresets coming from two different layer id's?

    Walter

     

    0
  • Permanently deleted user

    Solved displaying the results.

    Thanks for everyone's help.

    Walter

    0
  • Permanently deleted user
    Walter,

     

    I'm working on similar kind of workflow.how u manage to combine featuresets that comes from different layer id's.can u post a reference workflow that will help me to understand.

     

    Thanks,
    0

Please sign in to leave a comment.