Open Pioneer Trails Packages
    Preparing search index...

    Interface OgcFeaturesSearchSourceFactory

    A factory that creates search sources for an OGC API Features service. The resulting search sources can be used in combination with the @open-pioneer/search package.

    Use the interface name "ogc-features.SearchSourceFactory" to obtain an instance of this factory.

    interface OgcFeaturesSearchSourceFactory {
        createSearchSource(options: OgcFeatureSearchSourceOptions): SearchSource;
    }

    Hierarchy

    • DeclaredService<"ogc-features.SearchSourceFactory">
      • OgcFeaturesSearchSourceFactory
    Index

    Methods