User Tools

Site Tools


thinkgeo.mapsuite.core.wmsrastersource

This is an old revision of the document!


ThinkGeo.MapSuite.Core.WmsRasterSource

Represents an object that encapsulates a Web Map Service (WMS) source.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.RasterSource
      • ThinkGeo.MapSuite.Core.WmsRasterSource

Members Summary

Public Constructors

WmsRasterSource

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This is the constructor for the class. If you use this constructor, then you need to set the required properties manually.

WmsRasterSource

  • Parameters:Uri
  • DeclaringType:N/A
  • Summary:This is the constructor the for the class.

WmsRasterSource

  • Parameters:Uri,WebProxy
  • DeclaringType:N/A
  • Summary:This is the constructor the for the class.

Protected Constructors

Public Methods

CloneDeep

Close

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetBoundingBox

GetFeatureInfo

  • Parameters:ScreenPointF,String
  • DeclaringType:N/A
  • Summary:N/A

GetFeatureInfo

  • Parameters:ScreenPointF,Int32
  • DeclaringType:N/A
  • Summary:N/A

GetFeatureInfo

  • Parameters:ScreenPointF,String,Int32
  • DeclaringType:N/A
  • Summary:N/A

GetFeatureInfo

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetHorizontalResolution

GetImage

GetImageHeight

GetImageWidth

GetProjectionText

GetRequestUrl

  • Parameters:RectangleShape,Int32,Int32
  • DeclaringType:N/A
  • Summary:Get the request URL from the client to the WMS.

GetServerCapabilitiesXml

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This API gets the GetCapabilites document of the service.

GetServerCrss

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the projected or geographic coordinate reference systems to be used.

GetServerExceptionFormats

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the exception format at the server side.

GetServerFeatureInfoFormats

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This API gets the WMS server FeatureInfo formats of the service.

GetServerLayerNames

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the names of all layers at the server side.

GetServerOutputFormats

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the output format at the server side.

GetServerStyleNames

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the names of all styles at the server side.

GetServiceVersion

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This API gets the WMS server version of the service.

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetVerticalResolution

GetWorldFileText

Open

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

BuildWmsGetFeatureInfoUri

  • Parameters:ScreenPointF,String,Int32
  • DeclaringType:N/A
  • Summary:N/A

CloneDeepCore

CloseCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:N/A

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetBoundingBoxCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the bounding box of the RasterSource.

GetFeatureInfoCore

  • Parameters:ScreenPointF,String,Int32
  • DeclaringType:N/A
  • Summary:N/A

GetImageCore

  • Parameters:RectangleShape,Int32,Int32
  • DeclaringType:N/A
  • Summary:This method returns an image based on the worldExtent and image width and height.

GetImageHeightCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the height of the image in screen coordinates.

GetImageWidthCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method returns the width of the image in screen coordinates.

GetProjectionTextCore

GetRequestUrlCore

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

OnClosedRasterSource

OnClosingRasterSource

OnOpenedRasterSource

OnOpeningRasterSource

OnSendingWebRequest

OnSentWebRequest

OpenCore

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method opens the RasterSource so that it is initialized and ready to use.

SendWebRequest

  • Parameters:WebRequest
  • DeclaringType:N/A
  • Summary:N/A

SendWebRequestCore

  • Parameters:WebRequest
  • DeclaringType:N/A
  • Summary:N/A

Vj0=

  • Parameters:WebRequest
  • DeclaringType:N/A
  • Summary:N/A

Vz0=

  • Parameters:WebRequest
  • DeclaringType:N/A
  • Summary:N/A

WD0=

  • Parameters:XmlDocument
  • DeclaringType:N/A
  • Summary:N/A

WT0=

  • Parameters:XmlDocument
  • DeclaringType:N/A
  • Summary:N/A

Public Properties

ActiveLayerNames

  • Return:Collection<String>
  • Summary:This property allows the active layers requested from the client to be shown on the map.

