public class GMap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
GMap() |
GMap(java.lang.Integer mapIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMapIndex() |
java.lang.String |
getMapLegendImage()
Get the maps legend image.
|
GMapPoint[] |
getMapPoints() |
GMapPolygon[] |
getMapPolys()
Get the map polygons
|
void |
setMapLegendImage(java.lang.String mapLegendImage)
Set the maps legend image
|
void |
setMapPoints(GMapPoint[] mapPoints)
Set the map points
|
void |
setMapPolys(GMapPolygon[] mapPolys)
Set the map polygons
|
public GMapPoint[] getMapPoints()
public void setMapPoints(GMapPoint[] mapPoints)
mapPoints - - array of map pointspublic java.lang.Integer getMapIndex()
public GMapPolygon[] getMapPolys()
public void setMapPolys(GMapPolygon[] mapPolys)
mapPolys - public java.lang.String getMapLegendImage()
public void setMapLegendImage(java.lang.String mapLegendImage)
mapLegendImage - Array of image bytes or null