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/17 10:42] 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 7: | Line 10: | ||
***ThinkGeo.MapSuite.Core.WmsRasterLayer** | ***ThinkGeo.MapSuite.Core.WmsRasterLayer** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer() ** |
- | **{{wiki:PublicMethod.gif|}}[[#WmsRasterLayer()|WmsRasterLayer]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually.// |
- | **{{wiki:PublicMethod.gif|}}[[#WmsRasterLayer(Uri)|WmsRasterLayer]]** | + | == Remarks == |
- | * **Parameters**:Uri | + | * //None// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor the for the class. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer(Uri) ** |
- | <div class_table> | + | * //This is the constructor the for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#WmsRasterLayer(Uri,WebProxy)|WmsRasterLayer]]** | + | == Remarks == |
- | * **Parameters**:Uri,WebProxy | + | * //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.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor the for the class. | + | * //uri// |
- | </div> | + | * Type:Uri |
+ | * Description:URI of the WMS server. | ||
- | === Protected Constructors === | + | <div newline></div> |
- | === Public Methods === | + | ** {{wiki:PublicMethod.gif|}} WmsRasterLayer(Uri,WebProxy) ** |
- | <div class_table> | + | |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor the for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#Close()|Close]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //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.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //uri// |
- | </div> | + | * Type:Uri |
+ | * Description:URI of the WMS server. | ||
- | <div class_table> | + | * //proxy// |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(GeoCanvas,Collection<SimpleCandidate>)|Draw]]** | + | * Type:WebProxy |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:Proxy to use for the current WMS layer. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:Object | + | ==== Public Methods ==== |
- | * **DeclaringType**:Object | + | ** {{wiki:PublicMethod.gif|}} GetServerLayerNames() ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the names of all layers at the server side.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetBoundingBox()|GetBoundingBox]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //None.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeatureInfo(ScreenPointF,String,Int32)|GetFeatureInfo]]** | + | * Type:Collection<String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],String,Int32 | + | * Description:This method returns the names of all layers at the server side. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeatureInfo(ScreenPointF,Int32)|GetFeatureInfo]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],Int32 | + | ** {{wiki:PublicMethod.gif|}} GetServerStyleNames() ** |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the names of all styles at the server side.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeatureInfo(ScreenPointF)|GetFeatureInfo]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | + | * //None.// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetFeatureInfo(ScreenPointF,String)|GetFeatureInfo]]** | + | * Type:Collection<String> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],String | + | * Description:This method returns the names of all styles at the server side. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetServerOutputFormats() ** |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the output format at the server side.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHorizontalResolution()|GetHorizontalResolution]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //None.// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetProjectionText()|GetProjectionText]]** | + | * Type:Collection<String> |
- | * **Parameters**:N/A | + | * Description:This method returns the output format at the server side. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetRequestUrl(RectangleShape,Int32,Int32)|GetRequestUrl]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Int32,Int32 | + | ** {{wiki:PublicMethod.gif|}} GetServerCrss() ** |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:Get the request URL from the client to the WMS. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the projected or geographic coordinate reference systems to be used.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerCapabilitiesXml()|GetServerCapabilitiesXml]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This API gets the GetCapabilites document of the service. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerCrss()|GetServerCrss]]** | + | * Type:Collection<String> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the projected or geographic coordinate reference systems to be used. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerExceptionFormats()|GetServerExceptionFormats]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetServerExceptionFormats() ** |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the exception format at the server side. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This method returns the exception format at the server side.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerFeatureInfoFormats()|GetServerFeatureInfoFormats]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //None.// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This API gets the WMS server FeatureInfo formats of the service. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerLayerNames()|GetServerLayerNames]]** | + | * Type:Collection<String> |
- | * **Parameters**:N/A | + | * Description:This method returns the exception format at the server side. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the names of all layers at the server side. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerOutputFormats()|GetServerOutputFormats]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetServiceVersion() ** |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the output format at the server side. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This API gets the WMS server version of the service.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetServerStyleNames()|GetServerStyleNames]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the names of all styles at the server side. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetServiceVersion()|GetServiceVersion]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:Returning a string reflecting the version of the service in WMS. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This API gets the WMS server version of the service. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetThreadSafetyLevel()|GetThreadSafetyLevel]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetServerFeatureInfoFormats() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This API gets the WMS server FeatureInfo formats of the service.// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetVerticalResolution()|GetVerticalResolution]]** | + | * Type:Collection<String> |
- | * **Parameters**:N/A | + | * Description:This API returns the FeatureInfo formats supported on the server-side. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#Open()|Open]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetServerCapabilitiesXml() ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This API gets the GetCapabilites document of the service.// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)|RequestDrawing]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | + | * Type:String |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * Description:This API returns the GetCapabilites document of the service. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,TimeSpan)|RequestDrawing]]** | + | <div newline></div> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],TimeSpan | + | ** {{wiki:PublicMethod.gif|}} GetRequestUrl(RectangleShape,Int32,Int32) ** |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //Get the request URL from the client to the WMS.// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | + | == Remarks == |
- | * **Parameters**:TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(TimeSpan)|RequestDrawing]]** | + | * Type:String |
- | * **Parameters**:TimeSpan | + | * Description:The request URL from the client to the WMS. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(IEnumerable<RectangleShape>)|RequestDrawing]]** | + | * //worldExtent// |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //canvasWidth// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing()|RequestDrawing]]** | + | * Type:Int32 |
- | * **Parameters**:N/A | + | * Description:The returning map width, as well as the drawing canvas width. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //canvasHeight// |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)|RequestDrawing]]** | + | * Type:Int32 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],TimeSpan,[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * Description:The returning map height, as well as the drawing canvas height. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#RequestDrawing(RectangleShape)|RequestDrawing]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | == Return Value == |
- | <div class_table> | + | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | * Description:N/A |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloseCore()|CloseCore]]** | + | * //screenPointF// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawAttributionCore(GeoCanvas,String)|DrawAttributionCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],String | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(GeoCanvas,Collection<SimpleCandidate>)|DrawCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawException(GeoCanvas,Exception)|DrawException]]** | + | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Exception | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawExceptionCore(GeoCanvas,Exception)|DrawExceptionCore]]** | + | * //screenPointF// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Exception | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //infoFormat// |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Type:String |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetBoundingBoxCore()|GetBoundingBoxCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,Int32) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetRequestUrlCore(RectangleShape,Int32,Int32)|GetRequestUrlCore]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Int32,Int32 | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:Get the request URL from the client to the WMS. | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetThreadSafetyLevelCore()|GetThreadSafetyLevelCore]]** | + | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * //screenPointF// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | * **DeclaringType**:Object | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //maxFeatures// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]]** | + | * Type:Int32 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]]** | + | ** {{wiki:PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,String,Int32) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]]** | + | * Type:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]]** | + | * //screenPointF// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //infoFormat// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]]** | + | * Type:String |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //maxFeatures// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]]** | + | * Type:Int32 |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#OpenCore()|OpenCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetProjectionText() ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#ActiveLayerNames|ActiveLayerNames]]** | + | == Remarks == |
- | * **Return**:Collection<String> | + | * //N/A// |
- | * **Summary**:This property represents the available layers that can be requested from the client and shown on the map. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#ActiveStyleNames|ActiveStyleNames]]** | + | == Return Value == |
- | * **Return**:Collection<String> | + | * Type:String |
- | * **Summary**:This property represents the available styles that can be requested from the client and shown on the map. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Attribution|Attribution]]** | + | == Parameters == |
- | * **Return**:String | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetHorizontalResolution() ** |
- | **{{wiki:PublicProperty.gif|}}[[#AxisOrder|AxisOrder]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#BlueTranslation|BlueTranslation]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Single |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#CapabilitesCacheTimeOut|CapabilitesCacheTimeOut]]** | + | == Parameters == |
- | * **Return**:TimeSpan | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetVerticalResolution() ** |
- | **{{wiki:PublicProperty.gif|}}[[#Credentials|Credentials]]** | + | * //N/A// |
- | * **Return**:ICredentials | + | == Remarks == |
- | * **Summary**:This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#Crs|Crs]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:Single |
- | * **Summary**:This property gets or sets the projected or geographic coordinate reference system to be used. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#DrawingExceptionMode|DrawingExceptionMode]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing() ** |
- | **{{wiki:PublicProperty.gif|}}[[#DrawingTime|DrawingTime]]** | + | * //N/A// |
- | * **Return**:TimeSpan | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#Exceptions|Exceptions]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:Void |
- | * **Summary**:This property indicates the format in which the client wishes to be notified of service exceptions. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#GreenTranslation|GreenTranslation]]** | + | == Parameters == |
- | * **Return**:Single | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape) ** |
- | **{{wiki:PublicProperty.gif|}}[[#HasBoundingBox|HasBoundingBox]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:This property checks to see if 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. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#HasProjectionText|HasProjectionText]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageSource|ImageSource]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | * //extentToRefresh// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#IsGrayscale|IsGrayscale]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#IsNegative|IsNegative]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#IsOpen|IsOpen]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsTransparent|IsTransparent]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //extentsToRefresh// |
- | * **Summary**:This property gets or sets whether the response map image's background color is transparent or not. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#IsVisible|IsVisible]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#KeyColors|KeyColors]]** | + | * //N/A// |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#LowerThreshold|LowerThreshold]]** | + | == Return Value == |
- | * **Return**:Double | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Name|Name]]** | + | == Parameters == |
- | * **Return**:String | + | * //bufferTime// |
- | * **Summary**:N/A | + | * Type:TimeSpan |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#OutputFormat|OutputFormat]]** | + | <div newline></div> |
- | * **Return**:String | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) ** |
- | * **Summary**:This property gets or sets the desired output format for the map requested from the WMS. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#Parameters|Parameters]]** | + | * //N/A// |
- | * **Return**:Dictionary<String,String> | + | == Remarks == |
- | * **Summary**:This property specifies a dictionary used to update the request sent from the client to the WMS server. | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#Proxy|Proxy]]** | + | == Return Value == |
- | * **Return**:WebProxy | + | * Type:Void |
- | * **Summary**:This property gets or sets the proxy used for requesting a Web Response. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#RedTranslation|RedTranslation]]** | + | == Parameters == |
- | * **Return**:Single | + | * //bufferTime// |
- | * **Summary**:N/A | + | * Type:TimeSpan |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#RequestDrawingInterval|RequestDrawingInterval]]** | + | * //bufferTimeType// |
- | * **Return**:TimeSpan | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TimeoutInSecond|TimeoutInSecond]]** | + | <div newline></div> |
- | * **Return**:Int32 | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan) ** |
- | * **Summary**:This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#Transparency|Transparency]]** | + | * //N/A// |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#UpperThreshold|UpperThreshold]]** | + | == Return Value == |
- | * **Return**:Double | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Uri|Uri]]** | + | == Parameters == |
- | * **Return**:Uri | + | * //extentToRefresh// |
- | * **Summary**:This property specifies the URI of the WMS server. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | === Protected Properties === | + | * //bufferTime// |
- | **{{wiki:ProtectedProperty.gif|}}[[#IsOpenCore|IsOpenCore]]** | + | * Type:TimeSpan |
- | * **Return**:Boolean | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | === Public Events === | + | <div newline></div> |
- | **{{wiki:PublicEvent.gif|}}[[#DrawingAttribution|DrawingAttribution]]** | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) ** |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicEvent.gif|}}[[#DrawingException|DrawingException]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicEvent.gif|}}[[#DrawingProgressChanged|DrawingProgressChanged]]** | + | == Return Value == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#DrawnAttribution|DrawnAttribution]]** | + | == Parameters == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | * //extentToRefresh// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicEvent.gif|}}[[#DrawnException|DrawnException]]** | + | * //bufferTime// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | * Type:TimeSpan |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#RequestedDrawing|RequestedDrawing]]** | + | * //bufferTimeType// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#RequestingDrawing|RequestingDrawing]]** | + | <div newline></div> |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicEvent.gif|}}[[#SendingWebRequest|SendingWebRequest]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicEvent.gif|}}[[#SentWebRequest|SentWebRequest]]** | + | == Return Value == |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | ===== Public Constructors ===== | + | == Parameters == |
- | === WmsRasterLayer() === | + | * //extentsToRefresh// |
- | This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | ==== Remarks ==== | + | * Description:N/A |
- | None | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === WmsRasterLayer(Uri) === | + | |
- | This is the constructor the for the class. | + | |
- | ==== 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. | + | |
- | ==== Parameters ==== | + | |
- | **uri** | + | |
- | * **Type**:Uri | + | |
- | * **Description:URI of the WMS server. | + | |
- | [[#Public Constructors|Go Back]] | + | * //bufferTime// |
- | === WmsRasterLayer(Uri,WebProxy) === | + | * Type:TimeSpan |
- | This is the constructor the for the class. | + | * Description:N/A |
- | ==== 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. | + | |
- | ==== Parameters ==== | + | |
- | **uri** | + | |
- | * **Type**:Uri | + | |
- | * **Description:URI of the WMS server. | + | |
- | **proxy** | + | <div newline></div> |
- | * **Type**:WebProxy | + | ** {{wiki:PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) ** |
- | * **Description:Proxy to use for the current WMS layer. | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | === CloneDeep() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //extentsToRefresh// |
- | === Close() === | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //bufferTime// |
- | * **Return Type**:Void | + | * Type:TimeSpan |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //bufferTimeType// |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] |
- | === Draw(GeoCanvas,Collection<SimpleCandidate>) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:PublicMethod.gif|}} GetThreadSafetyLevel() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **canvas** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **labelsInAllLayers** | + | == Return Value == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Equals(Object) === | + | <div newline></div> |
- | N/A | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **obj** | + | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] |
- | * **Type**:Object | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetBoundingBox() === | + | <div newline></div> |
- | N/A | + | ** {{wiki:PublicMethod.gif|}} Open() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === GetFeatureInfo(ScreenPointF,String,Int32) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} Close() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **screenPointF** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **infoFormat** | + | == Return Value == |
- | * **Type**:String | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **maxFeatures** | + | == Parameters == |
- | * **Type**:Int32 | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetBoundingBox() ** |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetFeatureInfo(ScreenPointF,Int32) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **screenPointF** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | + | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>) ** |
- | * **Description**:N/A | + | |
- | **maxFeatures** | + | * //N/A// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetFeatureInfo(ScreenPointF) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | * //canvas// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //labelsInAllLayers// |
- | **screenPointF** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetFeatureInfo(ScreenPointF,String) === | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Dictionary<String,Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **screenPointF** | + | * Type:String |
- | * **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **infoFormat** | + | == Parameters == |
- | * **Type**:String | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetHashCode() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //obj// |
- | === GetHorizontalResolution() === | + | * Type:Object |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Single | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === GetProjectionText() === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:String | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetRequestUrl(RectangleShape,Int32,Int32) === | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | Get the request URL from the client to the WMS. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:The request URL from the client to the WMS. | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **worldExtent** | + | * Type:Type |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **canvasWidth** | + | == Parameters == |
- | * **Type**:Int32 | + | <div newline></div> |
- | * **Description**:The returning map width, as well as the drawing canvas width. | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} GetRequestUrlCore(RectangleShape,Int32,Int32) ** | ||
- | **canvasHeight** | + | * //Get the request URL from the client to the WMS.// |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:The returning map height, as well as the drawing canvas height. | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetServerCapabilitiesXml() === | + | * Type:String |
- | This API gets the GetCapabilites document of the service. | + | * Description:The request URL from the client to the WMS. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | * //worldExtent// |
- | * **Description**:This API returns the GetCapabilites document of the service. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //canvasWidth// |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | === GetServerCrss() === | + | * Description:The returning map width, as well as the drawing canvas width. |
- | This method returns the projected or geographic coordinate reference systems to be used. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //canvasHeight// |
- | * **Return Type**:Collection<String> | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:The returning map height, as well as the drawing canvas height. |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ** |
- | === GetServerExceptionFormats() === | + | |
- | This method returns the exception format at the server side. | + | |
- | ==== Remarks ==== | + | |
- | None. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<String> | + | == Remarks == |
- | * **Description**:This method returns the exception format at the server side. | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === GetServerFeatureInfoFormats() === | + | * Description:N/A |
- | This API gets the WMS server FeatureInfo formats of the service. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<String> | + | <div newline></div> |
- | * **Description**:This API returns the FeatureInfo formats supported on the server-side. | + | ** {{wiki:ProtectedMethod.gif|}} OpenCore() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === GetServerLayerNames() === | + | * //N/A// |
- | This method returns the names of all layers at the server side. | + | |
- | ==== Remarks ==== | + | |
- | None. | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<String> | + | * Type:Void |
- | * **Description**:This method returns the names of all layers at the server side. | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetServerOutputFormats() === | + | ** {{wiki:ProtectedMethod.gif|}} CloseCore() ** |
- | This method returns the output format at the server side. | + | |
- | ==== Remarks ==== | + | |
- | None. | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Collection<String> | + | == Remarks == |
- | * **Description**:This method returns the output format at the server side. | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === GetServerStyleNames() === | + | * Description:N/A |
- | This method returns the names of all styles at the server side. | + | |
- | ==== Remarks ==== | + | |
- | None. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Collection<String> | + | <div newline></div> |
- | * **Description**:This method returns the names of all styles at the server side. | + | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === GetServiceVersion() === | + | * //N/A// |
- | This API gets the WMS server version of the service. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:String | + | * Type:Void |
- | * **Description**:Returning a string reflecting the version of the service in WMS. | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //canvas// |
- | === GetThreadSafetyLevel() === | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //labelsInAllLayers// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** |
- | === GetType() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Type | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === GetVerticalResolution() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Single | + | * //eventArgs// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** |
- | === Open() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //eventArgs// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **extentsToRefresh** | + | ** {{wiki:ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | * //N/A// |
- | * **Type**:TimeSpan | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType) === | + | * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **extentsToRefresh** | + | == Remarks == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | == Return Value == |
- | * **Type**:TimeSpan | + | * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **bufferTimeType** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,Exception) ** |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === RequestDrawing(RectangleShape,TimeSpan) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **extentToRefresh** | + | * //canvas// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **bufferTime** | + | * //e// |
- | * **Type**:TimeSpan | + | * Type:Exception |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === RequestDrawing(TimeSpan,RequestDrawingBufferTimeType) === | + | ** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **bufferTime** | + | * Type:Void |
- | * **Type**:TimeSpan | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **bufferTimeType** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * //canvas// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //e// |
- | === RequestDrawing(TimeSpan) === | + | * Type:Exception |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **bufferTime** | + | == Remarks == |
- | * **Type**:TimeSpan | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === RequestDrawing(IEnumerable<RectangleShape>) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **extentsToRefresh** | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === RequestDrawing() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //e// |
- | === RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType) === | + | * Type:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,String) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **extentToRefresh** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **bufferTime** | + | == Return Value == |
- | * **Type**:TimeSpan | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | **bufferTimeType** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] | + | * //canvas// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //attribution// |
- | === RequestDrawing(RectangleShape) === | + | * Type:String |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **extentToRefresh** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === ToString() === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | * //args// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** |
- | ===== Protected Methods ===== | + | |
- | === CloneDeepCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Void |
- | === CloseCore() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //args// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** |
- | === DrawAttributionCore(GeoCanvas,String) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **canvas** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **attribution** | + | == Parameters == |
- | * **Type**:String | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
+ | * Description:N/A | ||
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === DrawCore(GeoCanvas,Collection<SimpleCandidate>) === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **canvas** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **labelsInAllLayers** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === DrawException(GeoCanvas,Exception) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **canvas** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | ==== Public Properties ==== |
- | * **Description**:N/A | + | ** {{wiki:PublicProperty.gif|}} Uri ** |
- | **e** | + | This property specifies the URI of the WMS server. |
- | * **Type**:Exception | + | == Remarks == |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === DrawExceptionCore(GeoCanvas,Exception) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Uri | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ActiveLayerNames ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property represents the available layers that can be requested from the client and shown on the map. |
- | **canvas** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | When requesting a map, a client may specify the layers to be shown on the map. |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:Collection<String> | ||
- | **e** | + | ** {{wiki:PublicProperty.gif|}} ActiveStyleNames ** |
- | * **Type**:Exception | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | This property represents the available styles that can be requested from the client and shown on the map. |
- | === Finalize() === | + | == Remarks == |
- | N/A | + | When requesting a map, a client may specify the styles to be shown on the map. |
- | ==== Remarks ==== | + | == Return Value == |
- | N/A | + | * Type:Collection<String> |
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} OutputFormat ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property gets or sets the desired output format for the map requested from the WMS. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetBoundingBoxCore() === | + | 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". |
- | N/A | + | == Return Value == |
- | ==== Remarks ==== | + | * Type:String |
- | N/A | + | |
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Credentials ** |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetRequestUrlCore(RectangleShape,Int32,Int32) === | + | |
- | Get the request URL from the client to the WMS. | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:ICredentials | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} IsTransparent ** |
- | * **Return Type**:String | + | |
- | * **Description**:The request URL from the client to the WMS. | + | |
- | ==== Parameters ==== | + | This property gets or sets whether the response map image's background color is transparent or not. |
- | **worldExtent** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | N/A |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:Boolean | ||
- | **canvasWidth** | + | ** {{wiki:PublicProperty.gif|}} Proxy ** |
- | * **Type**:Int32 | + | |
- | * **Description**:The returning map width, as well as the drawing canvas width. | + | |
- | **canvasHeight** | + | This property gets or sets the proxy used for requesting a Web Response. |
- | * **Type**:Int32 | + | == Remarks == |
- | * **Description**:The returning map height, as well as the drawing canvas height. | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === GetThreadSafetyLevelCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:WebProxy | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Crs ** |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property gets or sets the projected or geographic coordinate reference system to be used. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === MemberwiseClone() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:String | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TimeoutInSecond ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === OnDrawingAttribution(DrawingAttributionLayerEventArgs) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Exceptions ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property indicates the format in which the client wishes to be notified of service exceptions. |
- | **args** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | 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. |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:String | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CapabilitesCacheTimeOut ** | ||
- | [[#Protected Methods|Go Back]] | ||
- | === OnDrawingException(DrawingExceptionLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} Parameters ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property specifies a dictionary used to update the request sent from the client to the WMS server. |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,String> | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} HasBoundingBox ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | This property checks to see if 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. |
- | **e** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | The override in the WmsRasterLayer sets it to true. |
- | * **Description**:N/A | + | == Return Value == |
+ | * Type:Boolean | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} AxisOrder ** | ||
- | [[#Protected Methods|Go Back]] | ||
- | === OnDrawnAttribution(DrawnAttributionLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ImageSource ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **args** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OnDrawnException(DrawnExceptionLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} WrappingMode ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **e** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === OnRequestedDrawing(RequestedDrawingLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.WrappingMode|WrappingMode]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} WrappingExtent ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **eventArgs** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OnRequestingDrawing(RequestingDrawingLayerEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} UpperThreshold ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **eventArgs** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OpenCore() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} LowerThreshold ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === ActiveLayerNames === | ||
- | This property represents the available layers that can be requested from the client and shown on the map. | ||
- | ==== Remarks ==== | ||
- | When requesting a map, a client may specify the layers to be shown on the map. | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Collection<String> | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === ActiveStyleNames === | ||
- | This property represents the available styles that can be requested from the client and shown on the map. | ||
- | ==== Remarks ==== | ||
- | When requesting a map, a client may specify the styles to be shown on the map. | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Collection<String> | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === Attribution === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Double |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} HasProjectionText ** |
- | === AxisOrder === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === BlueTranslation === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ** |
- | === CapabilitesCacheTimeOut === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:TimeSpan | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Credentials === | ||
- | This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. | ||
- | ==== Remarks ==== | ||
N/A | N/A | ||
- | ==== Return Value ==== | + | == Remarks == |
- | **Return Type**:ICredentials | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === Crs === | + | |
- | This property gets or sets the projected or geographic coordinate reference system to be used. | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:TimeSpan |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IsOpen ** |
- | === DrawingExceptionMode === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === DrawingTime === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:TimeSpan | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} DrawingTime ** |
- | === Exceptions === | + | |
- | This property indicates the format in which the client wishes to be notified of service exceptions. | + | |
- | ==== Remarks ==== | + | |
- | Upon receiving a request that is invalid according to the OGC standard, the server shall issue a service exception report. The service report is meant to describe to the client application or its human user the reason(s) that the request is invalid. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:String | + | |
- | [[#Public Properties|Go Back]] | ||
- | === GreenTranslation === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:TimeSpan |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | === HasBoundingBox === | + | |
- | This property checks to see if 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 ==== | + | |
- | The override in the WmsRasterLayer sets it to true. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === HasProjectionText === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:String |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Attribution ** |
- | === ImageSource === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsGrayscale === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:String |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IsVisible ** |
- | === IsNegative === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsOpen === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Transparency ** |
- | === IsTransparent === | + | |
- | This property gets or sets whether the response map image's background color is transparent or not. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsVisible === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} BlueTranslation ** |
- | === KeyColors === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === LowerThreshold === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RedTranslation ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Name === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} GreenTranslation ** |
- | === OutputFormat === | + | |
- | This property gets or sets the desired output format for the map requested from the WMS. | + | |
- | ==== 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". | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:String | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Parameters === | ||
- | This property specifies a dictionary used to update the request sent from the client to the WMS server. | ||
- | ==== Remarks ==== | ||
N/A | N/A | ||
- | ==== Return Value ==== | + | == Remarks == |
- | **Return Type**:Dictionary<String,String> | + | |
- | + | ||
- | [[#Public Properties|Go Back]] | + | |
- | === Proxy === | + | |
- | This property gets or sets the proxy used for requesting a Web Response. | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:WebProxy | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} KeyColors ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === RedTranslation === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsNegative ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === RequestDrawingInterval === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:TimeSpan | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IsGrayscale ** |
- | === TimeoutInSecond === | + | |
- | This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Transparency === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} DrawingExceptionMode ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === UpperThreshold === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | === Uri === | + | ** {{wiki:ProtectedProperty.gif|}} IsOpenCore ** |
- | This property specifies the URI of the WMS server. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Uri | + | |
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | === IsOpenCore === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | ** {{wiki:PublicEvent.gif|}} SendingWebRequest ** |
- | === DrawingAttribution === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} SentWebRequest ** |
- | === DrawingException === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} RequestedDrawing ** |
- | === DrawingProgressChanged === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} RequestingDrawing ** |
- | === DrawnAttribution === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingProgressChanged ** |
- | === DrawnException === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingException ** |
- | === RequestedDrawing === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawnException ** |
- | === RequestingDrawing === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawingAttribution ** |
- | === SendingWebRequest === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} DrawnAttribution ** |
- | === SentWebRequest === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] |
- | [[#Public Events|Go Back]] | ||