API / geotoolkit / welllog / RasterLog / RasterLog
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { ImageOptionsChanged: null ; ImageOptionsChanging: null ; updated: void }
Ƭ ImageOptions<TFormatResult>: Object
options
| Name | Type |
|---|---|
TFormatResult | extends object = ImageData |
| Name | Type | Description |
|---|---|---|
formatter? | Formatter<TFormatResult> | tile formatter |
imageloader? | ImageCallback<TFormatResult> | function to load image |
imagesize? | Rect | image size |
mapping? | { dst: Rect ; src: Rect }[] | array of mapping. |
provider? | Formatter<TFormatResult> | tile provider |
shapeoptions? | Options<TFormatResult> | options for tile shape |
Ƭ ImagePosition: Object
information about image and visual coordinates
| Name | Type | Description |
|---|---|---|
depth? | number | depth |
imagex? | number | image horizontal position |
imagey? | number | image vertical position |
value? | number | value |
Ƭ Options<TFormatResult>: Options & ImageOptions<TFormatResult>
| Name | Type |
|---|---|
TFormatResult | extends object = ImageData |