Represents a sublayer in a WMSLayer.
Constructors
new WMSSublayer(properties)
| properties Object See the properties for a list of all the properties that may be passed into the constructor. | 
Property Overview
| Name | Type | Summary | |
|---|---|---|---|
| String | Description for the WMS sublayer.more details | more details | |
| Extent | The full extent of the layer.more details | more details | |
| Number | The id for the WMS sublayer.more details | more details | |
| WMSLayer | The WMSLayer to which the sublayer belongs.more details | more details | |
| String | Name of the WMS sublayer.more details | more details | |
| Boolean | Indicates whether to display popups when features in the layer are clicked.more details | more details | |
| Number[] | List of spatialReferences (WKID) derived from the CRS elements of the first layer in the GetCapabilities request.more details | more details | |
| Collection | A collection of WMSSublayers.more details | more details | |
| String | The title of the WMS sublayer used to identify it in places such as the LayerList and Legend widgets.more details | more details | |
| Boolean | Indicates if the layer is visible in the view.more details | more details | |
Property Details
- descriptionString
- Description for the WMS sublayer. This defaults to the value of the Abstract property from the WMS GetCapabilities request. 
- fullExtentExtent
- The full extent of the layer. 
- idNumber
- The id for the WMS sublayer. This defaults to the value of the Abstract property from the WMS GetCapabilities request. 
- layerWMSLayer
- The WMSLayer to which the sublayer belongs. 
- nameString
- Name of the WMS sublayer. This defaults to the value of the Name property from the WMS GetCapabilities request. 
- popupEnabledBoolean
- Indicates whether to display popups when features in the layer are clicked. Default Value: false
- spatialReferencesNumber[]
- List of spatialReferences (WKID) derived from the CRS elements of the first layer in the GetCapabilities request. 
- sublayersCollection
- A collection of WMSSublayers. 
- titleString
- The title of the WMS sublayer used to identify it in places such as the LayerList and Legend widgets. This defaults to the value of the Title property from the WMS GetCapabilities request. 
- visibleBoolean
- Indicates if the layer is visible in the view. 
Method Overview
| Name | Return Type | Summary | |
|---|---|---|---|
| WMSSublayer | Creates a deep clone of the WMS sublayer.more details | more details | |
Method Details
- clone(){WMSSublayer}
- Creates a deep clone of the WMS sublayer. Returns:- Type - Description - WMSSublayer - A deep clone of the WMS sublayer instance that invoked this method.