Searches the given sources using a given geometry. Registered as selection-services.SpatialSearchService at the system.

interface SpatialSearchService {
    search(
        sources: readonly SearchSource[],
        geometry: Geometry,
        options: { returnIds: boolean },
    ): QueryExecutions;
}

Methods

Methods

  • Searches the given sources.

    Parameters

    • sources: readonly SearchSource[]

      search sources

    • geometry: Geometry

      filter geometry

    • options: { returnIds: boolean }

      modification flags

    Returns QueryExecutions