Properties
isGpx
isGpx: ((fileContent: string) => boolean)
Type declaration
-
- (fileContent: string): boolean
-
Returns boolean
isKml
isKml: ((fileContent: string) => boolean)
Type declaration
-
- (fileContent: string): boolean
-
Returns boolean
isValidFileSize
isValidFileSize: ((fileSize: number) => boolean)
Type declaration
-
- (fileSize: number): boolean
-
Returns boolean
isWmsGetCap
isWmsGetCap: ((fileContent: string) => boolean)
Type declaration
-
- (fileContent: string): boolean
-
Returns boolean
isWmtsGetCap
isWmtsGetCap: ((fileContent: string) => boolean)
Type declaration
-
- (fileContent: string): boolean
-
Returns boolean
load
load: ((url: string, opt_cancelP?: IDeferred<unknown>) => IPromise<Blob>)
Type declaration
-
- (url: string, opt_cancelP?: IDeferred<unknown>): IPromise<Blob>
-
Parameters
-
url: string
-
Optional
opt_cancelP: IDeferred<unknown>
Returns IPromise<Blob>
read
read: ((file: Blob) => IPromise<string>)
Type declaration
-
- (file: Blob): IPromise<string>
-
Returns IPromise<string>
Returns