Enums.FeatureTilingMode enumeration

The FeatureTilingMode can be one of:

ConstantDescription
Enums.FeatureTilingModeEnabledWhenSupported(0) Use feature tiling whenever a service supports it. Feature tiling retrieves more features per layer from a service by making multiple, smaller requests to said service. Since each request gathers a portion of the total features, this allows more features to be rendered in the extent than what the maxRecordCount would normally allow. When in this mode, all rendering requests to services will use feature tiling unless the following applies: Enums.FeatureRequestMode is Enums.FeatureRequestModeManualCache, the service does not support coordinate quantization, the max record count is not exceeded, or if the service does not support tile result types. This is the default mode.
Enums.FeatureTilingModeDisabled(1) Feature tiling is disabled. When in this mode, feature tiling will not be used even if a service supports it. This is a potential performance hit if too many requests are being sent out at once. Disabling feature tiling results in less features returned from a service.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close