Aller au contenu principal

Buffer Feature Sets / Multiple Geometries

Terminée

Commentaires

3 commentaires

  • Ken Lyon

    Both the Buffer Geometry and Buffer Geometry (server) activities can accept an array of esri.Geometry objects in the "Geometry" input, so you should be able to do what you want there.

    0
  • Sean McClurkan

    But to get the "array of esri.Geometry objects" from the FeatureSet, you still have to do a ForEach loop through all of the features, since the FeatureSet.Features does not have a geometry to grab. You can only get FeatureSet.Features[N].geometry - that is, one feature at a time.

    Unless I'm missing something. I'd be happy to be wrong!

    0
  • Hlynur Ingólfsson

    Hello, I'm dealing with the same problem. That is that even if I pick multiple features to buffer only a single buffer gets rendered. I tried to to do some “For Each” tricks there but couldnt figure out how to set it up, do you guys have any examples on how to accomplish this (that is how the For each should be set up)?

    0

Vous devez vous connecter pour laisser un commentaire.