User Tools

Site Tools


thinkgeo.mapsuite.portablecore.tiledwmsrastersource

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.portablecore.tiledwmsrastersource [2015/09/21 08:20]
admin
thinkgeo.mapsuite.portablecore.tiledwmsrastersource [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.TiledWmsRasterSource ====== ====== ThinkGeo.MapSuite.Core.TiledWmsRasterSource ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
  
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource() ** ** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>​) ** ** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​serverUris//​   * //​serverUris//​
Line 25: Line 28:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>,​WebProxy) **+** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>,​GeoWebProxy) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​serverUris//​   * //​serverUris//​
Line 36: Line 39:
  
   * //​webProxy//​   * //​webProxy//​
-    * Type:WebProxy+    * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
     * Description:​N/​A     * Description:​N/​A
  
Line 42: Line 45:
 ** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>,​String,​String) ** ** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>,​String,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //​serverUris//​   * //​serverUris//​
Line 59: Line 62:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>,​WebProxy,​String,​String) **+** {{wiki:​PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<​Uri>,​GeoWebProxy,​String,​String) **
  
-This is the constructor the for the class.+  * //This is the constructor the for the class.//
 == Remarks == == Remarks ==
-This constructor initializes a new WorldMapKitWmsRasterSource and downloads and parses the service description.+  * //This constructor initializes a new WorldMapKitWmsRasterSource and downloads and parses the service description.//
 == Parameters == == Parameters ==
   * //​serverUris//​   * //​serverUris//​
Line 70: Line 73:
  
   * //​webProxy//​   * //​webProxy//​
-    * Type:WebProxy+    * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
     * Description:​Proxy to use for the current WMS layer.     * Description:​Proxy to use for the current WMS layer.
  
Line 86: Line 89:
 ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 110: Line 113:
 ** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() ** ** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() **
  
-This method returns the names of all layers at the server side.+  * //This method returns the names of all layers at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 122: Line 125:
 ** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() ** ** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() **
  
-This method returns the names of all styles at the server side.+  * //This method returns the names of all styles at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 134: Line 137:
 ** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() **
  
-This method returns the output format at the server side.+  * //This method returns the output format at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 146: Line 149:
 ** {{wiki:​PublicMethod.gif|}} GetServerCrss() ** ** {{wiki:​PublicMethod.gif|}} GetServerCrss() **
  
-This method returns the projected or geographic coordinate reference systems to be used.+  * //This method returns the projected or geographic coordinate reference systems to be used.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 158: Line 161:
 ** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() **
  
-This method returns the exception format at the server side.+  * //This method returns the exception format at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 170: Line 173:
 ** {{wiki:​PublicMethod.gif|}} GetServiceVersion() ** ** {{wiki:​PublicMethod.gif|}} GetServiceVersion() **
  
-This API gets the WMS server version of the service.+  * //This API gets the WMS server version of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 182: Line 185:
 ** {{wiki:​PublicMethod.gif|}} GetServerFeatureInfoFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerFeatureInfoFormats() **
  
-This API gets the WMS server FeatureInfo formats of the service.+  * //This API gets the WMS server FeatureInfo formats of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 194: Line 197:
 ** {{wiki:​PublicMethod.gif|}} GetServerCapabilitiesXml() ** ** {{wiki:​PublicMethod.gif|}} GetServerCapabilitiesXml() **
  
-This API gets the GetCapabilites document of the service.+  * //This API gets the GetCapabilites document of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 206: Line 209:
 ** {{wiki:​PublicMethod.gif|}} GetRequestUris(RectangleShape,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetRequestUris(RectangleShape,​Int32,​Int32) **
  
-Get the request URLs from the client to the WMS servers.+  * //Get the request URLs from the client to the WMS servers.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 230: Line 233:
 ** {{wiki:​PublicMethod.gif|}} CloneDeep() ** ** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 242: Line 245:
 ** {{wiki:​PublicMethod.gif|}} GetWorldFileText() ** ** {{wiki:​PublicMethod.gif|}} GetWorldFileText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 254: Line 257:
 ** {{wiki:​PublicMethod.gif|}} GetImageWidth() ** ** {{wiki:​PublicMethod.gif|}} GetImageWidth() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 266: Line 269:
 ** {{wiki:​PublicMethod.gif|}} GetImageHeight() ** ** {{wiki:​PublicMethod.gif|}} GetImageHeight() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 278: Line 281:
 ** {{wiki:​PublicMethod.gif|}} GetHorizontalResolution() ** ** {{wiki:​PublicMethod.gif|}} GetHorizontalResolution() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 290: Line 293:
 ** {{wiki:​PublicMethod.gif|}} GetVerticalResolution() ** ** {{wiki:​PublicMethod.gif|}} GetVerticalResolution() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 302: Line 305:
 ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() ** ** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 314: Line 317:
 ** {{wiki:​PublicMethod.gif|}} GetProjectionText() ** ** {{wiki:​PublicMethod.gif|}} GetProjectionText() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 326: Line 329:
 ** {{wiki:​PublicMethod.gif|}} Open() ** ** {{wiki:​PublicMethod.gif|}} Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 338: Line 341:
 ** {{wiki:​PublicMethod.gif|}} Close() ** ** {{wiki:​PublicMethod.gif|}} Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 350: Line 353:
 ** {{wiki:​PublicMethod.gif|}} GetImage(RectangleShape,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetImage(RectangleShape,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 374: Line 377:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 386: Line 389:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 402: Line 405:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 414: Line 417:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 427: Line 430:
 ** {{wiki:​ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,​String,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,​String,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 451: Line 454:
 ** {{wiki:​ProtectedMethod.gif|}} BuildWmsGetFeatureInfoUri(ScreenPointF,​Int32,​String) ** ** {{wiki:​ProtectedMethod.gif|}} BuildWmsGetFeatureInfoUri(ScreenPointF,​Int32,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 473: Line 476:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​Vj0=(WebRequest) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleResponse(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 489: Line 492:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​Vz0=(WebRequest) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleResponseCore(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 505: Line 508:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​WD0=(XmlDocument) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleXmlInfoFormatResponse(XDocument) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 517: Line 520:
 == Parameters == == Parameters ==
   * //​xmlDocument//​   * //​xmlDocument//​
-    * Type:XmlDocument+    * Type:XDocument
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​WT0=(XmlDocument) **+** {{wiki:​ProtectedMethod.gif|}} ​HandleXmlInfoFormatResponseCore(XDocument) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 533: Line 536:
 == Parameters == == Parameters ==
   * //​xmlDocument//​   * //​xmlDocument//​
-    * Type:XmlDocument+    * Type:XDocument
     * Description:​N/​A     * Description:​N/​A
  
Line 539: Line 542:
 ** {{wiki:​ProtectedMethod.gif|}} SendWebRequest(WebRequest) ** ** {{wiki:​ProtectedMethod.gif|}} SendWebRequest(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 555: Line 558:
 ** {{wiki:​ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ** ** {{wiki:​ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 571: Line 574:
 ** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 587: Line 590:
 ** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 603: Line 606:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 615: Line 618:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageWidthCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetImageWidthCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 627: Line 630:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageHeightCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetImageHeightCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 639: Line 642:
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 649: Line 652:
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​PD0=(GeoCanvas) **+** {{wiki:​ProtectedMethod.gif|}} ​GetMap(GeoCanvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 667: Line 670:
 ** {{wiki:​ProtectedMethod.gif|}} GetImageCore(RectangleShape,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetImageCore(RectangleShape,​Int32,​Int32) **
  
-This method returns an image based on the worldExtent and image width and height.+  * //This method returns an image based on the worldExtent and image width and height.//
 == Remarks == == Remarks ==
-This method is responsible for returning the image based on the parameters passed in.+  * //This method is responsible for returning the image based on the parameters passed in.//
  
 == Return Value == == Return Value ==
Line 691: Line 694:
 ** {{wiki:​ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 707: Line 710:
 ** {{wiki:​ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 723: Line 726:
 ** {{wiki:​ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 739: Line 742:
 ** {{wiki:​ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 755: Line 758:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 767: Line 770:
 ** {{wiki:​ProtectedMethod.gif|}} GetProjectionTextCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetProjectionTextCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 779: Line 782:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 791: Line 794:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 803: Line 806:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 816: Line 819:
 ** {{wiki:​PublicProperty.gif|}} ServerUris ** ** {{wiki:​PublicProperty.gif|}} ServerUris **
  
-This property specifies the URI of the Tiled WMS server.+  * //This property specifies the URI of the Tiled WMS server.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​Uri>​   * Type:​Collection<​Uri>​
Line 824: Line 827:
 ** {{wiki:​PublicProperty.gif|}} TileHeight ** ** {{wiki:​PublicProperty.gif|}} TileHeight **
  
-Represent the tile height of request.+  * //Represent the tile height of request.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 832: Line 835:
 ** {{wiki:​PublicProperty.gif|}} TileWidth ** ** {{wiki:​PublicProperty.gif|}} TileWidth **
  
-Represent the tile width of request.+  * //Represent the tile width of request.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 840: Line 843:
 ** {{wiki:​PublicProperty.gif|}} Credentials ** ** {{wiki:​PublicProperty.gif|}} Credentials **
  
-This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.+  * //This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ICredentials   * Type:​ICredentials
Line 848: Line 851:
 ** {{wiki:​PublicProperty.gif|}} ClientId ** ** {{wiki:​PublicProperty.gif|}} ClientId **
  
-Gets or sets a value that is unique to your client ID, please keep your key secure.+  * //Gets or sets a value that is unique to your client ID, please keep your key secure.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 856: Line 859:
 ** {{wiki:​PublicProperty.gif|}} PrivateKey ** ** {{wiki:​PublicProperty.gif|}} PrivateKey **
  
-Gets or sets a value that is unique to your client ID, please keep your key secure.+  * //Gets or sets a value that is unique to your client ID, please keep your key secure.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 864: Line 867:
 ** {{wiki:​PublicProperty.gif|}} Proxy ** ** {{wiki:​PublicProperty.gif|}} Proxy **
  
-This property gets or sets the proxy used for requesting a Web Response.+  * //This property gets or sets the proxy used for requesting a Web Response.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:WebProxy+  * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
  
 ** {{wiki:​PublicProperty.gif|}} ActiveLayerNames ** ** {{wiki:​PublicProperty.gif|}} ActiveLayerNames **
  
-This property allows the active layers requested from the client to be shown on the map.+  * //This property allows the active layers requested from the client to be shown on the map.//
 == Remarks == == Remarks ==
-When requesting a map, a client may specify the layers to be shown on the map.+  * //When requesting a map, a client may specify the layers to be shown on the map.//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
Line 880: Line 883:
 ** {{wiki:​PublicProperty.gif|}} ActiveStyleNames ** ** {{wiki:​PublicProperty.gif|}} ActiveStyleNames **
  
-This property allows the active styles requested from the client to be shown on the map.+  * //This property allows the active styles requested from the client to be shown on the map.//
 == Remarks == == Remarks ==
-When requesting a map, a client may specify the styles to be shown on the map.+  * //When requesting a map, a client may specify the styles to be shown on the map.//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
Line 888: Line 891:
 ** {{wiki:​PublicProperty.gif|}} TimeoutInSeconds ** ** {{wiki:​PublicProperty.gif|}} TimeoutInSeconds **
  
-This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds.+  * //This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 896: Line 899:
 ** {{wiki:​PublicProperty.gif|}} OutputFormat ** ** {{wiki:​PublicProperty.gif|}} OutputFormat **
  
-This property gets or sets the desired output format for the map being requested from the WMS.+  * //This property gets or sets the desired output format for the map being requested from the WMS.//
 == Remarks == == 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"​.+  * //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 Value ==
   * Type:String   * Type:String
Line 904: Line 907:
 ** {{wiki:​PublicProperty.gif|}} Exceptions ** ** {{wiki:​PublicProperty.gif|}} Exceptions **
  
-This property indicates the format in which the client wishes to be notified of service exceptions.+  * //This property indicates the format in which the client wishes to be notified of service exceptions.//
 == Remarks == == 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.+  * //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 Value ==
   * Type:String   * Type:String
Line 912: Line 915:
 ** {{wiki:​PublicProperty.gif|}} Crs ** ** {{wiki:​PublicProperty.gif|}} Crs **
  
-This property gets or sets the projected or geographic coordinate reference system to be used.+  * //This property gets or sets the projected or geographic coordinate reference system to be used.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 920: Line 923:
 ** {{wiki:​PublicProperty.gif|}} Parameters ** ** {{wiki:​PublicProperty.gif|}} Parameters **
  
-This property specifies a dictionary used to update the request sent from the client to the WMS server.+  * //This property specifies a dictionary used to update the request sent from the client to the WMS server.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Dictionary<​String,​String>​   * Type:​Dictionary<​String,​String>​
Line 928: Line 931:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelSet ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
  
-This property gets or sets the ZoomLevelSet used for the WpfMap control.+  * //This property gets or sets the ZoomLevelSet used for the WpfMap control.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]   * Type:​[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
Line 936: Line 939:
 ** {{wiki:​PublicProperty.gif|}} AxisOrder ** ** {{wiki:​PublicProperty.gif|}} AxisOrder **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]   * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]
Line 944: Line 947:
 ** {{wiki:​PublicProperty.gif|}} CapabilitiesCacheTimeout ** ** {{wiki:​PublicProperty.gif|}} CapabilitiesCacheTimeout **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 952: Line 955:
 ** {{wiki:​PublicProperty.gif|}} Projection ** ** {{wiki:​PublicProperty.gif|}} Projection **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]]   * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]]
Line 960: Line 963:
 ** {{wiki:​PublicProperty.gif|}} Transparency ** ** {{wiki:​PublicProperty.gif|}} Transparency **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 968: Line 971:
 ** {{wiki:​PublicProperty.gif|}} BlueTranslation ** ** {{wiki:​PublicProperty.gif|}} BlueTranslation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 976: Line 979:
 ** {{wiki:​PublicProperty.gif|}} RedTranslation ** ** {{wiki:​PublicProperty.gif|}} RedTranslation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 984: Line 987:
 ** {{wiki:​PublicProperty.gif|}} GreenTranslation ** ** {{wiki:​PublicProperty.gif|}} GreenTranslation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 992: Line 995:
 ** {{wiki:​PublicProperty.gif|}} IsNegative ** ** {{wiki:​PublicProperty.gif|}} IsNegative **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1000: Line 1003:
 ** {{wiki:​PublicProperty.gif|}} IsGrayscale ** ** {{wiki:​PublicProperty.gif|}} IsGrayscale **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1008: Line 1011:
 ** {{wiki:​PublicProperty.gif|}} IsOpen ** ** {{wiki:​PublicProperty.gif|}} IsOpen **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1016: Line 1019:
 ** {{wiki:​PublicProperty.gif|}} HasProjectionText ** ** {{wiki:​PublicProperty.gif|}} HasProjectionText **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
  
 ==== Protected Properties ==== ==== Protected Properties ====
-** {{wiki:​ProtectedProperty.gif|}} ​OT0= **+** {{wiki:​ProtectedProperty.gif|}} ​IsError ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
  
-** {{wiki:​ProtectedProperty.gif|}} ​Oz0= **+** {{wiki:​ProtectedProperty.gif|}} ​IsTimeOut ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1041: Line 1044:
 ** {{wiki:​ProtectedProperty.gif|}} HasProjectionTextCore ** ** {{wiki:​ProtectedProperty.gif|}} HasProjectionTextCore **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1049: Line 1052:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** ** {{wiki:​PublicEvent.gif|}} SendingWebRequest **
-This event is called before sending the reqeust for tile image.+  * //This event is called before sending the reqeust for tile image.//
 == Remarks == == 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.+  * //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]] Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} SentWebRequest ** ** {{wiki:​PublicEvent.gif|}} SentWebRequest **
-This event is called before sending the reqeust for tile image.+  * //This event is called before sending the reqeust for tile image.//
 == Remarks == == 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.+  * //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]] Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} OpeningRasterSource ** ** {{wiki:​PublicEvent.gif|}} OpeningRasterSource **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} OpenedRasterSource ** ** {{wiki:​PublicEvent.gif|}} OpenedRasterSource **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} ClosingRasterSource ** ** {{wiki:​PublicEvent.gif|}} ClosingRasterSource **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} ClosedRasterSource ** ** {{wiki:​PublicEvent.gif|}} ClosedRasterSource **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]
  
  
thinkgeo.mapsuite.portablecore.tiledwmsrastersource.1442823603.txt.gz · Last modified: 2015/09/21 08:20 by admin