Reverse Geocode Activity

Description:

Performs an ArcGIS Server Reverse Geocode operation.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.AsyncCodeActivity
      Geocortex.Workflow.Activities.ReverseGeocode

Function:

This activity takes a point and returns the closest address to that point within the specified distance.

In a Workflow:

A Capture Geometry activity could retrieve a point from the user, perform a Reverse Geocode, and then use the Report activity to display a property assessment report.

Properties:

Name Description

In Arguments

Credentials

The network credentials that are sent to the host and used to authenticate the request.

Custom Parameters

Additional parameters to include in the request.

Disable Client Caching

If true, adds a timestamp parameter (_ts) to the request to prevent it from being loaded from the application's cache.

Distance

The distance in meters from the specified location within which to search for a matching address.

Geocode Service Url

The URL of the ArcGIS Server Geocode service. For example: http://server/arcgis/rest/services/<serviceName>/GeocodeServer.

Location

The point at which to search for the closest address. The location should be in the same spatial reference as that of the geocode service.

Proxy Url

The URL to proxy the request through.

Token

The token for accessing a secure ArcGIS task.

Misc

Display Name

ReverseGeocode

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

Out Arguments

Result

The address found by the reverse geocode operation.

Version Information:

Supported from: Geocortex Essentials 3.0.