Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentifyParametersProperties

Hierarchy

  • IdentifyParametersProperties

Index

Properties

Optional dpi

dpi: number

Resolution of the current map view in dots per inch.

Read more...

Optional gdbVersion

gdbVersion: string

Specify the geodatabase version to search.

Read more...

Optional geometry

The geometry used to select features during the Identify operation.

Read more...

Optional geometryPrecision

geometryPrecision: number

Specify the number of decimal places for the geometries returned by the task.

Read more...

Optional height

height: number

Height of the View in pixels.

Read more...

Optional layerIds

layerIds: number[]

The layers on which to perform the identify operation.

Read more...

Optional layerOption

layerOption: "all" | "visible" | "top"

Specifies which layers to use when using Identify.

Read more...

Optional mapExtent

mapExtent: ExtentProperties

The Extent or bounding box of the current map view.

Read more...

Optional maxAllowableOffset

maxAllowableOffset: number

The maximum allowable offset used for generalizing geometries returned by the identify operation.

Read more...

Optional returnFieldName

returnFieldName: boolean

If true, field names will be returned instead of field aliases.

Read more...

Optional returnGeometry

returnGeometry: boolean

If true, the result set includes the geometry associated with each result.

Read more...

Optional returnM

returnM: boolean

When true, indicates that M values will be returned.

Read more...

Optional returnUnformattedValues

returnUnformattedValues: boolean

If true, the values in the result will not be formatted i.e.

Read more...

Optional returnZ

returnZ: boolean

When true, indicates that z-values will be returned.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the input and output geometries as well as of the mapExtent.

Read more...

Optional tolerance

tolerance: number

The distance in screen pixels from the specified geometry within which the identify should be performed.

Read more...

Optional width

width: number

Width of the current map view in pixels.

Read more...

Generated using TypeDoc