This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.wmsrasterlayer [2015/09/21 01:12] admin |
thinkgeo.mapsuite.core.wmsrasterlayer [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.WmsRasterLayer ====== | ====== ThinkGeo.MapSuite.Core.WmsRasterLayer ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| Represents an object that encapsulates a Web Map Service (WMS) layer. | Represents an object that encapsulates a Web Map Service (WMS) layer. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 10: | Line 13: | ||
| ** {{wiki:PublicMethod.gif|}} WmsRasterLayer() ** | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer() ** | ||
| - | 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|}} WmsRasterLayer(Uri) ** | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer(Uri) ** | ||
| - | This is the constructor the for the class. | + | * //This is the constructor the for the class.// |
| == Remarks == | == Remarks == | ||
| - | This constructor initializes a new layer, then downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified. | + | * //This constructor initializes a new layer, then downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified.// |
| == Parameters == | == Parameters == | ||
| * //uri// | * //uri// | ||
| Line 26: | Line 29: | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer(Uri,GeoWebProxy) ** | + | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer(Uri,WebProxy) ** |
| - | This is the constructor the for the class. | + | * //This is the constructor the for the class.// |
| == Remarks == | == Remarks == | ||
| - | This constructor initializes a new layer, then downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified. | + | * //This constructor initializes a new layer, then downloads and parses the service description. In an ASP.NET application, the service description is automatically cached for 24 hours when it is not specified.// |
| == Parameters == | == Parameters == | ||
| * //uri// | * //uri// | ||
| Line 37: | Line 40: | ||
| * //proxy// | * //proxy// | ||
| - | * 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 45: | Line 48: | ||
| ** {{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 57: | Line 60: | ||
| ** {{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 69: | Line 72: | ||
| ** {{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 81: | Line 84: | ||
| ** {{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 93: | Line 96: | ||
| ** {{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 105: | Line 108: | ||
| ** {{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 117: | Line 120: | ||
| ** {{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 129: | Line 132: | ||
| ** {{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 141: | Line 144: | ||
| ** {{wiki:PublicMethod.gif|}} GetRequestUrl(RectangleShape,Int32,Int32) ** | ** {{wiki:PublicMethod.gif|}} GetRequestUrl(RectangleShape,Int32,Int32) ** | ||
| - | Get the request URL from the client to the WMS. | + | * //Get the request URL from the client to the WMS.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 165: | Line 168: | ||
| ** {{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 181: | Line 184: | ||
| ** {{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 201: | Line 204: | ||
| ** {{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 221: | Line 224: | ||
| ** {{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 245: | Line 248: | ||
| ** {{wiki:PublicMethod.gif|}} GetProjectionText() ** | ** {{wiki:PublicMethod.gif|}} GetProjectionText() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 257: | Line 260: | ||
| ** {{wiki:PublicMethod.gif|}} GetHorizontalResolution() ** | ** {{wiki:PublicMethod.gif|}} GetHorizontalResolution() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 269: | Line 272: | ||
| ** {{wiki:PublicMethod.gif|}} GetVerticalResolution() ** | ** {{wiki:PublicMethod.gif|}} GetVerticalResolution() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 279: | Line 282: | ||
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** |
| - | 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 == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Type:Void |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| + | * //extentToRefresh// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Open() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 314: | Line 321: | ||
| == Parameters == | == Parameters == | ||
| + | * //extentsToRefresh// | ||
| + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | ||
| + | * Description:N/A | ||
| + | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Close() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 326: | Line 337: | ||
| == Parameters == | == Parameters == | ||
| + | * //bufferTime// | ||
| + | * Type:TimeSpan | ||
| + | * Description:N/A | ||
| + | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:Void |
| * 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|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 350: | Line 373: | ||
| == Parameters == | == Parameters == | ||
| - | * //canvas// | + | * //extentToRefresh// |
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| * Description:N/A | * Description:N/A | ||
| - | * //labelsInAllLayers// | + | * //bufferTime// |
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:TimeSpan |
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 370: | Line 393: | ||
| == 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(RectangleShape) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 382: | Line 417: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentToRefresh// | + | * //extentsToRefresh// |
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * 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:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 400: | Line 439: | ||
| * //extentsToRefresh// | * //extentsToRefresh// | ||
| * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | * 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 | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| - | * Type:Void | + | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //bufferTime// | + | <div newline></div> |
| - | * Type:TimeSpan | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
| - | * Description:N/A | + | |
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 430: | Line 485: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentToRefresh// | + | <div newline></div> |
| - | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
| - | * Description:N/A | + | |
| - | * //bufferTime// | + | * //N/A// |
| - | * Type:TimeSpan | + | == Remarks == |
| - | * Description:N/A | + | * //N/A// |
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| + | |||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| == Return Value == | == Return Value == | ||
| Line 450: | Line 521: | ||
| == Parameters == | == Parameters == | ||
| - | * //extentsToRefresh// | + | * //canvas// |
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
| * Description:N/A | * Description:N/A | ||
| - | * //bufferTime// | + | * //labelsInAllLayers// |
| - | * Type:TimeSpan | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
| * Description:N/A | * Description:N/A | ||
| Line 461: | Line 532: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 473: | Line 544: | ||
| ** {{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 489: | Line 560: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 501: | Line 572: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 514: | Line 585: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetRequestUrlCore(RectangleShape,Int32,Int32) ** | ** {{wiki:ProtectedMethod.gif|}} GetRequestUrlCore(RectangleShape,Int32,Int32) ** | ||
| - | Get the request URL from the client to the WMS. | + | * //Get the request URL from the client to the WMS.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 538: | Line 609: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 550: | Line 621: | ||
| ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 562: | Line 633: | ||
| ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 574: | Line 645: | ||
| ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 589: | Line 660: | ||
| * //labelsInAllLayers// | * //labelsInAllLayers// | ||
| * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| + | * 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 | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** | ||
| + | |||
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //eventArgs// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
| * Description:N/A | * Description:N/A | ||
| Line 594: | Line 697: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 606: | Line 709: | ||
| ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 618: | Line 721: | ||
| ** {{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 638: | Line 741: | ||
| ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 658: | Line 761: | ||
| ** {{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 674: | Line 777: | ||
| ** {{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 690: | Line 793: | ||
| ** {{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 710: | Line 813: | ||
| ** {{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 726: | Line 829: | ||
| ** {{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 742: | Line 845: | ||
| ** {{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 753: | Line 856: | ||
| * //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 | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** | ||
| - | |||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //eventArgs// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
| * Description:N/A | * Description:N/A | ||
| Line 790: | Line 861: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 802: | Line 873: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 867: | Line 938: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]] | + | * Type:WebProxy |
| ** {{wiki:PublicProperty.gif|}} Crs ** | ** {{wiki:PublicProperty.gif|}} Crs ** | ||
| Line 925: | Line 996: | ||
| * Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | * Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | ||
| - | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** | + | ** {{wiki:PublicProperty.gif|}} ImageSource ** |
| N/A | N/A | ||
| Line 931: | Line 1002: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Single | + | * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] |
| - | ** {{wiki:PublicProperty.gif|}} RedTranslation ** | + | ** {{wiki:PublicProperty.gif|}} WrappingMode ** |
| N/A | N/A | ||
| Line 939: | Line 1010: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Single | + | * Type:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] |
| - | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** | + | ** {{wiki:PublicProperty.gif|}} WrappingExtent ** |
| N/A | N/A | ||
| Line 947: | Line 1018: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Single | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
| - | ** {{wiki:PublicProperty.gif|}} IsNegative ** | + | ** {{wiki:PublicProperty.gif|}} UpperThreshold ** |
| N/A | N/A | ||
| Line 955: | Line 1026: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Boolean | + | * Type:Double |
| - | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** | + | ** {{wiki:PublicProperty.gif|}} LowerThreshold ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Double | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} HasProjectionText ** | ||
| N/A | N/A | ||
| Line 965: | Line 1044: | ||
| * Type:Boolean | * Type:Boolean | ||
| - | ** {{wiki:PublicProperty.gif|}} ImageSource ** | + | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** |
| N/A | N/A | ||
| Line 971: | Line 1050: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | * Type:TimeSpan |
| - | ** {{wiki:PublicProperty.gif|}} UpperThreshold ** | + | ** {{wiki:PublicProperty.gif|}} IsOpen ** |
| N/A | N/A | ||
| Line 979: | Line 1058: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Double | + | * Type:Boolean |
| - | ** {{wiki:PublicProperty.gif|}} LowerThreshold ** | + | ** {{wiki:PublicProperty.gif|}} DrawingTime ** |
| N/A | N/A | ||
| Line 987: | Line 1066: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Double | + | * Type:TimeSpan |
| - | ** {{wiki:PublicProperty.gif|}} HasProjectionText ** | + | ** {{wiki:PublicProperty.gif|}} Name ** |
| N/A | N/A | ||
| Line 995: | Line 1074: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Boolean | + | * Type:String |
| - | ** {{wiki:PublicProperty.gif|}} KeyColors ** | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
| N/A | N/A | ||
| Line 1003: | Line 1082: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | * Type:String |
| - | ** {{wiki:PublicProperty.gif|}} IsOpen ** | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
| N/A | N/A | ||
| Line 1013: | Line 1092: | ||
| * Type:Boolean | * Type:Boolean | ||
| - | ** {{wiki:PublicProperty.gif|}} DrawingTime ** | + | ** {{wiki:PublicProperty.gif|}} Transparency ** |
| N/A | N/A | ||
| Line 1019: | Line 1098: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:TimeSpan | + | * Type:Single |
| - | ** {{wiki:PublicProperty.gif|}} Name ** | + | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** |
| N/A | N/A | ||
| Line 1027: | Line 1106: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:String | + | * Type:Single |
| - | ** {{wiki:PublicProperty.gif|}} IsVisible ** | + | ** {{wiki:PublicProperty.gif|}} RedTranslation ** |
| N/A | N/A | ||
| Line 1035: | Line 1114: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Boolean | + | * Type:Single |
| - | ** {{wiki:PublicProperty.gif|}} Transparency ** | + | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** |
| N/A | N/A | ||
| Line 1045: | Line 1124: | ||
| * Type:Single | * Type:Single | ||
| - | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | + | ** {{wiki:PublicProperty.gif|}} KeyColors ** |
| N/A | N/A | ||
| Line 1051: | Line 1130: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> |
| - | ** {{wiki:PublicProperty.gif|}} Attribution ** | + | ** {{wiki:PublicProperty.gif|}} IsNegative ** |
| N/A | N/A | ||
| Line 1059: | Line 1138: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:String | + | * Type:Boolean |
| - | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** | + | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** |
| N/A | N/A | ||
| Line 1067: | Line 1146: | ||
| N/A | N/A | ||
| == Return Value == | == Return Value == | ||
| - | * Type:TimeSpan | + | * Type:Boolean |
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | ||
| ==== Protected Properties ==== | ==== Protected Properties ==== | ||
| Line 1093: | Line 1180: | ||
| Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | ||
| - | ** {{wiki:PublicEvent.gif|}} DrawingException ** | + | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] |
| - | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** | + | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] |
| - | ** {{wiki:PublicEvent.gif|}} DrawnException ** | + | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
| - | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
| - | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] |
| - | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** | + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] |
| - | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
| N/A | N/A | ||
| == Remarks == | == Remarks == | ||
| N/A | N/A | ||
| - | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] |