@geogirafe/lib-geoportal
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _clientClasses: Map<
        string,
        new (
            ogcServer: ServerOgc,
            options: WfsClientOptionalOptions,
            context: IGirafeContext,
        ) => WfsClient,
    > = ...
    _clients: Map<string, WfsClient<string>> = ...
    UnknownFeatureType: string = 'UNKNOWN'

    Accessors

    Methods

    • Extracts the feature type from the feature's ID. A feature ID may contain a prefix, the feature type and a feature-specific ID. It returns "UNKNOWN" if the ID is absent.

      Parameters

      • feature: Feature

      Returns string