ImageryMapLayerFormat Class

Base class imagery map layer formats. Subclasses should override formatId and MapLayerFormat.createImageryProvider.

@see MapLayerFormat

Extends

Methods

Name Description
constructor(): ImageryMapLayerFormat    

Inherited methods

Name Inherited from Description
createImageryProvider(_settings: MapLayerSettings): undefined | MapLayerImageryProvider Static MapLayerFormat Create a MapLayerImageryProvider that will be used to feed data in a map-layer tile tree.
register(): void Static MapLayerFormat Register the current format in the MapLayerFormatRegistry.
validate(args: ValidateSourceArgs): Promise<MapLayerSourceValidation> Static MapLayerFormat Allow a source object to be validated before being attached as a map-layer.
validateSource(_url: string, _userName?: string, _password?: string, _ignoreCache?: boolean, _accesKey?: MapLayerKey): Promise<MapLayerSourceValidation> Static MapLayerFormat Allow a source of a specific format to be validated before being attached as a map-layer.

Inherited properties

Name Type Inherited from Description
formatId Static string MapLayerFormat  

Defined in

Last Updated: 16 April, 2024