twaver.gis.filter
Interface PanActionFilter


public interface PanActionFilter

The interface is used to determine whether a map can be panned.


Method Summary
 boolean shouldPan(GeographyMap map)
          Determines if the map object can be panned.
 

Method Detail

shouldPan

public boolean shouldPan(GeographyMap map)
Determines if the map object can be panned.

Parameters:
map - the GeographyMap object
Returns:
true, according to the special logic to determine the map object can be panned; false otherwise.