The FeatureTilingMode can be one of:
Constant | Description |
---|---|
Enums. | (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 max |
Enums. | (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. |