Skip to main content

Dear Sir, Madam Is there a simple way to iterate through all XYZ-pairs of a polyline feature stored in the WF5 Get Feature Geometry Object? In advance, thankyou for your kind help Rune Bratlie

Comments

1 comment

  • Stefan Schweigert

    Hello Rune,

     

    The most straightforward method would be to use Get Feature Set Geometries to obtain the individual polylines, then depending on your use case, loop with a For Each through the features using the Get Feature Attribute Values to obtain values within the geometries, or Get Feature Geometry within a For Each loop if you are wanting to iterate only through the geometry values.

     

    Could you provide more information about what values/information you are trying to narrow down through iteration? An example JSON snippet or sample workflow, if possible, would be useful.

     

    Thanks, Stefan

    0

Please sign in to leave a comment.