Class ArcGISImageServiceProvider
Inheritance
System.Object
ArcGISImageServiceProvider
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()
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
|
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
|
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
|
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
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
Returns
Type |
Description |
System.Boolean |
|
Implements