Skip to main content

Capture Geometry vs. Display Capture Geometry

Comments

4 comments

  • Jeff Siemens

    Hi Alex,

    I've seen lots of examples of people successfully using this activity.  How do you know that the geometry isn't being passed to the query task?  Are you sure you assigned the geometry output of the activity to a variable in your workflow?  Can you monitor your traffic to the query task?  You can use Fiddler, for example, to monitor traffic between a workflow running on the server and ArcGIS Server.  It helps to filter Fiddler traffic to only non-web-browser processes if you want to do this.

    Jeff

    0
  • Permanently deleted user

    Thank you Jeff, for the idea of using fiddler, its very helpful.

     

    I have my results from the Display Capture Geometry to a variable called geometry with a type of Geometry , made sure my variable was within my scope.

    I even added a alert box to see what I was capturing, but that never fires. Nothing fires after the drawing of the polygon.  If I delete the Display Capture Geometry activity and wire in Capture Activity

    everything starts working. Looking at the traffic with fiddler, seems that the Display Data Capture activity is waiting for something to tell it, its completed and to go on to the next step.

     

    -Alex

     

    0
  • Permanently deleted user

    I figured it out, I needed to add a button that caused validation. 

    Does anybody know if there is a way to not require a user to click a validation button to execute to the next step in the workflow?

    -Alex

    0
  • Permanently deleted user

    Hi Alex:

    We're using DisplayCaptureGeometry a couple of times and in each case there's a Next button that causes validation.  I imagine it's set up that way in case the user is not pleased with the geometry s/he drew, that way there's a way to redo it before moving on (?).  Having DisplayCaptureGeometry expanded to have an option to continue automatically once the geometry is successfully captured sounds like a nice option.  Maybe as a workaround you could configure a list box with the different geometry types as choices, then use a Flow Switch to set the geometry type of a subsequent CaptureGeometry.  It may be more bubble gum than is required though. 

    Nate

    0

Please sign in to leave a comment.