AGSFeatureLayer.h File Reference

Enumerations

enum  AGSFeatureLayerMode { AGSFeatureLayerModeSnapshot = 0, AGSFeatureLayerModeOnDemand, AGSFeatureLayerModeSelection }
enum  AGSFeatureLayerSelectionMethod { AGSFeatureLayerSelectionMethodAdd = 0, AGSFeatureLayerSelectionMethodNew, AGSFeatureLayerSelectionMethodSubtract }

Enumeration Type Documentation

Supported modes in which AGSFeatureLayer fetches features from the server.

Since:
1.0
Enumerator:
AGSFeatureLayerModeSnapshot 

Features are fetched right at the beginning.

AGSFeatureLayerModeOnDemand 

Features are fetched when needed.

AGSFeatureLayerModeSelection 

Features are fetched when they are selected

Supported modes for selecting features through AGSFeatureLayer.

Since:
1.0
Enumerator:
AGSFeatureLayerSelectionMethodAdd 

Adds newly selected features to the existing list of selected features

AGSFeatureLayerSelectionMethodNew 

Replaces existing selected features with the newly selected features

AGSFeatureLayerSelectionMethodSubtract 

Removes newly selected features from existing list of selected features