ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
Represents an object that encapsulates a Web Map Service (WMS) layer.
This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually.
None
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 is the constructor the for the class.
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.
None.
None.
None.
This method returns the projected or geographic coordinate reference systems to be used.
N/A
None.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
GetFeatureInfo(ScreenPointF,Int32)
N/A
N/A
GetFeatureInfo(ScreenPointF,String,Int32)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
RequestDrawing(RectangleShape,TimeSpan)
N/A
N/A
RequestDrawing(RectangleShape,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan)
N/A
N/A
RequestDrawing(IEnumerable<RectangleShape>,TimeSpan,RequestDrawingBufferTimeType)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
OnRequestedDrawing(RequestedDrawingLayerEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
DrawExceptionCore(GeoCanvas,Exception)
N/A
N/A
OnDrawingException(DrawingExceptionLayerEventArgs)
N/A
N/A
N/A
N/A
OnDrawingAttribution(DrawingAttributionLayerEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This property represents the available layers that can be requested from the client and shown on the map.
When requesting a map, a client may specify the layers to be shown on the map.
This property represents the available styles that can be requested from the client and shown on the map.
When requesting a map, a client may specify the styles to be shown on the map.
This property gets or sets the desired output format for the map requested from the WMS.
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”.
This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.
N/A
This property gets or sets whether the response map image's background color is transparent or not.
N/A
N/A
This property gets or sets the projected or geographic coordinate reference system to be used.
N/A
This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds.
N/A
This property indicates the format in which the client wishes to be notified of service exceptions.
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.
N/A
This property specifies a dictionary used to update the request sent from the client to the WMS server.
N/A
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.
The override in the WmsRasterLayer sets it to true.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:DrawnAttributionLayerEventArgs