C# Class Mapsui.Providers.ArcGIS.Image.ArcGISImageServiceProvider

Inheritance: IProjectingProvider
Mostrar archivo Open project: pauldendulk/Mapsui

Public Methods

Method Description
ArcGISImageServiceProvider ( ArcGISImageCapabilities capabilities, bool continueOnError = true, string token = null ) : System
ArcGISImageServiceProvider ( string url, bool continueOnError = false, string format = "jpgpng", InterpolationType interpolation = InterpolationType.RSP_NearestNeighbor, long startTime = -1, long endTime = -1, string token = null ) : System
GetExtents ( ) : BoundingBox
GetFeaturesInView ( BoundingBox box, double resolution ) : System.Collections.Generic.IEnumerable
IsCrsSupported ( string crs ) : bool?
TryGetMap ( IViewport viewport, IRaster &raster ) : bool

Private Methods

Method Description
CapabilitiesHelperCapabilitiesFailed ( object sender, EventArgs e ) : void
CapabilitiesHelperCapabilitiesReceived ( object sender, EventArgs e ) : void
GetRequestUrl ( BoundingBox boundingBox, int width, int height ) : string

Method Details

ArcGISImageServiceProvider() public method

public ArcGISImageServiceProvider ( ArcGISImageCapabilities capabilities, bool continueOnError = true, string token = null ) : System
capabilities ArcGISImageCapabilities
continueOnError bool
token string
return System

ArcGISImageServiceProvider() public method

public ArcGISImageServiceProvider ( string url, bool continueOnError = false, string format = "jpgpng", InterpolationType interpolation = InterpolationType.RSP_NearestNeighbor, long startTime = -1, long endTime = -1, string token = null ) : System
url string
continueOnError bool
format string
interpolation InterpolationType
startTime long
endTime long
token string
return System

GetExtents() public method

public GetExtents ( ) : BoundingBox
return BoundingBox

GetFeaturesInView() public method

public GetFeaturesInView ( BoundingBox box, double resolution ) : System.Collections.Generic.IEnumerable
box BoundingBox
resolution double
return System.Collections.Generic.IEnumerable

IsCrsSupported() public method

public IsCrsSupported ( string crs ) : bool?
crs string
return bool?

TryGetMap() public method

public TryGetMap ( IViewport viewport, IRaster &raster ) : bool
viewport IViewport
raster IRaster
return bool