Show / Hide Table of Contents

    Class ImageLayer

    Inheritance
    System.Object
    BaseLayer
    ImageLayer
    Implements
    ILayer
    System.ComponentModel.INotifyPropertyChanged
    IAsyncDataFetcher
    Inherited Members
    BaseLayer.Transformer
    BaseLayer.GetLayerStyles(ILayer)
    BaseLayer.PropertyChanged
    BaseLayer.DataChanged
    BaseLayer.Id
    BaseLayer.Tag
    BaseLayer.MinVisible
    BaseLayer.MaxVisible
    BaseLayer.Enabled
    BaseLayer.Name
    BaseLayer.CRS
    BaseLayer.Exclusive
    BaseLayer.Opacity
    BaseLayer.Busy
    BaseLayer.Style
    BaseLayer.Transformation
    BaseLayer.Envelope
    BaseLayer.Attribution
    BaseLayer.Resolutions
    BaseLayer.IsMapInfoLayer
    BaseLayer.DataHasChanged()
    BaseLayer.ToString()
    BaseLayer.OnPropertyChanged(String)
    BaseLayer.OnDataChanged(DataChangedEventArgs)
    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)
    Namespace: Mapsui.Layers
    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
    Type Description
    IProvider
    | 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
    public void AbortFetch()
    | Improve this Doc View Source

    ClearCache()

    Declaration
    public void ClearCache()
    | 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
    BaseLayer.GetFeaturesInView(BoundingBox, Double)
    | Improve this Doc View Source

    IsCrsSupported(String)

    Declaration
    public override bool? IsCrsSupported(string crs)
    Parameters
    Type Name Description
    System.String crs
    Returns
    Type Description
    System.Nullable<System.Boolean>
    Overrides
    BaseLayer.IsCrsSupported(String)
    | 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
    BaseLayer.RefreshData(BoundingBox, Double, Boolean)

    Implements

    ILayer
    System.ComponentModel.INotifyPropertyChanged
    IAsyncDataFetcher
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX