LuciadRIA (2026.0.07)
    Preparing search index...

    Configuration options for LoadSpatially constructor.

    2023.0

    interface LoadSpatiallyStrategyConstructorOptions {
        queryProvider?: QueryProvider;
        refresh?: number | Date | null;
        singleQueryLevel?: boolean;
    }

    Hierarchy (View Summary)

    Properties

    queryProvider?: QueryProvider

    Query provider object.

    refresh?: number | Date | null

    An optional delay that invalidates features on a loop. For more information, see LoadingStrategy.refresh.

    2020.1

    singleQueryLevel?: boolean

    In a 3D scene when the visible extent of the Map covers areas of different scale levels, as defined by QueryProvider.getQueryLevelScales, the LoadSpatially strategy will trigger by default a query request for each scale level.

    On the other hand, by setting this property to true, the LoadSpatially strategy on a 3D map will trigger a single request for the entire visible area, with a query object that is associated with a scale level that matches the current map scale.