Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeoprocessorProperties

Hierarchy

Index

Properties

Optional outSpatialReference

outSpatialReference: SpatialReferenceProperties

The spatial reference of the output geometries.

Read more...

Optional processExtent

processExtent: ExtentProperties

ProcessExtent, if specified, will only process features that overlap this extent.

Read more...

Optional processSpatialReference

processSpatialReference: SpatialReferenceProperties

The spatial reference that the model will use to perform geometry operations.

Read more...

Optional requestOptions

requestOptions: any

The options to be used for data requests.

Read more...

Optional returnM

returnM: boolean

If true, m-values will be included in the results if the features have m-values.

Read more...

Optional returnZ

returnZ: boolean

If true, z-values will be included in the results if the features have z-values.

Read more...

Optional url

url: string

The ArcGIS Server REST service URL (usually of a Feature Service Layer or Map Service Layer) for use in a task.

Read more...

Generated using TypeDoc