StiGisMapProvider Class
Namespace: Stimulsoft.Map.Gis.Providers
Constructors
| Constructor | Description |
|---|---|
| StiGisMapProvider() |
StiGisMapProvider()
Properties
| Property | Type | Description |
|---|---|---|
| IsInitialized | bool | |
| ProviderType | StiGeoMapProviderType |
Methods
| Method | Returns | Description |
|---|---|---|
| CheckTileImageHttpResponse | bool | |
| Equals | bool | |
| ForceBasicHttpAuthentication | void | |
| GetContentUsingHttp | string | |
| GetHashCode | int | |
GetServerNum static |
int | |
| GetTileImage | StiGisMapImage | |
| GetTileImageUsingHttp | StiGisMapImage | |
| OnInitialized | void | |
| ToString | string |
Method Details
CheckTileImageHttpResponse
CheckTileImageHttpResponse(response: WebResponse): bool
Parameters
- response (WebResponse)
Returns bool
Equals
Equals(obj: object): bool
Parameters
- obj (object)
Returns bool
ForceBasicHttpAuthentication
ForceBasicHttpAuthentication(userName: string, userPassword: string): void
Parameters
- userName (string)
- userPassword (string)
GetContentUsingHttp
GetContentUsingHttp(url: string): string
Parameters
- url (string)
Returns string
GetHashCode
GetHashCode(): int
Returns int
GetServerNum static
GetServerNum(pos: StiGisPoint, max: int): int
Parameters
- pos (StiGisPoint)
- max (int)
Returns int
GetTileImage
GetTileImage(pos: StiGisPoint, zoom: int, mode: StiGeoRenderMode): StiGisMapImage
Parameters
- pos (StiGisPoint)
- zoom (int)
- mode (StiGeoRenderMode)
Returns StiGisMapImage
GetTileImageUsingHttp
GetTileImageUsingHttp(url: string, mode: StiGeoRenderMode): StiGisMapImage
Parameters
- url (string)
- mode (StiGeoRenderMode)
Returns StiGisMapImage
OnInitialized
OnInitialized(): void
ToString
ToString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| Area | StiGisRectLatLng? | |
| Copyright | string | |
| MinZoom | int | |
| Name | string | |
| RefererUrl | string | |
| TimeoutMs | int |