public class MapStatusManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected MapParameter |
iServerStatus |
protected java.lang.String |
mapName |
protected Map |
ugoStatus |
Modifier | Constructor and Description |
---|---|
protected |
MapStatusManager() |
|
MapStatusManager(com.supermap.mapping.Map ugoMapStatus, MapParameter iServerMapStatus)
Constructs a new MapStatusManager instance by using UGO map status and iServer map status.
|
Modifier and Type | Method and Description |
---|---|
protected static com.supermap.mapping.Layer |
addHeatmapLayer(UGCHeatmapLayer heatmap, com.supermap.mapping.Map mapObj, com.supermap.data.Workspace ugoWorkspace) |
protected static com.supermap.mapping.Layer |
addLayer(UGCLayer ugcLayer, com.supermap.mapping.Map mapObj, com.supermap.data.Workspace ugoWorkspace) |
void |
close() |
void |
dispose() |
com.supermap.mapping.Map |
getMap() |
java.lang.String |
getMapName() |
static com.supermap.mapping.FieldValuesDisplayMode |
getUGOFieldValuesDisplayMode(FieldValuesDisplayMode fieldValuesDisplayMode) |
void |
reset() |
void |
setDefaultMapParameter(MapParameter defaultMapParam) |
protected static com.supermap.data.JoinItems |
setJoinItemsForTheme(JoinItem[] joinItems, com.supermap.data.QueryParameter queryParameter)
An internal method for supporting join thematic maps.
|
MapParameter |
updateStatus(MapParameter mapParam) |
protected static void |
updateUgoLayer(com.supermap.mapping.Layer ugoLayer, UGCLayer layer, Map mapObj) |
protected MapParameter iServerStatus
protected Map ugoStatus
protected java.lang.String mapName
public MapStatusManager(com.supermap.mapping.Map ugoMapStatus, MapParameter iServerMapStatus)
ugoMapStatus
-iServerMapStatus
-protected MapStatusManager()
protected static com.supermap.mapping.Layer addHeatmapLayer(UGCHeatmapLayer heatmap, com.supermap.mapping.Map mapObj, com.supermap.data.Workspace ugoWorkspace)
protected static com.supermap.mapping.Layer addLayer(UGCLayer ugcLayer, com.supermap.mapping.Map mapObj, com.supermap.data.Workspace ugoWorkspace)
public static com.supermap.mapping.FieldValuesDisplayMode getUGOFieldValuesDisplayMode(FieldValuesDisplayMode fieldValuesDisplayMode)
protected static void updateUgoLayer(com.supermap.mapping.Layer ugoLayer, UGCLayer layer, Map mapObj)
protected static com.supermap.data.JoinItems setJoinItemsForTheme(JoinItem[] joinItems, com.supermap.data.QueryParameter queryParameter)
joinItems
-queryParameter
-public com.supermap.mapping.Map getMap()
public java.lang.String getMapName()
public void setDefaultMapParameter(MapParameter defaultMapParam)
public MapParameter updateStatus(MapParameter mapParam)
public void reset()
public void close()
public void dispose()