C# Class Mapsui.Layers.BaseLayer

Inheritance: ILayer
Exibir arquivo Open project: pauldendulk/Mapsui

Public Methods

Method Description
AbortFetch ( ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
GetLayerStyles ( ILayer layer ) : IEnumerable
IsCrsSupported ( string crs ) : bool?
ToString ( ) : string
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

Protected Methods

Method Description
BaseLayer ( ) : System.Collections.Generic
BaseLayer ( string name ) : System.Collections.Generic
OnDataChanged ( DataChangedEventArgs args ) : void
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
Attribution ( ) : System.Collections.Generic

Method Details

AbortFetch() public abstract method

public abstract AbortFetch ( ) : void
return void

BaseLayer() protected method

protected BaseLayer ( ) : System.Collections.Generic
return System.Collections.Generic

BaseLayer() protected method

protected BaseLayer ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

ClearCache() public abstract method

public abstract ClearCache ( ) : void
return void

GetFeaturesInView() public abstract method

public abstract GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
return IEnumerable

GetLayerStyles() public static method

public static GetLayerStyles ( ILayer layer ) : IEnumerable
layer ILayer
return IEnumerable

IsCrsSupported() public method

public IsCrsSupported ( string crs ) : bool?
crs string
return bool?

OnDataChanged() protected method

protected OnDataChanged ( DataChangedEventArgs args ) : void
args Mapsui.Fetcher.DataChangedEventArgs
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

ToString() public method

public ToString ( ) : string
return string

ViewChanged() public abstract method

public abstract ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void
majorChange bool
extent BoundingBox
resolution double
return void