Options
All
  • Public
  • Public/Protected
  • All
Menu

Executes different types of query operations on a layer.

Read more...

Hierarchy

  • query

Index

Methods

executeAttachmentQuery

executeForCount

  • Gets a count of the number of features that satisfy the input query.

    Read more...

    Parameters

    Returns Promise<number>

executeForExtent

  • executeForExtent(params: supportQuery, requestOptions?: any): Promise<any>
  • Gets the extent of the features that satisfy the input query.

    Read more...

    Parameters

    Returns Promise<any>

executeForIds

  • Executes a Query against the layer specified in the url parameter.

    Read more...

    Parameters

    Returns Promise<number[]>

executeQueryJSON

executeQueryPBF

executeRelationshipQuery

Generated using TypeDoc