C# Class Mapsui.Layers.BaseLayer

Inheritance: ILayer
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
Attribution ( ) : System.Collections.Generic

Method Details

AbortFetch() public abstract méthode

public abstract AbortFetch ( ) : void
Résultat void

BaseLayer() protected méthode

protected BaseLayer ( ) : System.Collections.Generic
Résultat System.Collections.Generic

BaseLayer() protected méthode

protected BaseLayer ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

ClearCache() public abstract méthode

public abstract ClearCache ( ) : void
Résultat void

GetFeaturesInView() public abstract méthode

public abstract GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
box BoundingBox
resolution double
Résultat IEnumerable

GetLayerStyles() public static méthode

public static GetLayerStyles ( ILayer layer ) : IEnumerable
layer ILayer
Résultat IEnumerable

IsCrsSupported() public méthode

public IsCrsSupported ( string crs ) : bool?
crs string
Résultat bool?

OnDataChanged() protected méthode

protected OnDataChanged ( DataChangedEventArgs args ) : void
args Mapsui.Fetcher.DataChangedEventArgs
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ViewChanged() public abstract méthode

public abstract ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void
majorChange bool
extent BoundingBox
resolution double
Résultat void