ActiveStyleNames

  • Return:Collection<String>
  • Summary:This property allows the active styles requested from the client to be shown on the map.

AxisOrder

BlueTranslation

  • Return:Single
  • Summary:N/A

CapabilitesCacheTimeout

  • Return:TimeSpan
  • Summary:N/A

Credentials

  • Return:ICredentials
  • Summary:This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.

Crs

  • Return:String
  • Summary:This property gets or sets the projected or geographic coordinate reference system to be used.

Exceptions

  • Return:String
  • Summary:This property indicates the format in which the client wishes to be notified of service exceptions.

GreenTranslation

  • Return:Single
  • Summary:N/A

HasProjectionText

  • Return:Boolean
  • Summary:N/A

IsGrayscale

  • Return:Boolean
  • Summary:N/A

IsNegative

  • Return:Boolean
  • Summary:N/A

IsOpen

  • Return:Boolean
  • Summary:N/A

IsTransparent

  • Return:Boolean
  • Summary:This property gets or sets whether the response map image's background color is transparent or not.

OutputFormat

  • Return:String
  • Summary:This property gets or sets the desired output format for the map being requested from the WMS.

Parameters

  • Return:Dictionary<String,String>
  • Summary:This property specifies a dictionary used to update the request sent from the client to the WMS server.

Projection

Proxy

  • Return:WebProxy
  • Summary:This property gets or sets the proxy used for requesting a Web Response.

RedTranslation

  • Return:Single
  • Summary:N/A

TimeoutInSecond

  • Return:Int32
  • Summary:This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds.

Transparency

  • Return:Single
  • Summary:N/A

Uri

  • Return:Uri
  • Summary:This property specifies the URI of the WMS server.

Protected Properties

HasProjectionTextCore

  • Return:Boolean
  • Summary:N/A

Public Events

ClosedRasterSource

ClosingRasterSource

OpenedRasterSource

OpeningRasterSource

SendingWebRequest

SentWebRequest

  • Event Arguments:SentWebRequestEventArgs
  • Summary:This event is called after sent the request for raster image and the HttpWebResponse has come back.

Public Constructors

WmsRasterSource()

This is the constructor for the class. If you use this constructor, then you need to set the required properties manually.

Remarks

None

Parameters

WmsRasterSource(Uri)

This is the constructor the for the class.

Remarks

This constructor initializes a new WmsRasterSource and downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified.

Parameters

uri

  • Type:Uri
  • Description:URI of the WMS server. Go Back === WmsRasterSource(Uri,WebProxy) === This is the constructor the for the class. ==== Remarks ==== This constructor initializes a new WmsRasterSource and downloads and parses the service description In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified. ==== Parameters ==== uri * Type:Uri * Description:URI of the WMS server.

