Control class used for displaying multi-scale TileSource imagery. Designed to be used for background imagery in the IgxGeographicMap.Component
Constructors
Section titled "Constructors"IgxGeographicMapImagery
new IgxGeographicMapImagery(): IgxGeographicMapImagery Returns IgxGeographicMapImagery
Properties
Section titled "Properties"ngAcceptInputType_isHorizontalWrappingEnabled
Section titled "ngAcceptInputType_isHorizontalWrappingEnabled"ngAcceptInputType_isHorizontalWrappingEnabled: string | boolean ngAcceptInputType_opacity
Section titled "ngAcceptInputType_opacity"ngAcceptInputType_opacity: string | number ngAcceptInputType_windowRect
Section titled "ngAcceptInputType_windowRect"ngAcceptInputType_windowRect: any deferralHandler
Section titled "deferralHandler"deferralHandler: IMapRenderDeferralHandler geographicMap
Section titled "geographicMap"geographicMap: IgxGeographicMapComponent isHorizontalWrappingEnabled
Section titled "isHorizontalWrappingEnabled"isHorizontalWrappingEnabled: boolean opacity
Section titled "opacity"opacity: number referer
Section titled "referer"referer: string userAgent
Section titled "userAgent"userAgent: string windowRect
Section titled "windowRect"windowRect: IgRect Accessors
Section titled "Accessors"cancellingImage
Section titled "cancellingImage"Event raised when an image is being downloaded.
get cancellingImage(): EventEmitter<object> Returns EventEmitter<object>
downloadingImage
Section titled "downloadingImage"Event raised when an image is being downloaded.
get downloadingImage(): EventEmitter<object> Returns EventEmitter<object>
imagesChanged
Section titled "imagesChanged"Event raised when tile images have changed.
get imagesChanged(): EventEmitter<object> Returns EventEmitter<object>
imageTilesReady
Section titled "imageTilesReady"Event raised when the image tiles have been downloaded.
get imageTilesReady(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"clearTileCache
Section titled "clearTileCache"Removes all cached tile Imagery from the
clearTileCache(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgxGeographicMapImagery Parameters
- internal:
any