API / geotoolkit / map / sources / connectors / DOMImage / DOMImage
connectors.DOMImage.DOMImage
Source connector that sends requests by creating DOM image with appropriate url
↳
DOMImage
Constructors
Methods
Constructors
• new DOMImage()
AbstractConnector<DOMImage.Connection&gt;.constructor
Methods
▸ abort(key?): DOMImage
Aborts the previous queries sent
| Name | Type | Description |
|---|---|---|
Optional key | string | key of the queries to abort (all queries aborted if nothing provided) |
this
▸ Protected abortConnection(connection): DOMImage
Aborts the connection provided
| Name | Type | Description |
|---|---|---|
connection | Connection | connection to abort |
this
AbstractConnector.abortConnection
▸ Protected addConnection(key, connection): DOMImage
Adds connection to the list
| Name | Type | Description |
|---|---|---|
key | string | key of the connection (null if no provided) |
connection | Connection | connection to add to the list |
this
AbstractConnector.addConnection
▸ clone(): AbstractConnector<Connection>
All subclasses should override copyConstructor or provide custom implementation for this method
clone
▸ getClassName(): string
string
AbstractConnector.getClassName
▸ Protected getConnection(key): Connection
Returns connection by the key
| Name | Type | Description |
|---|---|---|
key | string | key for the connection |
connection
AbstractConnector.getConnection
▸ isLoading(): boolean
Checks if some connections are still loading
boolean
▸ Protected removeConnection(key, connection): DOMImage
Removes connection from the list
| Name | Type | Description |
|---|---|---|
key | string | key of the connection (null if no provided) |
connection | Connection | connection to remvoe from the list |
this
AbstractConnector.removeConnection
▸ send(url, options, callback): void
Sends a request using the query provided
| Name | Type | Description |
|---|---|---|
url | string | the url requested |
options | Options | extra options for the request (null if no needed) |
callback | SendCallback | the result handler that's called when response is received |
void
▸ Static getClassName(): string
string