proxy

  • Type:WebProxy
  • Description:Proxy to use for the current WMS layer. Go Back ===== Protected Constructors ===== ===== Public Methods ===== === CloneDeep() === N/A ==== Remarks ==== N/A Return Value * Return Type:RasterSource * Description:N/A ==== Parameters ==== Go Back === Close() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === Equals(Object) === N/A ==== Remarks ==== N/A Return Value * Return Type:Boolean * Description:N/A ==== Parameters ==== obj * Type:Object * Description:N/A Go Back === GetBoundingBox() === N/A ==== Remarks ==== N/A Return Value * Return Type:RectangleShape * Description:N/A ==== Parameters ==== Go Back === GetFeatureInfo(ScreenPointF,String) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== screenPointF * Type:ScreenPointF * Description:N/A infoFormat * Type:String * Description:N/A Go Back === GetFeatureInfo(ScreenPointF,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== screenPointF * Type:ScreenPointF * Description:N/A maxFeatures * Type:Int32 * Description:N/A Go Back === GetFeatureInfo(ScreenPointF,String,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== screenPointF * Type:ScreenPointF * Description:N/A infoFormat * Type:String * Description:N/A maxFeatures * Type:Int32 * Description:N/A Go Back === GetFeatureInfo(ScreenPointF) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== screenPointF * Type:ScreenPointF * Description:N/A Go Back === GetHashCode() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetHorizontalResolution() === N/A ==== Remarks ==== N/A Return Value * Return Type:Single * Description:N/A ==== Parameters ==== Go Back === GetImage(RectangleShape,Int32,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:GeoImage * Description:N/A ==== Parameters ==== worldExtent * Type:RectangleShape * Description:N/A canvasWidth * Type:Int32 * Description:N/A canvasHeight * Type:Int32 * Description:N/A Go Back === GetImageHeight() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetImageWidth() === N/A ==== Remarks ==== N/A Return Value * Return Type:Int32 * Description:N/A ==== Parameters ==== Go Back === GetProjectionText() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === GetRequestUrl(RectangleShape,Int32,Int32) === Get the request URL from the client to the WMS. ==== Remarks ==== N/A Return Value * Return Type:String * Description:The request URL from the client to the WMS. ==== Parameters ==== worldExtent * Type:RectangleShape * Description:The world extent requested by the client to get the map. canvasWidth * Type:Int32 * Description:The returning map width, as well as the drawing canvas width. canvasHeight * Type:Int32 * Description:The returning map height, as well as the drawing canvas height. Go Back === GetServerCapabilitiesXml() === This API gets the GetCapabilites document of the service. ==== Remarks ==== N/A Return Value * Return Type:String * Description:This API returns the GetCapabilites document of the service. ==== Parameters ==== Go Back === GetServerCrss() === This method returns the projected or geographic coordinate reference systems to be used. ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:N/A ==== Parameters ==== Go Back === GetServerExceptionFormats() === This method returns the exception format at the server side. ==== Remarks ==== None. Return Value * Return Type:Collection<String> * Description:The exception format at the server side. ==== Parameters ==== Go Back === GetServerFeatureInfoFormats() === This API gets the WMS server FeatureInfo formats of the service. ==== Remarks ==== N/A Return Value * Return Type:Collection<String> * Description:This API returns the FeatureInfo formats supported on the server-side. ==== Parameters ==== Go Back === GetServerLayerNames() === This method returns the names of all layers at the server side. ==== Remarks ==== None. Return Value * Return Type:Collection<String> * Description:The names of all layers at the server side. ==== Parameters ==== Go Back === GetServerOutputFormats() === This method returns the output format at the server side. ==== Remarks ==== None. Return Value * Return Type:Collection<String> * Description:The output format at the server side. ==== Parameters ==== Go Back === GetServerStyleNames() === This method returns the names of all styles at the server side. ==== Remarks ==== None. Return Value * Return Type:Collection<String> * Description:The names of all styles at the server side. ==== Parameters ==== Go Back === GetServiceVersion() === This API gets the WMS server version of the service. ==== Remarks ==== N/A Return Value * Return Type:String * Description:Returns a string reflecting the version of the service in WMS. ==== Parameters ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === GetVerticalResolution() === N/A ==== Remarks ==== N/A Return Value * Return Type:Single * Description:N/A ==== Parameters ==== Go Back === GetWorldFileText() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === Open() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === BuildWmsGetFeatureInfoUri(ScreenPointF,String,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Uri * Description:N/A ==== Parameters ==== screenPointF * Type:ScreenPointF * Description:N/A infoFormat * Type:String * Description:N/A maxFeatures * Type:Int32 * Description:N/A Go Back === CloneDeepCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:RasterSource * Description:N/A ==== Parameters ==== Go Back === CloseCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === GetBoundingBoxCore() === This method returns the bounding box of the RasterSource. ==== Remarks ==== This method returns the bounding box of the RasterSource. Return Value * Return Type:RectangleShape * Description:The bounding box of the RasterSource. ==== Parameters ==== Go Back === GetFeatureInfoCore(ScreenPointF,String,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== screenPointF * Type:ScreenPointF * Description:N/A infoFormat * Type:String * Description:N/A maxFeatures * Type:Int32 * Description:N/A Go Back === GetImageCore(RectangleShape,Int32,Int32) === This method returns an image based on the worldExtent and image width and height. ==== Remarks ==== This method is responsible for returning the image based on the parameters passed in. As the core version of this method is abstract, you will need to override it when creating our own RasterSource. Return Value * Return Type:GeoImage * Description:This method returns an image based on the worldExtent and image width and height. ==== Parameters ==== worldExtent * Type:RectangleShape * Description:This parameter represents the worldExtent you want to draw. canvasWidth * Type:Int32 * Description:This parameter represents the width of the image you want to draw. canvasHeight * Type:Int32 * Description:This parameter represents the height of the image you want to draw. Go Back === GetImageHeightCore() === This method returns the height of the image in screen coordinates. ==== Remarks ==== This virtual method is called from the concrete method GetImageHeight. It returns the height of the image in screen coordinates. Return Value * Return Type:Int32 * Description:The height of the image in screen coordinates. ==== Parameters ==== Go Back === GetImageWidthCore() === This method returns the width of the image in screen coordinates. ==== Remarks ==== This virtual method is called from the concrete method GetImageWidth. It returns the width of the image in screen coordinates. Return Value * Return Type:Int32 * Description:The width of the image in screen coordinates. ==== Parameters ==== Go Back === GetProjectionTextCore() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back === GetRequestUrlCore(RectangleShape,Int32,Int32) === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== worldExtent * Type:RectangleShape * Description:N/A canvasWidth * Type:Int32 * Description:N/A canvasHeight * Type:Int32 * Description:N/A Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back === OnClosedRasterSource(ClosedRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ClosedRasterSourceEventArgs * Description:N/A Go Back === OnClosingRasterSource(ClosingRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:ClosingRasterSourceEventArgs * Description:N/A Go Back === OnOpenedRasterSource(OpenedRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:OpenedRasterSourceEventArgs * Description:N/A Go Back === OnOpeningRasterSource(OpeningRasterSourceEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:OpeningRasterSourceEventArgs * Description:N/A Go Back === OnSendingWebRequest(SendingWebRequestEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:SendingWebRequestEventArgs * Description:N/A Go Back === OnSentWebRequest(SentWebRequestEventArgs) === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== e * Type:SentWebRequestEventArgs * Description:N/A Go Back === OpenCore() === This method opens the RasterSource so that it is initialized and ready to use. ==== Remarks ==== This protected virtual method is called from the concrete public method Open. The Open method plays an important role, as it is responsible for initializing the RasterSource. Most methods on the RasterSource will throw an exception if the state of the RasterSource is not opened. When the map draws each layer, it will open the RasterSource as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the RasterSource. When implementing this abstract method, consider opening files for file-based sources, connecting to databases in the database-based sources and so on. You will get a chance to close these in the Close method of the RasterSource. Return Value * Return Type:Void * Description:None ==== Parameters ==== Go Back === SendWebRequest(WebRequest) === N/A ==== Remarks ==== N/A Return Value * Return Type:WebResponse * Description:N/A ==== Parameters ==== webRequest * Type:WebRequest * Description:N/A Go Back === SendWebRequestCore(WebRequest) === N/A ==== Remarks ==== N/A Return Value * Return Type:WebResponse * Description:N/A ==== Parameters ==== webRequest * Type:WebRequest * Description:N/A Go Back === Vj0=(WebRequest) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== reqeust * Type:WebRequest * Description:N/A Go Back === Vz0=(WebRequest) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== request * Type:WebRequest * Description:N/A Go Back === WD0=(XmlDocument) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== xmlDocument * Type:XmlDocument * Description:N/A Go Back === WT0=(XmlDocument) === N/A ==== Remarks ==== N/A Return Value * Return Type:Dictionary<String,Collection<Feature» * Description:N/A ==== Parameters ==== xmlDocument * Type:XmlDocument * Description:N/A Go Back ===== Public Properties ===== === ActiveLayerNames === This property allows the active layers requested from the client to be shown on the map. ==== Remarks ==== When requesting a map, a client may specify the layers to be shown on the map. ==== Return Value ==== Return Type:Collection<String> Go Back === ActiveStyleNames === This property allows the active styles requested from the client to be shown on the map. ==== Remarks ==== When requesting a map, a client may specify the styles to be shown on the map. ==== Return Value ==== Return Type:Collection<String> Go Back === AxisOrder === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:WmsAxisOrder Go Back === BlueTranslation === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === CapabilitesCacheTimeout === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:TimeSpan Go Back === Credentials === This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. ==== Remarks ==== N/A ==== Return Value ==== Return Type:ICredentials Go Back === Crs === This property gets or sets the projected or geographic coordinate reference system to be used. ==== Remarks ==== N/A ==== Return Value ==== Return Type:String Go Back === Exceptions === This property indicates the format in which the client wishes to be notified of service exceptions. ==== Remarks ==== Upon receiving a request that is invalid according to the OGC standard, the server shall issue a service exception report. The service report is meant to describe to the client application or its human user the reason(s) that the request is invalid. ==== Return Value ==== Return Type:String Go Back === GreenTranslation === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === HasProjectionText === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsGrayscale === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsNegative === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsOpen === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === IsTransparent === This property gets or sets whether the response map image's background color is transparent or not. ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back === OutputFormat === This property gets or sets the desired output format for the map being requested from the WMS. ==== Remarks ==== When requesting a map, a client may specify the output format in which to show the map. Formats are specified as MIME types such as “image/gif” or “image/png”. ==== Return Value ==== Return Type:String Go Back === Parameters === This property specifies a dictionary used to update the request sent from the client to the WMS server. ==== Remarks ==== N/A ==== Return Value ==== Return Type:Dictionary<String,String> Go Back === Projection === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Projection Go Back === Proxy === This property gets or sets the proxy used for requesting a Web Response. ==== Remarks ==== N/A ==== Return Value ==== Return Type:WebProxy Go Back === RedTranslation === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === TimeoutInSecond === This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. ==== Remarks ==== N/A ==== Return Value ==== Return Type:Int32 Go Back === Transparency === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Single Go Back === Uri === This property specifies the URI of the WMS server. ==== Remarks ==== N/A ==== Return Value ==== Return Type:Uri Go Back ===== Protected Properties ===== === HasProjectionTextCore === N/A ==== Remarks ==== N/A ==== Return Value ==== Return Type:Boolean Go Back ===== Public Events ===== === ClosedRasterSource === N/A ==== Remarks ==== N/A Event Arguments:ClosedRasterSourceEventArgs Go Back === ClosingRasterSource === N/A ==== Remarks ==== N/A Event Arguments:ClosingRasterSourceEventArgs Go Back === OpenedRasterSource === N/A ==== Remarks ==== N/A Event Arguments:OpenedRasterSourceEventArgs Go Back === OpeningRasterSource === N/A ==== Remarks ==== N/A Event Arguments:OpeningRasterSourceEventArgs Go Back === SendingWebRequest === This event is called before sending the reqeust for raster image. ==== Remarks ==== This event is called before sending the reqeust for raster image. It is typical that user want to get the url of reqeust and modify it according to their requirements. For example, user could create a signiture for it, and verify it on the server side. Event Arguments:SendingWebRequestEventArgs Go Back === SentWebRequest === This event is called after sent the request for raster image and the HttpWebResponse has come back. ==== Remarks ==== N/A Event Arguments**:SentWebRequestEventArgs

Go Back

thinkgeo.mapsuite.core.wmsrastersource.1442486557.txt.gz · Last modified: 2015/09/17 10:42 by admin