This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.tiledwmslayer [2015/09/21 08:20] admin |
thinkgeo.mapsuite.portablecore.tiledwmslayer [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.TiledWmsLayer ====== | ====== ThinkGeo.MapSuite.Core.TiledWmsLayer ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server. | This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} TiledWmsLayer() ** | ** {{wiki:PublicMethod.gif|}} TiledWmsLayer() ** | ||
- | This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. | + | * //This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} TiledWmsLayer(IEnumerable<Uri>) ** | ** {{wiki:PublicMethod.gif|}} TiledWmsLayer(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|}} TiledWmsLayer(IEnumerable<Uri>,WebProxy) ** | + | ** {{wiki:PublicMethod.gif|}} TiledWmsLayer(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|}} TiledWmsLayer(IEnumerable<Uri>,String,String) ** | ** {{wiki:PublicMethod.gif|}} TiledWmsLayer(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|}} TiledWmsLayer(IEnumerable<Uri>,WebProxy,String,String) ** | + | ** {{wiki:PublicMethod.gif|}} TiledWmsLayer(IEnumerable<Uri>,GeoWebProxy,String,String) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //serverUris// | * //serverUris// | ||
Line 70: | Line 73: | ||
* //webProxy// | * //webProxy// | ||
- | * Type:WebProxy | + | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] |
* Description:N/A | * Description:N/A | ||
Line 84: | Line 87: | ||
==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ** {{wiki:PublicMethod.gif|}} ClearCache() ** | ||
- | |||
- | This method clears the tile cache of client. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Void | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetServerLayerNames() ** | ||
- | |||
- | This method returns the names of all layers at the server side. | ||
- | == Remarks == | ||
- | None. | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:This method returns the names of all layers at the server side. | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetServerStyleNames() ** | ||
- | |||
- | This method returns the names of all styles at the server side. | ||
- | == Remarks == | ||
- | None. | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:This method returns the names of all styles at the server side. | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetServerOutputFormats() ** | ||
- | |||
- | This method returns the output format at the server side. | ||
- | == Remarks == | ||
- | None. | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:This method returns the output format at the server side. | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetServerCrss() ** | ||
- | |||
- | This method returns the projected or geographic coordinate reference systems to be used. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:N/A | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetServerExceptionFormats() ** | ||
- | |||
- | This method returns the exception format at the server side. | ||
- | == Remarks == | ||
- | None. | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:The exception format at the server side. | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{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 == | ||
- | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetServerFeatureInfoFormats() ** | ||
- | |||
- | This API gets the WMS server FeatureInfo formats of the service. | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | == Return Value == | ||
- | * Type:Collection<String> | ||
- | * Description:This API returns the FeatureInfo formats supported on the server-side. | ||
- | |||
- | == Parameters == | ||
- | <div newline></div> | ||
- | ** {{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 == | ||
- | <div newline></div> | ||
** {{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 218: | Line 113: | ||
** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF) ** | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 234: | Line 129: | ||
** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String) ** | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 254: | Line 149: | ||
** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,Int32) ** | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,Int32) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 274: | Line 169: | ||
** {{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 296: | Line 191: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | + | ** {{wiki:PublicMethod.gif|}} ClearCache() ** |
- | N/A | + | * //This method clears the tile cache of client.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 308: | Line 203: | ||
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerLayerNames() ** |
- | N/A | + | * //This method returns the names of all layers at the server side.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //None.// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Collection<String> |
- | * Description:N/A | + | * Description:This method returns the names of all layers at the server side. |
== Parameters == | == Parameters == | ||
- | * //extentToRefresh// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerStyleNames() ** |
- | N/A | + | * //This method returns the names of all styles at the server side.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //None.// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Collection<String> |
- | * Description:N/A | + | * Description:This method returns the names of all styles at the server side. |
== Parameters == | == Parameters == | ||
- | * //extentsToRefresh// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerOutputFormats() ** |
- | N/A | + | * //This method returns the output format at the server side.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //None.// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Collection<String> |
- | * Description:N/A | + | * Description:This method returns the output format at the server side. |
== Parameters == | == Parameters == | ||
- | * //bufferTime// | ||
- | * Type:TimeSpan | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerCrss() ** |
- | N/A | + | * //This method returns the projected or geographic coordinate reference systems to be used.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Collection<String> |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
- | * //bufferTime// | ||
- | * Type:TimeSpan | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTimeType// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerExceptionFormats() ** |
- | N/A | + | * //This method returns the exception format at the server side.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //None.// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Collection<String> |
- | * Description:N/A | + | * Description:The exception format at the server side. |
== Parameters == | == Parameters == | ||
- | * //extentToRefresh// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTime// | ||
- | * Type:TimeSpan | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** | + | ** {{wiki:PublicMethod.gif|}} GetServiceVersion() ** |
- | N/A | + | * //This API gets the WMS server version of the service.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:String |
- | * Description:N/A | + | * Description:Returns a string reflecting the version of the service in WMS. |
== Parameters == | == Parameters == | ||
- | * //extentToRefresh// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTime// | ||
- | * Type:TimeSpan | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTimeType// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerFeatureInfoFormats() ** |
- | N/A | + | * //This API gets the WMS server FeatureInfo formats of the service.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Collection<String> |
- | * Description:N/A | + | * Description:This API returns the FeatureInfo formats supported on the server-side. |
== Parameters == | == Parameters == | ||
- | * //extentsToRefresh// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTime// | ||
- | * Type:TimeSpan | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** | + | ** {{wiki:PublicMethod.gif|}} GetServerCapabilitiesXml() ** |
- | N/A | + | * //This API gets the GetCapabilites document of the service.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:String |
- | * Description:N/A | + | * Description:This API returns the GetCapabilites document of the service. |
== Parameters == | == Parameters == | ||
- | * //extentsToRefresh// | ||
- | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTime// | ||
- | * Type:TimeSpan | ||
- | * Description:N/A | ||
- | |||
- | * //bufferTimeType// | ||
- | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | ||
- | * Description:N/A | ||
- | |||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 478: | Line 313: | ||
** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 490: | Line 325: | ||
** {{wiki:PublicMethod.gif|}} Open() ** | ** {{wiki:PublicMethod.gif|}} Open() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 502: | Line 337: | ||
** {{wiki:PublicMethod.gif|}} Close() ** | ** {{wiki:PublicMethod.gif|}} Close() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 514: | Line 349: | ||
** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 526: | Line 361: | ||
** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 544: | Line 379: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} ToString() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:String | + | * Type:Void |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Boolean | + | * Type:Void |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
- | * //obj// | + | * //extentToRefresh// |
- | * Type:Object | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Int32 | + | * Type:Void |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
+ | * //extentsToRefresh// | ||
+ | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
+ | * Description:N/A | ||
+ | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:PublicMethod.gif|}} GetType() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Type | + | * Type:Void |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
<div newline></div> | <div newline></div> | ||
- | ==== Protected Methods ==== | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** |
- | ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** | + | |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | + | * Type:Void |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
+ | * //extentToRefresh// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
+ | * Description:N/A | ||
+ | |||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 620: | Line 470: | ||
== Parameters == | == Parameters == | ||
- | * //e// | + | * //extentsToRefresh// |
- | * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
+ | |||
+ | * //bufferTime// | ||
+ | * Type:TimeSpan | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:String |
* Description:N/A | * Description:N/A | ||
== Parameters == | == Parameters == | ||
- | * //e// | + | <div newline></div> |
- | * Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
* Description:N/A | * Description:N/A | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | This method opens the Layer so that it is initialized and ready to use. | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | This abstract method is called from the concrete public method Open. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not opened. When the map draws each layer, the layer will be opened 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 Layer. When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer. | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Void | + | * Type:Int32 |
- | * Description:None | + | * Description:N/A |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
** {{wiki:ProtectedMethod.gif|}} GetRequestUrisCore(RectangleShape,Int32,Int32) ** | ** {{wiki:ProtectedMethod.gif|}} GetRequestUrisCore(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 679: | Line 558: | ||
** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
- | This method closes the Layer and releases any resources it was using. | + | * //This method closes the Layer and releases any resources it was using.// |
== Remarks == | == Remarks == | ||
- | This abstract method is called from the concrete public method Close. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called. If you override this method, it is recommended that you take the following things into account: This method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an error. We also suggest that in the Close you free all resources that have been opened. Remember that the object will not be destroyed, but will be re-opened possibly in the near future. | + | * //This abstract method is called from the concrete public method Close. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called. If you override this method, it is recommended that you take the following things into account: This method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an error. We also suggest that in the Close you free all resources that have been opened. Remember that the object will not be destroyed, but will be re-opened possibly in the near future.// |
== Return Value == | == Return Value == | ||
Line 691: | Line 570: | ||
** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** | ||
- | This method draws the Layer. | + | * //This method draws the Layer.// |
== Remarks == | == Remarks == | ||
- | This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. | + | * //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.// |
== Return Value == | == Return Value == | ||
Line 711: | Line 590: | ||
** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
- | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. | + | * //This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 731: | Line 610: | ||
** {{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 753: | Line 632: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** | + | ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
+ | |||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
== Return Value == | == Return Value == | ||
Line 764: | Line 655: | ||
== Parameters == | == Parameters == | ||
- | * //eventArgs// | + | * //e// |
- | * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
* Description:N/A | * Description:N/A | ||
+ | <div newline></div> | ||
+ | ** {{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 | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
+ | |||
+ | * //This method opens the Layer so that it is initialized and ready to use.// | ||
+ | == Remarks == | ||
+ | * //This abstract method is called from the concrete public method Open. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not opened. When the map draws each layer, the layer will be opened 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 Layer. When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer.// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:None | ||
+ | |||
+ | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 787: | Line 706: | ||
** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 799: | Line 718: | ||
** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 811: | Line 730: | ||
** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 831: | Line 750: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 847: | Line 766: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 863: | Line 782: | ||
** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,String) ** | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,String) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 883: | Line 802: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 899: | Line 818: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 915: | Line 834: | ||
** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 926: | Line 845: | ||
* //e// | * //e// | ||
* Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //eventArgs// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
* Description:N/A | * Description:N/A | ||
Line 931: | Line 866: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 943: | Line 878: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 953: | Line 888: | ||
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} nhw=(Double,Double) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} IsEqual(Double,Double) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 973: | Line 908: | ||
<div newline></div> | <div newline></div> | ||
- | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} VSw=(RectangleShape,RectangleShape) ** | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} Contains(RectangleShape,RectangleShape) ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 996: | Line 931: | ||
** {{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 1004: | Line 939: | ||
** {{wiki:PublicProperty.gif|}} ClientId ** | ** {{wiki:PublicProperty.gif|}} ClientId ** | ||
- | Gets or sets a value that is your Client Id. | + | * //Gets or sets a value that is your Client Id.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1012: | Line 947: | ||
** {{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 1020: | Line 955: | ||
** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | * Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] | ||
Line 1028: | Line 963: | ||
** {{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]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CapabilitesCacheTimeout ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
** {{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 1044: | Line 987: | ||
** {{wiki:PublicProperty.gif|}} ServerUri ** | ** {{wiki:PublicProperty.gif|}} ServerUri ** | ||
- | Gets or sets a server uri of Tiled WMS Server. | + | * //Gets or sets a server uri of Tiled WMS Server.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Uri | * Type:Uri | ||
Line 1052: | Line 995: | ||
** {{wiki:PublicProperty.gif|}} ServerUris ** | ** {{wiki:PublicProperty.gif|}} ServerUris ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Collection<Uri> | * Type:Collection<Uri> | ||
Line 1060: | Line 1003: | ||
** {{wiki:PublicProperty.gif|}} WebProxy ** | ** {{wiki:PublicProperty.gif|}} WebProxy ** | ||
- | 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|}} TileWidth ** | ** {{wiki:PublicProperty.gif|}} TileWidth ** | ||
- | Gets or sets the width of the tile requested | + | * //Gets or sets the width of the tile requested// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 1076: | Line 1019: | ||
** {{wiki:PublicProperty.gif|}} TileHight ** | ** {{wiki:PublicProperty.gif|}} TileHight ** | ||
- | Gets or sets the height of the tile requested | + | * //Gets or sets the height of the tile requested// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Int32 | * Type:Int32 | ||
Line 1084: | Line 1027: | ||
** {{wiki:PublicProperty.gif|}} OutputFormat ** | ** {{wiki:PublicProperty.gif|}} OutputFormat ** | ||
- | This property gets or sets the desired output format for the map requested from the WMS. | + | * //This property gets or sets the desired output format for the map requested from the WMS.// |
== Remarks == | == Remarks == | ||
- | When requesting a map, a client may specify the output format in which to show the map. Format 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. Format are specified as MIME types such as "image/gif" or "image/png".// |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1092: | Line 1035: | ||
** {{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 1100: | Line 1043: | ||
** {{wiki:PublicProperty.gif|}} TileCache ** | ** {{wiki:PublicProperty.gif|}} TileCache ** | ||
- | Gets or sets a BitmapTileCache represents which tile cache will be used. | + | * //Gets or sets a BitmapTileCache represents which tile cache will be used.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | * Type:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | ||
Line 1108: | Line 1051: | ||
** {{wiki:PublicProperty.gif|}} ImageSource ** | ** {{wiki:PublicProperty.gif|}} ImageSource ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.TiledWmsRasterSource|TiledWmsRasterSource]] | * Type:[[ThinkGeo.MapSuite.Core.TiledWmsRasterSource|TiledWmsRasterSource]] | ||
Line 1116: | Line 1059: | ||
** {{wiki:PublicProperty.gif|}} UpperScale ** | ** {{wiki:PublicProperty.gif|}} UpperScale ** | ||
- | Gets or sets a value represents upper threshold for scale. | + | * //Gets or sets a value represents upper threshold for scale.// |
== Remarks == | == Remarks == | ||
- | Is the current scale is beyond this value, the map will not render. | + | * //Is the current scale is beyond this value, the map will not render.// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 1124: | Line 1067: | ||
** {{wiki:PublicProperty.gif|}} LowerScale ** | ** {{wiki:PublicProperty.gif|}} LowerScale ** | ||
- | Gets or sets a value represents lower threshold for scale. | + | * //Gets or sets a value represents lower threshold for scale.// |
== Remarks == | == Remarks == | ||
- | Is the current scale is less than this value, the map will not render. | + | * //Is the current scale is less than this value, the map will not render.// |
== Return Value == | == Return Value == | ||
* Type:Double | * Type:Double | ||
Line 1132: | Line 1075: | ||
** {{wiki:PublicProperty.gif|}} ActiveLayerNames ** | ** {{wiki:PublicProperty.gif|}} ActiveLayerNames ** | ||
- | This property represents the available layers that can be requested from the client and shown on the map. | + | * //This property represents the available layers that can be requested from the client and 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 1140: | Line 1083: | ||
** {{wiki:PublicProperty.gif|}} ActiveStyleNames ** | ** {{wiki:PublicProperty.gif|}} ActiveStyleNames ** | ||
- | This property represents the available styles that can be requested from the client and shown on the map. | + | * //This property represents the available styles that can be requested from the client and 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 1148: | Line 1091: | ||
** {{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 1156: | Line 1099: | ||
** {{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 1164: | Line 1107: | ||
** {{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 1172: | Line 1115: | ||
** {{wiki:PublicProperty.gif|}} HasBoundingBox ** | ** {{wiki:PublicProperty.gif|}} HasBoundingBox ** | ||
- | This property indicates whether a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. | + | * //This property indicates whether a Layer has a BoundingBox or not. If it has no BoundingBox, it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs.// |
== Remarks == | == Remarks == | ||
- | The value of TileWmsLayer is false. | + | * //The value of TileWmsLayer is false.// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
- | |||
- | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** | ||
- | |||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | == Return Value == | ||
- | * Type:TimeSpan | ||
** {{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 1196: | Line 1131: | ||
** {{wiki:PublicProperty.gif|}} DrawingTime ** | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:TimeSpan | * Type:TimeSpan | ||
Line 1204: | Line 1139: | ||
** {{wiki:PublicProperty.gif|}} Name ** | ** {{wiki:PublicProperty.gif|}} Name ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
- | == Return Value == | + | |
- | * Type:String | + | |
- | + | ||
- | ** {{wiki:PublicProperty.gif|}} Attribution ** | + | |
- | + | ||
- | N/A | + | |
- | == Remarks == | + | |
- | N/A | + | |
== Return Value == | == Return Value == | ||
* Type:String | * Type:String | ||
Line 1220: | Line 1147: | ||
** {{wiki:PublicProperty.gif|}} IsVisible ** | ** {{wiki:PublicProperty.gif|}} IsVisible ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1228: | Line 1155: | ||
** {{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 | ||
- | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** | + | ** {{wiki:PublicProperty.gif|}} IsNegative ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Single | + | * Type:Boolean |
- | ** {{wiki:PublicProperty.gif|}} RedTranslation ** | + | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Single | + | * Type:Boolean |
- | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** | + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Single | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] |
- | ** {{wiki:PublicProperty.gif|}} KeyColors ** | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | * Type:String |
- | ** {{wiki:PublicProperty.gif|}} IsNegative ** | + | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
- | * Type:Boolean | + | * Type:TimeSpan |
- | + | ||
- | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** | + | |
- | + | ||
- | N/A | + | |
- | == Remarks == | + | |
- | N/A | + | |
- | == Return Value == | + | |
- | * Type:Boolean | + | |
- | + | ||
- | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | + | |
- | + | ||
- | N/A | + | |
- | == Remarks == | + | |
- | N/A | + | |
- | == Return Value == | + | |
- | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | |
==== Protected Properties ==== | ==== Protected Properties ==== | ||
** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** | ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** | ||
- | This property returns true if the Layer is open and false if it is not. | + | * //This property returns true if the Layer is open and false if it is not.// |
== Remarks == | == Remarks == | ||
- | Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open. | + | * //Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open.// |
== Return Value == | == Return Value == | ||
* Type:Boolean | * Type:Boolean | ||
Line 1301: | Line 1212: | ||
==== Public Events ==== | ==== Public Events ==== | ||
** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | ||
- | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
- | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
- | + | ||
- | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | + | |
- | N/A | + | |
- | == Remarks == | + | |
- | N/A | + | |
- | + | ||
- | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | |
** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | ||
- | |||
- | ** {{wiki:PublicEvent.gif|}} DrawingException ** | ||
- | N/A | ||
- | == Remarks == | ||
- | N/A | ||
- | |||
- | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawnException ** | ** {{wiki:PublicEvent.gif|}} DrawnException ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | ||
** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | ||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
+ | |||
+ | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | ||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||