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