====== ThinkGeo.MapSuite.Core.TiledWmsRasterSource ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Core.RasterSource ***ThinkGeo.MapSuite.Core.TiledWmsRasterSource** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource() ** N/A == Remarks == N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable) ** N/A == Remarks == N/A == Parameters == * //serverUris// * Type:IEnumerable * Description:N/A
** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable,WebProxy) ** N/A == Remarks == N/A == Parameters == * //serverUris// * Type:IEnumerable * Description:N/A * //webProxy// * Type:WebProxy * Description:N/A
** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable,String,String) ** N/A == Remarks == N/A == Parameters == * //serverUris// * Type:IEnumerable * Description:N/A * //clientId// * Type:String * Description:N/A * //privateKey// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable,WebProxy,String,String) ** This is the constructor the for the class. == Remarks == This constructor initializes a new WorldMapKitWmsRasterSource and downloads and parses the service description. == Parameters == * //serverUris// * Type:IEnumerable * Description:N/A * //webProxy// * Type:WebProxy * Description:Proxy to use for the current WMS layer. * //clientId// * Type:String * Description:N/A * //privateKey// * Type:String * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String,Int32) ** N/A == Remarks == N/A == Return Value == * Type:Dictionary> * Description:N/A == Parameters == * //screenPointF// * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] * Description:N/A * //infoFormat// * Type:String * Description:N/A * //maxFeatures// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} GetServerLayerNames() ** This method returns the names of all layers at the server side. == Remarks == None. == Return Value == * Type:Collection * Description:The names of all layers at the server side. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServerStyleNames() ** This method returns the names of all styles at the server side. == Remarks == None. == Return Value == * Type:Collection * Description:The names of all styles at the server side. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServerOutputFormats() ** This method returns the output format at the server side. == Remarks == None. == Return Value == * Type:Collection * Description:The output format at the server side. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServerCrss() ** This method returns the projected or geographic coordinate reference systems to be used. == Remarks == N/A == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServerExceptionFormats() ** This method returns the exception format at the server side. == Remarks == None. == Return Value == * Type:Collection * Description:The exception format at the server side. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServiceVersion() ** This API gets the WMS server version of the service. == Remarks == N/A == Return Value == * Type:String * Description:Returns a string reflecting the version of the service in WMS. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServerFeatureInfoFormats() ** This API gets the WMS server FeatureInfo formats of the service. == Remarks == N/A == Return Value == * Type:Collection * Description:This API returns the FeatureInfo formats supported on the server-side. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetServerCapabilitiesXml() ** This API gets the GetCapabilites document of the service. == Remarks == N/A == Return Value == * Type:String * Description:This API returns the GetCapabilites document of the service. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetRequestUris(RectangleShape,Int32,Int32) ** Get the request URLs from the client to the WMS servers. == Remarks == N/A == Return Value == * Type:Collection * Description:The request URLs from the client to the WMS servers. == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|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.
** {{wiki:PublicMethod.gif|}} CloneDeep() ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetWorldFileText() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetImageWidth() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetImageHeight() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetHorizontalResolution() ** N/A == Remarks == N/A == Return Value == * Type:Single * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetVerticalResolution() ** N/A == Remarks == N/A == Return Value == * Type:Single * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetProjectionText() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Open() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Close() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetImage(RectangleShape,Int32,Int32) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A * //canvasWidth// * Type:Int32 * Description:N/A * //canvasHeight// * Type:Int32 * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** N/A == Remarks == N/A == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,String,Int32) ** N/A == Remarks == N/A == Return Value == * Type:Dictionary> * Description:N/A == Parameters == * //screenPointF// * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] * Description:N/A * //infoFormat// * Type:String * Description:N/A * //maxFeatures// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} BuildWmsGetFeatureInfoUri(ScreenPointF,Int32,String) ** N/A == Remarks == N/A == Return Value == * Type:Uri * Description:N/A == Parameters == * //clickedPosition// * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] * Description:N/A * //maxFeatures// * Type:Int32 * Description:N/A * //infoFormat// * Type:String * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Vj0=(WebRequest) ** N/A == Remarks == N/A == Return Value == * Type:Dictionary> * Description:N/A == Parameters == * //reqeust// * Type:WebRequest * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Vz0=(WebRequest) ** N/A == Remarks == N/A == Return Value == * Type:Dictionary> * Description:N/A == Parameters == * //request// * Type:WebRequest * Description:N/A
** {{wiki:ProtectedMethod.gif|}} WD0=(XmlDocument) ** N/A == Remarks == N/A == Return Value == * Type:Dictionary> * Description:N/A == Parameters == * //xmlDocument// * Type:XmlDocument * Description:N/A
** {{wiki:ProtectedMethod.gif|}} WT0=(XmlDocument) ** N/A == Remarks == N/A == Return Value == * Type:Dictionary> * Description:N/A == Parameters == * //xmlDocument// * Type:XmlDocument * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** N/A == Remarks == N/A == Return Value == * Type:WebResponse * Description:N/A == Parameters == * //webRequest// * Type:WebRequest * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ** N/A == Remarks == N/A == Return Value == * Type:WebResponse * Description:N/A == Parameters == * //webRequest// * Type:WebRequest * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OpenCore() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetImageWidthCore() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetImageHeightCore() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} PD0=(GeoCanvas) ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:N/A == Parameters == * //canvans// * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} 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. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:This method returns an image based on the worldExtent and image width and height. == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|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.
** {{wiki:ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetProjectionTextCore() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** N/A == Remarks == N/A == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} ServerUris ** This property specifies the URI of the Tiled WMS server. == Remarks == N/A == Return Value == * Type:Collection ** {{wiki:PublicProperty.gif|}} TileHeight ** Represent the tile height of request. == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TileWidth ** Represent the tile width of request. == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} Credentials ** This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. == Remarks == N/A == Return Value == * Type:ICredentials ** {{wiki:PublicProperty.gif|}} ClientId ** Gets or sets a value that is unique to your client ID, please keep your key secure. == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} PrivateKey ** Gets or sets a value that is unique to your client ID, please keep your key secure. == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Proxy ** This property gets or sets the proxy used for requesting a Web Response. == Remarks == N/A == Return Value == * Type:WebProxy ** {{wiki:PublicProperty.gif|}} 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 == * Type:Collection ** {{wiki:PublicProperty.gif|}} 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 == * Type:Collection ** {{wiki:PublicProperty.gif|}} TimeoutInSeconds ** This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. == Remarks == N/A == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} 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 == * Type:String ** {{wiki:PublicProperty.gif|}} 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 == * Type:String ** {{wiki:PublicProperty.gif|}} Crs ** This property gets or sets the projected or geographic coordinate reference system to be used. == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Parameters ** This property specifies a dictionary used to update the request sent from the client to the WMS server. == Remarks == N/A == Return Value == * Type:Dictionary ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** This property gets or sets the ZoomLevelSet used for the WpfMap control. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ** {{wiki:PublicProperty.gif|}} AxisOrder ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] ** {{wiki:PublicProperty.gif|}} CapabilitiesCacheTimeout ** N/A == Remarks == N/A == Return Value == * Type:TimeSpan ** {{wiki:PublicProperty.gif|}} Projection ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.Projection|Projection]] ** {{wiki:PublicProperty.gif|}} Transparency ** N/A == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} BlueTranslation ** N/A == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} RedTranslation ** N/A == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} GreenTranslation ** N/A == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} IsNegative ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsGrayscale ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsOpen ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} HasProjectionText ** N/A == Remarks == N/A == Return Value == * Type:Boolean ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} OT0= ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:ProtectedProperty.gif|}} Oz0= ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:ProtectedProperty.gif|}} HasProjectionTextCore ** N/A == Remarks == N/A == Return Value == * Type:Boolean ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** This event is called before sending the reqeust for tile image. == Remarks == This event is called before sending the reqeust for tile 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:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] ** {{wiki:PublicEvent.gif|}} SentWebRequest ** This event is called before sending the reqeust for tile image. == Remarks == This event is called before sending the reqeust for tile 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:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] ** {{wiki:PublicEvent.gif|}} OpeningRasterSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} OpenedRasterSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} ClosingRasterSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] ** {{wiki:PublicEvent.gif|}} ClosedRasterSource ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]