Open Pioneer Trails Packages
    Preparing search index...

    Interface VectorLayerSelectionSourceFactory

    A factory that creates selection sources to be used on an OpenLayers VectorLayer with an OpenLayers VectorSource (e.g. layer of the map).

    Use the interface name "selection.VectorSelectionSourceFactory" to obtain an instance of this factory.

    interface VectorLayerSelectionSourceFactory {
        createSelectionSource(
            options: VectorLayerSelectionSourceOptions,
        ): VectorLayerSelectionSource;
    }

    Hierarchy

    • DeclaredService<"selection.VectorSelectionSourceFactory">
      • VectorLayerSelectionSourceFactory
    Index

    Methods