GeoprocessingFeatures

constructor()

Create a geoprocessing features parameter.

Since

200.1.0


constructor(featureSet: FeatureSet)

Create a geoprocessing features parameter with an input com.arcgismaps.data.FeatureSet.

Since

200.1.0

Parameters

featureSet

An element that contains a type implementing the com.arcgismaps.data.FeatureSet.


constructor(url: String)

Create a geoprocessing features parameter with a URL for the service to retrieve a feature set for input.

Since

200.1.0

Parameters

url

A URL to a feature set.