GPX To FeatureSet Activity

Description:

Converts a GPX file to an ArcGIS FeatureSet.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      Geocortex.Workflow.Activities.GpxToFeatureSet

Function:

This activity allows you to create a FeatureSet using the waypoints, routes and tracks records of a GPX file.

In a Workflow:

You would use this activity to convert a GPX file to a FeaturesSet so that it can then be passed as an input argument into another activity, such as Select Features or Update Graphics Layer.

Properties:

Name Description

In Arguments

GPX File

The GPX file byte data.

Misc

Display Name

GpxToFeatureSet

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

Metadata

The metadata properties of the GPX file.

Routes

An ArcGIS FeatureSet containing the routes of the GPX file.

Tracks

An ArcGIS FeatureSet containing the tracks of the GPX file.

Waypoints

An ArcGIS FeatureSet containing the waypoints of the GPX file.

Version Information:

Supported from: Geocortex Essentials 4.4.