C# Class Mapsui.Map

Map class
Inheritance: IDisposable, INotifyPropertyChanged
Exibir arquivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
AbortFetch ( ) : void
ClearCache ( ) : void
Dispose ( ) : void

Disposes the map object

GetFeatureInfo ( IEnumerable layers, System.Point point ) : IFeature
Map ( ) : System

Initializes a new map

NavigateTo ( BoundingBox extent, ScaleMethod scaleMethod = ScaleMethod.Fit ) : void
NavigateTo ( Point center ) : void
NavigateTo ( double resolution ) : void
NavigateTo ( double x, double y ) : void
RotateTo ( double rotation ) : void
ViewChanged ( bool majorChange ) : void

Private Methods

Method Description
LayerDataChanged ( object sender, DataChangedEventArgs e ) : void
LayerPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
LayersLayerAdded ( ILayer layer ) : void
LayersLayerRemoved ( ILayer layer ) : void

Method Details

AbortFetch() public method

public AbortFetch ( ) : void
return void

ClearCache() public method

public ClearCache ( ) : void
return void

Dispose() public method

Disposes the map object
public Dispose ( ) : void
return void

GetFeatureInfo() public method

public GetFeatureInfo ( IEnumerable layers, System.Point point ) : IFeature
layers IEnumerable
point System.Point
return IFeature

Map() public method

Initializes a new map
public Map ( ) : System
return System

NavigateTo() public method

public NavigateTo ( BoundingBox extent, ScaleMethod scaleMethod = ScaleMethod.Fit ) : void
extent BoundingBox
scaleMethod ScaleMethod
return void

NavigateTo() public method

public NavigateTo ( Point center ) : void
center Point
return void

NavigateTo() public method

public NavigateTo ( double resolution ) : void
resolution double
return void

NavigateTo() public method

public NavigateTo ( double x, double y ) : void
x double
y double
return void

RotateTo() public method

public RotateTo ( double rotation ) : void
rotation double
return void

ViewChanged() public method

public ViewChanged ( bool majorChange ) : void
majorChange bool
return void