Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportIdentifyParameters

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

dpi

dpi: number

Resolution of the current map view in dots per inch.

Read more...

gdbVersion

gdbVersion: string

Specify the geodatabase version to search.

Read more...

geometry

geometry: Geometry

The geometry used to select features during the Identify operation.

Read more...

geometryPrecision

geometryPrecision: number

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

Read more...

height

height: number

Height of the View in pixels.

Read more...

initialized

initialized: boolean

layerIds

layerIds: number[]

The layers on which to perform the identify operation.

Read more...

layerOption

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

Specifies which layers to use when using Identify.

Read more...

mapExtent

mapExtent: Extent

The Extent or bounding box of the current map view.

Read more...

maxAllowableOffset

maxAllowableOffset: number

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

Read more...

returnFieldName

returnFieldName: boolean

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

Read more...

returnGeometry

returnGeometry: boolean

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

Read more...

returnM

returnM: boolean

When true, indicates that M values will be returned.

Read more...

returnUnformattedValues

returnUnformattedValues: boolean

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

Read more...

returnZ

returnZ: boolean

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

Read more...

spatialReference

spatialReference: SpatialReference

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

Read more...

tolerance

tolerance: number

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

Read more...

width

width: number

Width of the current map view in pixels.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportIdentifyParameters

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportIdentifyParameters

  • Parameters

    Returns supportIdentifyParameters

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc