API / geotoolkit / intgeo / RemoteWelllogDataSource / RemoteWelllogDataSource
intgeo.RemoteWelllogDataSource.RemoteWelllogDataSource
A connector for INTGeoServer welllogs
Constructors
Methods
▸ getClassName(): string
string
▸ readCurve(curveId, callback, error): XMLHttpRequest
Retrieves asynchronously the data for the well
| Name | Type | Description |
|---|---|---|
curveId | string | The curve to request id |
callback | (json: any) => void | Success callback function |
error | (xhr: XMLHttpRequest) => void | Error callback function |
XMLHttpRequest
▸ readMetadata(callback, error): XMLHttpRequest
Retrieves asynchronously the metadata for the gridwell
| Name | Type | Description |
|---|---|---|
callback | (json: any) => void | Success callback function |
error | (xhr: XMLHttpRequest) => void | Error callback function |
XMLHttpRequest
▸ Static getClassName(): string
string