Go to the source code of this file.
§ AGSFeatureRenderingMode
Rendering modes available for feature layers.
- Since
- 100.2
| Enumerator |
|---|
| AGSFeatureRenderingModeAutomatic | The rendering mode for the layer will be automatically chosen based on the geometry type and renderer. For point geometries it is typically Dynamic, for polyline and polgyon it is Static.
|
| AGSFeatureRenderingModeStatic | Static rendering mode - Features are updated after zoom and pan operations complete. This mode is good for complex geometries or features to be rendered with cartographic quality symbology for example. It may also be suited for rendering features when low end graphics hardware is used.
|
| AGSFeatureRenderingModeDynamic | Dynamic rendering mode - Features will be updated continuously while pan and zoom operations are performed for a smoothly rendered display. This mode is not supported by all renderers. A heat map renderer is an example of a renderer not supported by the dynamic rendering mode.
|
§ AGSSelectionMode
Selection mode for handling results.
- See also
- selectFeaturesWithQuery:mode:completion: (AGSFeatureLayer)
- Since
- 100.0
| Enumerator |
|---|
| AGSSelectionModeAdd | Add results to the existing set of selected features.
|
| AGSSelectionModeNew | Replace existing set of selected features with the results.
|
| AGSSelectionModeSubtract | Remove results from the existing set of selected features.
|