Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Cursor<T>

An iterator over the result set of a query. If the cursor returns features that do not have a shape property, then you will need to configure a ShapeProvider on the FeatureLayer if you want to display the objects on a Map.

Type parameters

  • T

    Represents the type of elements that are served by the cursor.

Hierarchy

  • Cursor

Implemented by

Overview

Methods

Methods

hasNext

  • (): boolean
  • Returns true when the Cursor contains more elements.

    Returns boolean

    true when the Cursor contains more elements.

next

  • (): T
  • Returns the next element of the Cursor.

    Returns T

    the next element of the Cursor.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method