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 = Feature

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

Hierarchy

  • Cursor

Implemented by

Methods

Methods

  • Returns true when the Cursor contains more elements.

    Returns boolean

    true when the Cursor contains more elements.

  • Returns the next element of the Cursor.

    Returns T

    the next element of the Cursor.