Hoppa till huvudinnehållet

How to identify if point feature is within polygon feature

Kommentarer

2 kommentarer

  • John Nerge
    Is the address from a map layer, or are you geocoding it? Either way, you could use that geometry to query your district layer. Basically, use a Query Task activity to query the layer using the geometry (and a where clause query if you're looking in a specific district), and then use either an If activity or a flowchart decision to test whether or not your resulting feature class is empty. So if your feature set variable was called resultFeatureSet, then the query to test the results would be resultFeatureSet.Features.Count() = 0
    0
  • Permanently deleted user
    John,

     

    Thanks very much. That's exactly what this novice workflow programmer needed! I've got the workflow working now.

     

    Gary
    0

Du måste logga in om du vill lämna en kommentar.