MapLayerFormatRegistry Class

A registry of MapLayerFormats identified by their unique format IDs. The registry can be accessed via IModelApp.mapLayerFormatRegistry.

Methods

Name Description
constructor(opts?: MapLayerOptions): MapLayerFormatRegistry    
getAccessClient(formatId: string): undefined | MapLayerAccessClient    
isRegistered(formatId: string): boolean    
register(formatClass: undefined): void    
setAccessClient(formatId: string, accessClient: MapLayerAccessClient): boolean    
validateSource(opts: ValidateSourceArgs): Promise<MapLayerSourceValidation>    
validateSource(formatId: string, url: string, userName?: string, password?: string, ignoreCache?: boolean): Promise<MapLayerSourceValidation>    

Properties

Name Type Description
configOptions Accessor ReadOnly MapLayerOptions    

Defined in

Last Updated: 16 April, 2024