Properties
isGpx
isGpx: (fileContent: string) => boolean
Type declaration
- (fileContent: string): boolean
Parameters
Returns boolean
isKml
isKml: (fileContent: string) => boolean
Type declaration
- (fileContent: string): boolean
Parameters
Returns boolean
isValidFileSize
isValidFileSize: (fileSize: number) => boolean
Type declaration
- (fileSize: number): boolean
Parameters
Returns boolean
isWmsGetCap
isWmsGetCap: (fileContent: string) => boolean
Type declaration
- (fileContent: string): boolean
Parameters
Returns boolean
isWmtsGetCap
isWmtsGetCap: (fileContent: string) => boolean
Type declaration
- (fileContent: string): boolean
Parameters
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
opt_cancelP: IDeferred<unknown>
Returns IPromise<Blob>
read
read: (file: Blob) => IPromise<string>
Type declaration
- (file: Blob): IPromise<string>
Parameters
Returns IPromise<string>
.