MapLayerFormatRegistry Class
A registry of MapLayerFormats identified by their unique format IDs. The registry can be accessed via mapLayerFormatRegistry.
Methods
Name | Description | |
---|---|---|
constructor(opts?: MapLayerOptions): MapLayerFormatRegistry | ||
getAccessClient(formatId: string): undefined | MapLayerAccessClient | ||
isRegistered(formatId: string): boolean | ||
register(formatClass: ): void | ||
setAccessClient(formatId: string, accessClient: MapLayerAccessClient): boolean |
Properties
Name | Type | Description | |
---|---|---|---|
configOptions Accessor ReadOnly | MapLayerOptions |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.