| java.lang.Object | |
| ↳ | com.esri.android.map.ogc.WMSLayerInfo | 
This class represents a layer in a WMS map service.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object obj) | ||||||||||
| Envelope | getExtent() Returns the extent of the layer. | ||||||||||
| String | getLegendURL() Returns legend URL in string. | ||||||||||
| String | getName() Gets the name of the layer. | ||||||||||
| SpatialReference | getSpatialReference() Returns default spatial reference of the layer. | ||||||||||
| List<WMSLayerInfo> | getSubLayers() Returns the immediate sub-layers. | ||||||||||
| String | getTitle() Gets the title of the layer. | ||||||||||
| int | hashCode() | ||||||||||
| Bitmap | retrieveLegendImage() Synchronously retrieves the legend image from legend URL. | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Returns legend URL in string. Null if legend URL does not exist.
Gets the name of the layer. If, and only if, a layer has a Name, then it is a map layer that can be requested by using that Name in the LAYERS parameter of a GetMap request. A Layer that contains a Name element is referred to as a "named layer" in this International Standard. If the layer has a Title but no Name, then that layer is only a category title for all the layers nested within.
Returns default spatial reference of the layer.
Returns the immediate sub-layers.
Gets the title of the layer. A Title is mandatory for all layers; it is a human-readable string for presentation in a menu. The Title is not inherited by child Layers.
Synchronously retrieves the legend image from legend URL. This is a network call and users are responsible to call it in non-UI thread.