Class LayerTreeJSONParser
- java.lang.Object
-
- uk.ac.rdg.resc.godiva.client.requests.LayerTreeJSONParser
-
public class LayerTreeJSONParser extends Object
Parses a menu from JSON into a top-levelLayerMenuItem
- Author:
- Guy Griffiths
-
-
Constructor Summary
Constructors Constructor Description LayerTreeJSONParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LayerMenuItem
getTreeFromJson(String wmsUrl, com.google.gwt.json.client.JSONObject json)
-
-
-
Method Detail
-
getTreeFromJson
public static LayerMenuItem getTreeFromJson(String wmsUrl, com.google.gwt.json.client.JSONObject json)
-
-