|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.client.local.LayerDetails
public class LayerDetails

This class contains information on the various layers available in a local map service or a local feature service.
| Constructor Summary | |
|---|---|
LayerDetails(Layer layerInfo,
String url,
LocalService parentService)
Construct a LayerDetail instance from Layer information. |
|
LayerDetails(Table tableInfo,
String url,
LocalService parentService)
Construct a LayerDetail instance from Table information. |
|
| Method Summary | |
|---|---|
int |
getId()
Gets unique layer ID indicating the position of the layer within the service. |
String |
getName()
Gets the layer name. |
LocalService |
getParentService()
Returns the parent service of this layer. |
String |
getUrl()
Gets the URL for this layer. |
boolean |
isEditable()
Returns true if this layer can be edited. |
boolean |
isQueryable()
Returns true if this layer can be queried. |
boolean |
isTable()
Returns true if this layer is a table. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LayerDetails(Layer layerInfo,
String url,
LocalService parentService)
layerInfo - Information on a local map service layerparentService - Parent local service
public LayerDetails(Table tableInfo,
String url,
LocalService parentService)
tableInfo - Information on a local map service tableparentService - Parent local service| Method Detail |
|---|
public int getId()
public String getUrl()
public String getName()
public boolean isTable()
public boolean isQueryable()
public boolean isEditable()
public LocalService getParentService()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||