Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportFindParametersProperties

Hierarchy

  • supportFindParametersProperties

Index

Properties

Optional contains

contains: boolean

Determines whether to look for an exact match of the search text or not.

Read more...

Optional gdbVersion

gdbVersion: string

Specify the geodatabase version to search.

Read more...

Optional geometryPrecision

geometryPrecision: number

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

Read more...

Optional layerIds

layerIds: number[]

The layers to perform the find operation on.

Read more...

Optional maxAllowableOffset

maxAllowableOffset: number

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

Read more...

Optional outSpatialReference

outSpatialReference: SpatialReferenceProperties

The spatial reference of the output geometries.

Read more...

Optional returnGeometry

returnGeometry: boolean

If true, the output will include the geometry associated with each result.

Read more...

Optional searchFields

searchFields: string[]

The names of the fields of a layer to search.

Read more...

Optional searchText

searchText: string

The text that is searched across the layers and the fields as specified in the layers and searchFields properties.

Read more...

Generated using TypeDoc