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.
shape
Represents the type of elements that are served by the cursor.
Returns true when the Cursor contains more elements.
true
Cursor
true when the Cursor contains more elements.
Returns the next element of the Cursor.
the next element of the Cursor.
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.