Show / Hide Table of Contents

    Class ArcGISImageServiceProvider

    Inheritance
    System.Object
    ArcGISImageServiceProvider
    Implements
    IProjectingProvider
    IProvider
    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)
    System.Object.ToString()
    Namespace: Mapsui.Providers.ArcGIS.Image
    Assembly: Mapsui.dll
    Syntax
    public class ArcGISImageServiceProvider : IProjectingProvider, IProvider

    Constructors

    | Improve this Doc View Source

    ArcGISImageServiceProvider(ArcGISImageCapabilities, Boolean, String)

    Declaration
    public ArcGISImageServiceProvider(ArcGISImageCapabilities capabilities, bool continueOnError = true, string token = null)
    Parameters
    Type Name Description
    ArcGISImageCapabilities capabilities
    System.Boolean continueOnError
    System.String token
    | Improve this Doc View Source

    ArcGISImageServiceProvider(String, Boolean, String, InterpolationType, Int64, Int64, String)

    Declaration
    public ArcGISImageServiceProvider(string url, bool continueOnError = false, string format = "jpgpng", InterpolationType interpolation = InterpolationType.RSP_NearestNeighbor, long startTime = -1L, long endTime = -1L, string token = null)
    Parameters
    Type Name Description
    System.String url
    System.Boolean continueOnError
    System.String format
    InterpolationType interpolation
    System.Int64 startTime
    System.Int64 endTime
    System.String token

    Properties

    | Improve this Doc View Source

    ArcGisImageCapabilities

    Declaration
    public ArcGISImageCapabilities ArcGisImageCapabilities { get; }
    Property Value
    Type Description
    ArcGISImageCapabilities
    | Improve this Doc View Source

    ContinueOnError

    Declaration
    public bool ContinueOnError { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Credentials

    Declaration
    public ICredentials Credentials { get; set; }
    Property Value
    Type Description
    System.Net.ICredentials
    | Improve this Doc View Source

    CRS

    Declaration
    public string CRS { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TimeOut

    Timeout of webrequest in milliseconds. Default is 10 seconds

    Declaration
    public int TimeOut { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Token

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetExtents()

    Declaration
    public BoundingBox GetExtents()
    Returns
    Type Description
    BoundingBox
    | Improve this Doc View Source

    GetFeaturesInView(BoundingBox, Double)

    Declaration
    public IEnumerable<IFeature> GetFeaturesInView(BoundingBox box, double resolution)
    Parameters
    Type Name Description
    BoundingBox box
    System.Double resolution
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IFeature>
    | Improve this Doc View Source

    IsCrsSupported(String)

    Declaration
    public bool? IsCrsSupported(string crs)
    Parameters
    Type Name Description
    System.String crs
    Returns
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    TryGetMap(IViewport, ref IRaster)

    Declaration
    public bool TryGetMap(IViewport viewport, ref IRaster raster)
    Parameters
    Type Name Description
    IViewport viewport
    IRaster raster
    Returns
    Type Description
    System.Boolean

    Implements

    IProjectingProvider
    IProvider
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX