Class ImageLayer
Inheritance
System.Object
ImageLayer
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Mapsui.dll
Syntax
public class ImageLayer : BaseLayer, ILayer, INotifyPropertyChanged, IAsyncDataFetcher
Constructors
|
Improve this Doc
View Source
ImageLayer(String)
Declaration
public ImageLayer(string layername)
Parameters
Type |
Name |
Description |
System.String |
layername |
|
Properties
|
Improve this Doc
View Source
DataSource
Declaration
public IProvider DataSource { get; set; }
Property Value
|
Improve this Doc
View Source
FetchDelay
Delay before fetching a new wms image from the server
after the view has changed. Specified in milliseconds.
Declaration
public int FetchDelay { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
AbortFetch()
Declaration
|
Improve this Doc
View Source
ClearCache()
Declaration
|
Improve this Doc
View Source
GetFeaturesInView(BoundingBox, Double)
Declaration
public override IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
Parameters
Type |
Name |
Description |
BoundingBox |
box |
|
System.Double |
resolution |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IFeature> |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override bool? IsCrsSupported(string crs)
Parameters
Type |
Name |
Description |
System.String |
crs |
|
Returns
Type |
Description |
System.Nullable<System.Boolean> |
|
Overrides
|
Improve this Doc
View Source
OnPropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected void OnPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.ComponentModel.PropertyChangedEventArgs |
e |
|
|
Improve this Doc
View Source
RefreshData(BoundingBox, Double, Boolean)
Declaration
public override void RefreshData(BoundingBox extent, double resolution, bool majorChange)
Parameters
Type |
Name |
Description |
BoundingBox |
extent |
|
System.Double |
resolution |
|
System.Boolean |
majorChange |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged