API / geotoolkit / intgeo / RemoteGridSurfaceDataSource / RemoteGridSurfaceDataSource
intgeo.RemoteGridSurfaceDataSource.RemoteGridSurfaceDataSource
A connector for INTGeoServer 'Stream' GridSurfaces
Constructors
Methods
▸ getClassName(): string
string
▸ readDataArray(callback, error): XMLHttpRequest
Retrieves asynchronously the data for the gridsurface as Float32Array
| Name | Type | Description |
|---|---|---|
callback | (data: Float32Array) => void | Success callback function |
error | (xhr: XMLHttpRequest) => void | Error callback function |
XMLHttpRequest
▸ readMetadata(callback, error): XMLHttpRequest
Retrieves asynchronously the metadata for the gridsurface
| Name | Type | Description |
|---|---|---|
callback | (json: any) => void | Success callback function |
error | (xhr: XMLHttpRequest) => void | Error callback function |
XMLHttpRequest
▸ Static getClassName(): string
string