ArcGIS API for Silverlight - Library Reference
WmsLayer Class Properties
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace : WmsLayer Class


For a list of all members of this type, see WmsLayer members.

Public Properties

 NameDescription
public PropertyAbstract Gets the abstract metadata for this service.  
public PropertyAttributionTemplate Gets the attribution template of an WMS GetCapabilities XML scheme.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayName Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyFullExtent The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyID Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyImageFormat Gets or sets the image format being used by the service.  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitialized Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyLayerList Gets a list of layers available in this service.  
public PropertyLayers 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.  
public PropertyMapUrl Optional. Gets or sets the map URL.  
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacity Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyProxyUrl 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). You can also use a proxy to convert png images to a bit-depth that supports transparency in Silverlight.  
public PropertyShowLegend Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySkipGetCapabilities 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.  
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySupportedImageFormats Gets a collection of image formats supported by the WMS service.  
public PropertySupportedSpatialReferenceIDs Gets or sets the supported spatial reference IDs.  
public PropertyTitle Gets or sets the title metadata for this service.  
public PropertyUrl 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.  
public PropertyVersion 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.  
public PropertyVisible Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyVisibleTimeExtent Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

See Also

© ESRI, Inc. All Rights Reserved.