|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.internal.value.LayerLegendInfo
public class LayerLegendInfo

This class contains legend information for a single sublayer of a map service.
| Method Summary | |
|---|---|
static LayerLegendInfo |
fromJson(org.codehaus.jackson.JsonParser parser,
String url)
Create a new instance. |
int |
getLayerId()
Gets the layer id for the corresponding sublayer. |
String |
getLayerName()
Gets the layer name. |
String |
getLayerType()
Gets the layer type. |
List<LegendItemInfo> |
getLegendItemInfos()
Gets the list of legend item info instances. |
double |
getMaxScale()
Gets the max scale the corresponding sublayer is visible at. |
double |
getMinScale()
Gets the min scale the corresponding sublayer is visible at. |
String |
getServiceUrl()
Gets the service url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getLayerName()
public String getLayerType()
public List<LegendItemInfo> getLegendItemInfos()
public double getMaxScale()
public double getMinScale()
public int getLayerId()
public String getServiceUrl()
public static LayerLegendInfo fromJson(org.codehaus.jackson.JsonParser parser,
String url)
throws Exception
parser - the parserurl - the url
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||