Zum Hauptinhalt gehen

Is it possible to create a multiring buffer in workflow or create a donut?

Kommentare

3 Kommentare

  • Berend Veldkamp
    The Buffer task has a Distances property (note the 's'). It's just not on the Designer surface, but rather on the Properties screen on the right. Set this value for instance to: { 100, 200, 300 }. The results will contain a buffer for each distance you provided
    0
  • Halil Siddique
    Thanks Berend, Thats done the multiple distances. what is the best way to create donuts for each of the buffers, i was hoping there would be a Clip task within the geometry service, but there isn't one.
    0
  • Berend Veldkamp
    I think you will need to use the Difference Task for every combination of two buffers. For the first pair, you could set Feature Set to New FeatureSet(graphics(0).Geometry) and Geometry to graphics(1).Geometry, where graphics contains the Buffer Task results.

     

     
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.