Class VendorSpecificOgcServerManager<OgcServerClient, OgcClientOptions>Abstract

Type Parameters

  • OgcServerClient
  • OgcClientOptions

Hierarchy (View Summary)

Constructors

Properties

_clientClasses: Map<
    string,
    new (ogcServer: ServerOgc, options: OgcClientOptions) => OgcServerClient,
> = ...
_clients: Map<string, OgcServerClient> = ...

Methods