Zum Hauptinhalt gehen

Query, Zoom To, and Highlight Parcels

Kommentare

3 Kommentare

  • Tom Neer

    Allison,

    I run this sequence. I have a FeatureSet (qryTwpResults) from a query. I have a sequence that unions all the results, zooms to the unioned features and sets a highlight.

    RunExternalCommand - This clears any previous markup I may have in the map

    Command Name: "ClearTemporaryMarkup"

    Command Parameter: Empty

    UnionTask - Many of my queries return mulitple township polygons, so I union them to get the entire area

    Geometry Service URL: sGeometryService //variable that contains my geometry service URL

    Token: sArcGISToken //variable that contains my token, generated earlier

    Feature Set: qryTwpResults //the featureset from the earlier query

    Result: userGeom //Geometry variable that stores the resulting unioned features

    SetMapExtent - Sets the map view to slightly larger than the features selected

    Extent:  userGeom.Extent().Expand(1.1)

    RunExternalCommand - Creates a markup on the map of selected features

    Command Name:  "HighlightEsriFeatureSet"

    Command Parameter:  qryTwpResults

     

    You can see this in action at https://maps.digitaldataservices.com/DDS/PLSSFinder/

     

     

    0
  • Permanently deleted user

    Tom,

    I was able to get my workflow working!  You're sequence helped a lot.

    Thanks again,

    Allison

    0
  • Permanently deleted user

    Tom,

    Is it possible for you to email me the xaml-file for the workflow? My email adress is sonja.aasen@skedsmo.kommune.no.

    Thanks regards,

    Sonja

    0

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