Description
FeatureSet to KML converts an array of Esri FeatureSets into a KML Blob object. This activity supports point, polyline, and polygon geometry types.
Offline Support
Supported. Please contact us directly to license for offline support and installation instructions.
Example Workflow and Output Files
-
- In Workflow Designer, click File in the sidebar
- Click Open by URL and paste in the following url:
https://www.arcgis.com/home/item.html?id=fecd04e1d02e4a7fa291f98563159abb
- To Save, click File in the Workflow Designer sidebar, and click Save.
Inputs
FeatureSet Array
Required
Type: Object[]
Object Type: esri.FeatureSet
An array of Esri FeatureSets to convert to a KML. Supported geometry types are Point, Polygon, Polyline.
FeatureSet Name Array
Optional
Type: String[]
An array of strings that provides names for the associated input FeatureSet array. The string at index “0” will be used for naming the FeatureSet at index “0” etc.
Feature Collection Name
Required
Type: String
The name for the feature collection.
JSON Symbology Array
Optional
Type: Object
An array of symbols in Esri JSON format.
Esri Symbology Array
Optional
Type: Object
An array of symbols in Esri Symbol Object format.
Outputs
Result
Type: Object
Properties:
- success: Type:
Boolean
data: Type:
Blob
- error: Type:
String
A response object that contains a success value, the file blob (on success) or an error message (on error).
Properties
ID
Optional
The activity’s ID, which is used in other activities to access the activity’s output. The ID must be unique across the entire workflow and it’s subworkflows – two activities cannot have the same ID.
You might want to change the ID to shorten it. Shorter IDs make expressions more compact.
Display Name
Optional
The activity’s name in Workflow Designer. The display name appears at the top of the activity on the design surface. The default display name for this activity is FeatureSet to KML.
You might want to change the display name to a name that describes what the activity does in the context of your workflow. Description names make workflows easier to understand and maintain.
Description
Optional
A description of what the activity does. The description appears below the activity’s display name.
Use the description to record what the activity does in the context of the workflow. Descriptions make workflows easier to understand and maintain.