Package | Description |
---|---|
fr.liglab.adele.icasa.frontend.services | |
fr.liglab.adele.icasa.frontend.services.utils |
Modifier and Type | Method and Description |
---|---|
ICasaMap |
MapService.getMap(String mapId)
Get a specific iCasaMap information
|
ICasaMap |
MapService.removeMap(String id)
Removes a map
|
ICasaMap |
MapService.updateMap(String id,
String name,
String description,
String gatewayURL,
String libs)
Update map information.
|
Modifier and Type | Method and Description |
---|---|
Set<ICasaMap> |
MapService.getMaps()
Retrieves the set of ICasaMaps in the server.
|
Modifier and Type | Method and Description |
---|---|
String |
MapService.addMap(ICasaMap map)
Add a new map to the service
|
Modifier and Type | Method and Description |
---|---|
static ICasaMap |
JSONMap.toJSON(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
JSONMap.toJSON(ICasaMap map) |
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.