This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.tiledwmsrastersource [2015/09/21 01:11] admin |
thinkgeo.mapsuite.core.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 25: | Line 28: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<Uri>,GeoWebProxy) ** | + | ** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<Uri>,WebProxy) ** |
N/A | N/A | ||
Line 36: | Line 39: | ||
* //webProxy// | * //webProxy// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | + | * Type:WebProxy |
* Description:N/A | * Description:N/A | ||
Line 59: | Line 62: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<Uri>,GeoWebProxy,String,String) ** | + | ** {{wiki:PublicMethod.gif|}} TiledWmsRasterSource(IEnumerable<Uri>,WebProxy,String,String) ** |
This is the constructor the for the class. | This is the constructor the for the class. | ||
Line 70: | Line 73: | ||
* //webProxy// | * //webProxy// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | + | * Type:WebProxy |
* Description:Proxy to use for the current WMS layer. | * Description:Proxy to use for the current WMS layer. | ||
Line 84: | Line 87: | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
+ | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String,Int32) ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | ||
+ | * 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 | ||
+ | |||
+ | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} GetServerLayerNames() ** | ** {{wiki:PublicMethod.gif|}} GetServerLayerNames() ** | ||
Line 202: | Line 229: | ||
* Type:Int32 | * Type:Int32 | ||
* Description:The returning map height, as well as the drawing canvas height. | * Description:The returning map height, as well as the drawing canvas height. | ||
- | |||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String,Int32) ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | ||
- | * 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 | ||
<div newline></div> | <div newline></div> | ||
Line 473: | Line 476: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} xlk=(WebRequest) ** | + | ** {{wiki:ProtectedMethod.gif|}} Vj0=(WebRequest) ** |
N/A | N/A | ||
Line 484: | Line 487: | ||
== Parameters == | == Parameters == | ||
- | * //x1k=// | + | * //reqeust// |
* Type:WebRequest | * Type:WebRequest | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} yFk=(WebRequest) ** | + | ** {{wiki:ProtectedMethod.gif|}} Vz0=(WebRequest) ** |
N/A | N/A | ||
Line 500: | Line 503: | ||
== Parameters == | == Parameters == | ||
- | * //yVk=// | + | * //request// |
* Type:WebRequest | * Type:WebRequest | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} ylk=(XDocument) ** | + | ** {{wiki:ProtectedMethod.gif|}} WD0=(XmlDocument) ** |
N/A | N/A | ||
Line 516: | Line 519: | ||
== Parameters == | == Parameters == | ||
- | * //y1k=// | + | * //xmlDocument// |
- | * Type:XDocument | + | * Type:XmlDocument |
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} zFk=(XDocument) ** | + | ** {{wiki:ProtectedMethod.gif|}} WT0=(XmlDocument) ** |
N/A | N/A | ||
Line 532: | Line 535: | ||
== Parameters == | == Parameters == | ||
- | * //zVk=// | + | * //xmlDocument// |
- | * Type:XDocument | + | * Type:XmlDocument |
* Description:N/A | * Description:N/A | ||
Line 649: | Line 652: | ||
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} d1k=(GeoCanvas) ** | + | ** {{wiki:ProtectedMethod.gif|}} PD0=(GeoCanvas) ** |
N/A | N/A | ||
Line 660: | Line 663: | ||
== Parameters == | == Parameters == | ||
- | * //eFk=// | + | * //canvans// |
* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
* Description:N/A | * Description:N/A | ||
Line 868: | Line 871: | ||
N/A | N/A | ||
== Return Value == | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | + | * Type:WebProxy |
** {{wiki:PublicProperty.gif|}} ActiveLayerNames ** | ** {{wiki:PublicProperty.gif|}} ActiveLayerNames ** | ||
Line 1023: | Line 1026: | ||
==== Protected Properties ==== | ==== Protected Properties ==== | ||
- | ** {{wiki:ProtectedProperty.gif|}} clk= ** | + | ** {{wiki:ProtectedProperty.gif|}} OT0= ** |
N/A | N/A | ||
Line 1031: | Line 1034: | ||
* Type:Boolean | * Type:Boolean | ||
- | ** {{wiki:ProtectedProperty.gif|}} dVk= ** | + | ** {{wiki:ProtectedProperty.gif|}} Oz0= ** |
N/A | N/A |