API / geotoolkit / map / sources / loaders / ArcGISTile / ArcGISTile
loaders.ArcGISTile.ArcGISTile
ArcGIS source loader that loads ArcGIS server settings (including tileInfo) and sets the standard tiles url. Supports ArcGIS version 9.3 and higher.
↳
ArcGISTile
Constructors
Methods
Constructors
• new ArcGISTile(options?)
| Name | Type | Description |
|---|---|---|
Optional options | Options | options |
ArcGISImage.constructor
Methods
▸ clone(): AbstractLoader
All subclasses should override copyConstructor or provide custom implementation for this method
clone
▸ cloneQueryParameters(loader): ArcGISTile
Copies query parameters from another loader
| Name | Type | Description |
|---|---|---|
loader | AbstractLoader | loader to clone parameters |
this
ArcGISImage.cloneQueryParameters
▸ Protected copyConstructor(src, deepCopy?): ArcGISTile
Copy constructor function.
Function used as part of the cloning mechanism.
Implementations should copy the given instance state to this instance.
| Name | Type | Description |
|---|---|---|
src | AbstractLoader | Source to copy from |
Optional deepCopy | boolean | deep copy |
this
▸ getClassName(): string
string
▸ getConnector(): AbstractConnector<any>
Returns connector
AbstractConnector<any>
▸ getCopyright(): string
Returns copyright information.
string
▸ getRequestOptions(): SendOptions
Returns server settings request options
▸ getSettingsUrl(): string
Returns server settings request url
string
request server data request
▸ Protected loaded(callback): void
Resolves loading promise asynchronically
| Name | Type | Description |
|---|---|---|
callback | (loader: AbstractLoader) => void | resolving callback |
void
▸ parse(data, onload): void
Parses server data response
| Name | Type | Description |
|---|---|---|
data | string | JSONObject | data received from the server |
onload | (loader: AbstractLoader) => void | function to be called when data is loaded |
void
▸ setQueryParameter(param, value): ArcGISTile
Sets the query parameter to add to the server settings request
| Name | Type | Description |
|---|---|---|
param | string | parameter name |
value | string | number | boolean | parameter value |
this
▸ Static getClassName(): string
string