Enums.FeatureTilingMode enumeration

  • QML Enumeration List
  • 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 reduces the number of requests sent by each layer. Disabling feature tiling results in less features returned from a service.
    Enums.FeatureTilingModeEnabledWithFullResolutionWhenSupported(2) Use feature tiling and request full resolution geometries when supported by the service. If the latter is not supported, Enums.FeatureTilingModeEnabledWhenSupported is used instead. This mode requires the service to support the edit quantization mode, which returns all vertices of the source geometry in a high resolution. Use this mode for workflows that benefit from precise geometry editing, such as snapping feature geometries, without loading the feature. This mode may impact performance due to the increase in network traffic.

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