Class StiMapHelper
java.lang.Object
com.stimulsoft.webdesigner.helper.StiMapHelper
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMapDataForJS(StiMap map) getMapProperties(StiMap map) static StringgetMapSampleImage(StiMap map, int width, int height, float zoom) static voidgetStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidsetMapProperties(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidstatic voidupdateMapData(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult)
-
Constructor Details
-
StiMapHelper
public StiMapHelper()
-
-
Method Details
-
getDisabledMaps
-
getMapProperties
public static HashMap<String,Object> getMapProperties(StiMap map) throws UnsupportedEncodingException, JSONException, IOException -
setMapProperties
public static void setMapProperties(StiReport report, HashMap<String, Object> param, HashMap<String, throws ExceptionObject> callbackResult) - Throws:
Exception
-
updateMapData
public static void updateMapData(StiReport report, HashMap<String, Object> param, HashMap<String, throws ExceptionObject> callbackResult) - Throws:
Exception
-
getMapDataForJS
public static ArrayList<HashMap<String,Object>> getMapDataForJS(StiMap map) throws UnsupportedEncodingException, JSONException, IOException -
getStyle
-
getMapSampleImage
public static String getMapSampleImage(StiMap map, int width, int height, float zoom) throws Exception - Throws:
Exception
-
setMapStyle
-
getStylesContent
public static void getStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, throws ExceptionObject> callbackResult) - Throws:
Exception
-