Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.Contracts.Geo.Context.IGeoContextBase Interface Reference
Inheritance diagram for TPG.GeoFramework.Contracts.Geo.Context.IGeoContextBase:
TPG.GeoFramework.Contracts.Geo.Context.IGeoContext TPG.GeoFramework.Contracts.Geo.Context.IGeoNavigator TPG.GeoFramework.Core.GeoContext TPG.GeoFramework.Core.GeoNavigator

Public Member Functions

void BeginTracking (Point pt)
 
void UpdateTracking (Point pt)
 
void EndTracking (Point pt)
 
void Pan (Vector pan)
 
void Pan (Vector pan, double panStep)
 
void PanLeft (object obj=null)
 
void PanRight (object obj=null)
 
void PanUp (object obj=null)
 
void PanDown (object obj=null)
 
void ZoomAt (Point pt, double zoomFactor)
 
void ZoomTo (GeoPos pos, double scale)
 
void ZoomTo (List< GeoPos > positions, int margin=0)
 Zoom to a list of positions.
 

Properties

bool Tracking [get]
 
GeoContextTransitionState TransitionState [get]
 
GeoPos CenterPosition [get, set]
 
double CenterScale [get, set]
 
int PanStep [get, set]
 
double MouseWheelStep [get, set]
 
ICommand PanLeftCommand [get]
 
ICommand PanRightCommand [get]
 
ICommand PanUpCommand [get]
 
ICommand PanDownCommand [get]
 

Member Function Documentation

◆ ZoomTo()

void TPG.GeoFramework.Contracts.Geo.Context.IGeoContextBase.ZoomTo ( List< GeoPos positions,
int  margin = 0 
)

Zoom to a list of positions.

Parameters
positionsList of positions.
marginPixel margin.

Implemented in TPG.GeoFramework.Core.GeoContext, and TPG.GeoFramework.Core.GeoNavigator.


The documentation for this interface was generated from the following file: