Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration options for LoadSpatially constructor.

since

2023.0

Hierarchy

Overview

Properties

Optional queryProvider

queryProvider: QueryProvider

Query provider object.

Optional refresh

refresh: Date | number | null

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

since

2020.1

Optional singleQueryLevel

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method