|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayerInfoItem
This interface should be implemented by classes that are used to configure dynamic layers in a dynamic map service. The Id property is the ID of this layer within a dynamic map service.
Method Summary | |
---|---|
int |
getId()
Gets the layer id. |
void |
setId(int id)
Sets the layer id. |
String |
toJson()
Create a JSON string that can be used to send instances of this class to a REST end point. |
Method Detail |
---|
int getId()
void setId(int id)
id
- the new idString toJson() throws Exception
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |