public class

MapPlotHelper

extends Object
java.lang.Object
   ↳ com.mapsted.map.position.MapPlotHelper

Summary

Public Constructors
MapPlotHelper()
Public Methods
static boolean checkIfSameZones(IZone zone1, IZone zone2)
static MapLayerUpdate defaultMapLayerUpdate()
Default for uninitialized
static VectorElementMapLayer getMapLayerByZone(IZone zone, LayerManager layerManager)
static MapLayerUpdate getMapLayerUpdate(IZone prevZone, IZone newZone, LayerManager layerManager)
static void updateMapstedMapItem(MapstedVectorElement m, IZone newZone, LayerManager layerManager, boolean updateVisibility, boolean debugLog)
static void updateMapstedMapItem(MapstedVectorElement m, IZone newZone, LayerManager layerManager)
static void updateMapstedMapItem(MapstedVectorElement m, IZone newZone, LayerManager layerManager, boolean updateVisibility)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MapPlotHelper ()

Public Methods

public static boolean checkIfSameZones (IZone zone1, IZone zone2)

Returns
  • true if same zones, false if different zones

public static MapLayerUpdate defaultMapLayerUpdate ()

Default for uninitialized

public static VectorElementMapLayer getMapLayerByZone (IZone zone, LayerManager layerManager)

Returns
  • MapLayer for plotting based on zone

public static MapLayerUpdate getMapLayerUpdate (IZone prevZone, IZone newZone, LayerManager layerManager)

public static void updateMapstedMapItem (MapstedVectorElement m, IZone newZone, LayerManager layerManager, boolean updateVisibility, boolean debugLog)

public static void updateMapstedMapItem (MapstedVectorElement m, IZone newZone, LayerManager layerManager)

public static void updateMapstedMapItem (MapstedVectorElement m, IZone newZone, LayerManager layerManager, boolean updateVisibility)