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


CancelAsyncTasks

CancelAsyncTasks(): void


Dispose

Dispose(disposing: bool): void

Parameters

  • disposing (bool)

Dispose(): void


Drag

Drag(pt: StiGisPoint): void

Parameters


DragOffset

DragOffset(offset: StiGisPoint): void

Parameters


EndDrag

EndDrag(): void


FromLatLngToLocal

FromLatLngToLocal(latlng: StiGisPointLatLng): StiGisPoint

Parameters

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

Returns StiGisMapImage


GetMaxZoomToFitRect

GetMaxZoomToFitRect(rect: StiGisRectLatLng): int

Parameters

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