API / geotoolkit / map / sources / AbstractSource / AbstractSource
sources.AbstractSource.AbstractSource
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { ModelLimitsChanged: Rect | null }
Ƭ Options: Object
options
| Name | Type | Description |
|---|---|---|
format? | AbstractFormat | format for the server data requests formatting |
loader? | AbstractLoader | loader for loading server settings. If loader=null, |
ondatafailed? | (err: Error) => void | after loader failed to load data there's not server settings request sending. |
ondataloaded? | () => void | after loader load data |
system? | string | AbstractSystem | initial data coordinate system |
url? | string | string[] | data server url |
Ƭ OptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
url? | string | string[] | data server url |