twaver.gis
Class Handler

java.lang.Object
  extended bytwaver.gis.Handler

Deprecated. The handler is a global tool which can help developers do some actions on the specified GeographyMap object.

public class Handler
extends java.lang.Object


Constructor Summary
Handler()
          Deprecated.  
 
Method Summary
static void pan(double woffset, double hoffset, GeographyMap map)
          Deprecated.  
static void zoomIn(double sx, double sy, double ex, double ey, GeographyMap map)
          Deprecated.  
static void zoomOut(double centerx, double centery, GeographyMap map)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Deprecated. 
Method Detail

zoomIn

public static void zoomIn(double sx,
                          double sy,
                          double ex,
                          double ey,
                          GeographyMap map)
Deprecated. 
Parameters:
sx - start point ,geography x coordinate
sy - start point ,geography y coordinate
ex - end point ,geography x coordinate
ey - end point ,geography y coordinate
map -

zoomOut

public static void zoomOut(double centerx,
                           double centery,
                           GeographyMap map)
Deprecated. 

pan

public static void pan(double woffset,
                       double hoffset,
                       GeographyMap map)
Deprecated.