StiGisCore Class
Namespace: Stimulsoft.Map.Gis.Core
Inheritance
Implements: IDisposable
Properties
| Property | Type | Description |
|---|---|---|
| LanguageStr | string | |
| MouseWheelZoomType | StiGeoMouseWheelZoomType | |
| RenderMode | StiGeoRenderMode | |
| WpfFontFamily | System.Windows.Media.FontFamily |
Methods
| Method | Returns | Description |
|---|---|---|
| BeginDrag | void | |
| CancelAsyncTasks | void | |
| Dispose (+1 overloads) | void | |
| Drag | void | |
| DragOffset | void | |
| EndDrag | void | |
| FromLatLngToLocal | StiGisPoint | |
| FromLocalToLatLng | StiGisPointLatLng | |
| GetImageFrom | StiGisMapImage | |
| GetMaxZoomToFitRect | int | |
| GoToCurrentPosition | void | |
| OnMapSizeChanged | void | |
| ReloadMap | void |
Method Details
BeginDrag
BeginDrag(pt: StiGisPoint): void
Parameters
- pt (StiGisPoint)
CancelAsyncTasks
CancelAsyncTasks(): void
Dispose
Dispose(disposing: bool): void
Parameters
- disposing (bool)
Dispose(): void
Drag
Drag(pt: StiGisPoint): void
Parameters
- pt (StiGisPoint)
DragOffset
DragOffset(offset: StiGisPoint): void
Parameters
- offset (StiGisPoint)
EndDrag
EndDrag(): void
FromLatLngToLocal
FromLatLngToLocal(latlng: StiGisPointLatLng): StiGisPoint
Parameters
- latlng (StiGisPointLatLng)
Returns StiGisPoint
FromLocalToLatLng
FromLocalToLatLng(x: int, y: int): StiGisPointLatLng
Parameters
- x (int)
- y (int)
Returns StiGisPointLatLng
GetImageFrom
GetImageFrom(provider: StiGisMapProvider, pos: StiGisPoint, zoom: int, error: Exception): StiGisMapImage
Parameters
- provider (StiGisMapProvider)
- pos (StiGisPoint)
- zoom (int)
- error (Exception)
Returns StiGisMapImage
GetMaxZoomToFitRect
GetMaxZoomToFitRect(rect: StiGisRectLatLng): int
Parameters
- rect (StiGisRectLatLng)
Returns int
GoToCurrentPosition
GoToCurrentPosition(): void
OnMapSizeChanged
OnMapSizeChanged(width: int, height: int): void
Parameters
- width (int)
- height (int)
ReloadMap
ReloadMap(): void
Events
| Event | Type | Description |
|---|---|---|
| OnCurrentPositionChanged | StiGisPositionChanged | |
| OnMapTypeChanged | StiGisMapTypeChanged | |
| OnMapZoomChanged | StiGisMapZoomChanged |
Fields
| Field | Type | Description |
|---|---|---|
| AllowLocalCache | bool | |
| LevelsKeepInMemmory | int | |
| centerTileXYLocation | StiGisPoint | |
| centerTileXYLocationLast | StiGisPoint | |
| compensationOffset | StiGisPoint | |
| dragPoint | StiGisPoint | |
| mouseCurrent | StiGisPoint | |
| mouseDown | StiGisPoint | |
| mouseLastZoom | StiGisPoint | |
| position | StiGisPointLatLng | |
| positionPixel | StiGisPoint | |
| renderOffset | StiGisPoint |