Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FindAndZoomCommandOptions

FindAndZoomCommandOptions are passed into the execution of the FindAndZoomCommand.

example



var findAndZoomCommandOptions = { featureSourceId: "http://tlbstws4.dot.state.fl.us/ArcGIS/rest/services/GEV_DMS/MapServer", featureTypeId: 'http://tlbstws4.dot.state.fl.us/ArcGIS/rest/services/GEV_DMS/MapServer/175', zoom: true, criteria: "DISTRICT='02'", resultset: false };

Hierarchy

  • FindAndZoomCommandOptions

Index

Properties

criteria

criteria: string

The criteria string property is used to specify an attribute and attribute value value to look for.

featureSourceId

featureSourceId: string

The featureSourceId string property is used to specify a FeatureSource to use.

featureTypeId

featureTypeId: string

The featureTypeId string property is used to specify a FeatureType to use.

highlight

highlight: boolean

The highlight boolean property is used to specifiy whether the view should highlight the feature after finding.

resultset

resultset: boolean

The resultset boolean property is used to specifiy whether the view should return a resultset view after finding.

zoom

zoom: boolean

The zoom boolean property is used to specifiy whether the view should zoom to feature after finding.