twaver.gis
Class Handler
java.lang.Object
twaver.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 |
Handler
public Handler()
- Deprecated.
zoomIn
public static void zoomIn(double sx,
double sy,
double ex,
double ey,
GeographyMap map)
- Deprecated.
- Parameters:
sx
- start point ,geography x coordinatesy
- start point ,geography y coordinateex
- end point ,geography x coordinateey
- end point ,geography y coordinatemap
-
zoomOut
public static void zoomOut(double centerx,
double centery,
GeographyMap map)
- Deprecated.
pan
public static void pan(double woffset,
double hoffset,
GeographyMap map)
- Deprecated.