Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportFindParameters

Hierarchy

Index

Properties

contains

contains: boolean

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

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

gdbVersion

gdbVersion: string

Specify the geodatabase version to search.

Read more...

geometryPrecision

geometryPrecision: number

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

Read more...

initialized

initialized: boolean

layerIds

layerIds: number[]

The layers to perform the find operation on.

Read more...

maxAllowableOffset

maxAllowableOffset: number

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

Read more...

outSpatialReference

outSpatialReference: SpatialReference

The spatial reference of the output geometries.

Read more...

returnGeometry

returnGeometry: boolean

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

Read more...

searchFields

searchFields: string[]

The names of the fields of a layer to search.

Read more...

searchText

searchText: string

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

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 supportFindParameters

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 supportFindParameters

  • Parameters

    Returns supportFindParameters

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