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.