C# Class Mapsui.Layers.ImageLayer

Inheritance: BaseLayer
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Protected Properties

Свойство Type Description
IsFetching bool
NeedsUpdate bool
NewExtent BoundingBox
NewResolution double
Sets List
StartFetchTimer System.Threading.Timer

Méthodes publiques

Méthode Description
AbortFetch ( ) : void
ClearCache ( ) : void
GetFeaturesInView ( BoundingBox box, double resolution ) : IEnumerable
ImageLayer ( string layername ) : System
IsCrsSupported ( string crs ) : bool?
ViewChanged ( bool majorChange, BoundingBox extent, double resolution ) : void

Méthodes protégées

Méthode Description
DataArrived ( IEnumerable features, object state ) : void
StartFetchTimerElapsed ( object state ) : void
StartNewFetch ( BoundingBox extent, double resolution ) : void

Private Methods

Méthode Description
GetFeaturesInView ( BoundingBox box, IEnumerable features ) : IEnumerable

Method Details

AbortFetch() public méthode

public AbortFetch ( ) : void
Résultat void

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

DataArrived() protected méthode

protected DataArrived ( IEnumerable features, object state ) : void
features IEnumerable
state object
Résultat void

GetFeaturesInView() public méthode

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

ImageLayer() public méthode

public ImageLayer ( string layername ) : System
layername string
Résultat System

IsCrsSupported() public méthode

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

StartFetchTimerElapsed() protected méthode

protected StartFetchTimerElapsed ( object state ) : void
state object
Résultat void

StartNewFetch() protected méthode

protected StartNewFetch ( BoundingBox extent, double resolution ) : void
extent BoundingBox
resolution double
Résultat void

ViewChanged() public méthode

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

Property Details

IsFetching protected_oe property

protected bool IsFetching
Résultat bool

NeedsUpdate protected_oe property

protected bool NeedsUpdate
Résultat bool

NewExtent protected_oe property

protected BoundingBox NewExtent
Résultat BoundingBox

NewResolution protected_oe property

protected double NewResolution
Résultat double

Sets protected_oe property

protected List Sets
Résultat List

StartFetchTimer protected_oe property

protected Timer,System.Threading StartFetchTimer
Résultat System.Threading.Timer