Open Pioneer Trails Packages
    Preparing search index...

    Interface OgcFeaturesVectorSourceFactory

    A factory that creates VectorSource | vector sources for an OGC API Features service. The resulting vector sources can be used in an OpenLayers VectorLayer.

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

    interface OgcFeaturesVectorSourceFactory {
        createVectorSource(options: OgcFeatureVectorSourceOptions): VectorSource;
    }

    Hierarchy

    • DeclaredService<"ogc-features.VectorSourceFactory">
      • OgcFeaturesVectorSourceFactory
    Index

    Methods