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 Accessors
Section titled "Accessors"cancellingImage
Section titled "cancellingImage"Event raised when an image is being downloaded.
get cancellingImage(): EventEmitter<object>
Returns EventEmitter<object>
deferralHandler
Section titled "deferralHandler"The deferral handler to use for deferred refreshes.
get deferralHandler(): IMapRenderDeferralHandler
Returns IMapRenderDeferralHandler
set deferralHandler(v: IMapRenderDeferralHandler): void Parameters
- v:
IMapRenderDeferralHandler
Returns void
downloadingImage
Section titled "downloadingImage"Event raised when an image is being downloaded.
get downloadingImage(): EventEmitter<object>
Returns EventEmitter<object>
geographicMap
Section titled "geographicMap"The IgxGeographicMapComponent which is hosting this GeographicMapImagery control.
get geographicMap(): IgxGeographicMapComponent
Returns IgxGeographicMapComponent
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>
isHorizontalWrappingEnabled
Section titled "isHorizontalWrappingEnabled"Gets or sets if horizontal wrapping is enabled for the imagery.
get isHorizontalWrappingEnabled(): boolean
Returns boolean
set isHorizontalWrappingEnabled(v: boolean): void Parameters
- v:
boolean
Returns void
opacity
Section titled "opacity"get opacity(): number
Returns number
set opacity(v: number): void Parameters
- v:
number
Returns void
referer
Section titled "referer"Gets or sets the referer sent in the headers of the tile request.
get referer(): string
Returns string
set referer(v: string): void Parameters
- v:
string
Returns void
userAgent
Section titled "userAgent"Gets or sets the UserAgent sent in the headers of the tile request.
get userAgent(): string
Returns string
set userAgent(v: string): void Parameters
- v:
string
Returns void
windowRect
Section titled "windowRect"A rectangle representing the portion of the map imagery currently in view. A rectangle at X=0, Y=0 with a Height and Width of 1 implies the entire plotting area is in view. A Height and Width of .5 would imply that the view is halfway zoomed in.
get windowRect(): IgRect
Returns IgRect
set windowRect(v: IgRect): void Parameters
- v:
IgRect
Returns void
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