API / geotoolkit / seismic / data / IServerSideRenderingProvider / IServerSideRenderingProvider
data.IServerSideRenderingProvider.IServerSideRenderingProvider
Type Aliases
Ƭ CustomData: Record<string, any>
Define custom data object to pass addition properties
Ƭ Data: Object
Data
| Name | Type | Description |
|---|---|---|
condition? | SelectCondition | Selection condition |
devicearea | Rect | device tile rect |
options? | OptionsOut | Pipeline options |
tilerect | Rect | model tile rect |
transformedmodelrect | Rect | device shape rect |
Ƭ PickSampleOptions: Object
additional options
| Name | Type | Description |
|---|---|---|
strategyname? | string | picking strategy name |
Ƭ TileLoaderCallback: (data: { condition?: SelectCondition ; options?: Options ; url?: string } | CustomData, callback: ImageLoadedCallback) => Cancel | Promise<any> | null
▸ (data, callback): Cancel | Promise<any> | null
Get tile. If it is not implemented the default loader is used
| Name | Type |
|---|---|
data | { condition?: SelectCondition ; options?: Options ; url?: string } | CustomData |
callback | ImageLoadedCallback |
Cancel | Promise<any> | null
Ƭ TileURLFormatterCallback: (data: Data) => string | Data | CustomData
▸ (data): string | Data | CustomData
Define Tile URL formatter
| Name | Type |
|---|---|
data | Data |
string | Data | CustomData