The following tables list the members exposed by WmsLayer.
Name | Description | |
---|---|---|
WmsLayer Constructor | Initializes a new instance of the WmsLayer class. |
Name | Description | |
---|---|---|
ImageFormatProperty | Identifies the ImageFormat dependency property. |
Name | Description | |
---|---|---|
Abstract | Gets the abstract metadata for this service. | |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer) | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
Effect | Gets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) | |
ImageFormat | Gets or sets the image format being used by the service. | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
LayerList | Gets a list of layers available in this service. | |
Layers | Required. Gets or sets the unique layer ids in a WMS service. Each id is a string value. At least one layer id must be defined. | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) | |
ProxyUrl | Optional. Gets or sets the URL to a proxy service that brokers Web requests between the Silverlight client and a WMS service. Use a proxy service when the WMS service is not hosted on a site that provides a cross domain policy file (clientaccesspolicy.xml or crossdomain.xml). You can also use a proxy to convert png images to a bit-depth that supports transparency in Silverlight. | |
SkipGetCapabilities | Optional. Gets or sets a value indicating whether to skip a request to get capabilities. Default value is false. Set SkipGetCapabilities if the site hosting the WMS service does not provide a cross domain policy file and you do not have a proxy page. In this case, you must set the WMS service version. If true, the initial and full extent of the WMS Silverlight layer will not be defined. | |
SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
SupportedImageFormats | Gets a collection of image formats supported by the WMS service. | |
SupportedSpatialReferenceIDs | Gets or sets the supported spatial reference IDs. | |
Title | Gets or sets the title metadata for this service. | |
Url | Required. Gets or sets the URL to a WMS service endpoint. For example, http://sampleserver1.arcgisonline.com/ArcGIS/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer/WMSServer, http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi. | |
Version | Optional. Gets or sets the WMS version. If SkipGetCapabilities property is set to true, this value determines version requested. If SkipGetCapabilities is false, this value determines version to retrieve. If no value specified, default value returned from the site will be used. | |
Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
GetLayerVisibility | Gets the sub-layer visibility. | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetUrl | Overridden. Gets the URL. Override from DynamicMapServiceLayer | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
Initialize | Overridden. Initializes this a WMS layer. Calls GetCapabilities if SkipGetCapabilities is false. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
QueryLegendInfos | Queries for the legend infos of a layer. | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Refresh | Refreshes the dynamic layer. (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetLayerVisibility | Sets the sublayer visibility. | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer) | |
GetSource | Gets the source image to display in the dynamic layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnMapChanged | Override to know when a layer's ESRI.ArcGIS.Client.Layer.Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnProgress | (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
OnPropertyChanged | Overloaded. Raises the ESRI.ArcGIS.Client.Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
InitializationFailed | Raised when the layer has been initialized and encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Initialized | Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer) | |
LegendChanged | Occurs when the legend of the layer changed. | |
PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) | |
VisibilityChanged | Occurs when the visibility of sublayers changed. |