|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.map.LayerInfo com.esri.map.WmsLayerInfo
public class WmsLayerInfo
This class represents a layer in a WMS map service.
Field Summary |
---|
Fields inherited from class com.esri.map.LayerInfo |
---|
_id, _name |
Method Summary | |
---|---|
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()
|
Methods inherited from class com.esri.map.LayerInfo |
---|
addLayer, addPropertyChangeListener, firePropertyChanged, getChildLayer, getChildLayerIndex, getDisplayName, getId, getParent, getSubLayerInfos, isVisible, removePropertyChangeListener, resumeEvents, setParent, setVisible, suspendEvents |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public List<WmsLayerInfo> getSubLayers()
public Envelope getExtent()
public SpatialReference getSpatialReference()
public String getName()
getName
in class LayerInfo
public String getTitle()
public String getLegendURL()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |