Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentifyOptions

IdentifyOptions defines a set of options passed into identify methods.

example



var options = { geometry: this.selectedGeometry, viewInfo: GevMapManager.currentState, visibleOnly: false, tolerance: 4, layers: [] };

Hierarchy

  • IdentifyOptions

Index

Properties

geometry

geometry: GeometryObject

The geometry property GeometryObject to identify.

layers

layers: Layer[]

The layers property is an array of Layer to be used for identify.

tolerance

tolerance: number

The tolerance property is a number used to buffer the input geometry for identify queries.

viewInfo

viewInfo: MapViewInformation

The viewInfo property MapViewInformation describes the Map view.

visibleOnly

visibleOnly: boolean

The visibleOnly boolean property dictates whether layers not visible will be queried in the identify.