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. | |
AttributionTemplate | Gets the attribution template of an WMS GetCapabilities XML scheme. | |
Brightness | Set layer brightness level (accelerated display only) Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
ClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer) | |
Contrast | Set layer contrast level (accelerated display only). Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
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 | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayName | Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer) | |
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) | |
Gamma | Set layer gamma level (accelerated display only). Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
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 | Gets a value that indicates whether this instance is currently sealed (read-only). (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. | |
MapUrl | Optional. Gets or sets the map URL. | |
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 client application 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). | |
ShowLegend | Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer) | |
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 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. | |
SupportsRotation | if true, the layer supports generating rotated images. If false, a larger than the map extent will be generate to cover the map extent and rotated by the map. (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
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) | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLayerVisibility | Gets the sub-layer visibility. | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetUrl | Overridden. Gets the URL. Override from DynamicMapServiceLayer | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (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 | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
Refresh | Refreshes the dynamic layer. (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetFullExtent | Sets the full extent. This method is useful only if SkipGetCapabilities is true otherwise the full extent is set by the metadata. | |
SetLayerVisibility | Sets the sublayer visibility. | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images. (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
GetSource | Gets the source image to display in the dynamic layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer) | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnLoaded | Occurs when this layer is rendered. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnMapChanged | Override to know when a layer's ESRI.ArcGIS.Client.Map property changes. (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
OnProgress | Raises the progress event (Inherited from ESRI.ArcGIS.Client.DynamicLayer) | |
OnPropertyChanged | Overloaded. Raises the ESRI.ArcGIS.Client.Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnUnloaded | Occurs when this layer is no longer connected to the main object tree. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
InitializationFailed | This Event fires when a Layer has been initialized and has 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. |