All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IW.Mapplet.Globe
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----IMSWG.IW.Mapplet.Globe
- public class Globe
- extends Canvas
-
Globe()
-
-
Globe(int)
-
-
Globe(int, GeoPolygon)
-
-
getGIFMap()
-
-
getLat()
-
-
getLatLon(int, int, double[], double[])
-
-
getLon()
-
-
getRot()
-
-
getXY(double, double, int[], int[])
-
-
getZoom()
-
-
mouseDown(Event, int, int)
-
-
mouseDrag(Event, int, int)
-
-
mouseUp(Event, int, int)
-
-
normalize(double)
-
-
normalize_lat(double)
-
-
normalizeXY(int, int, int[], int[])
-
-
paint(Graphics)
-
-
poleIncluded(int, int, int, int)
-
-
preferredSize()
-
-
rotate(double)
-
-
setLat(Double)
-
-
setLon(Double)
-
-
setRot(Double)
-
-
setZoom(int)
-
-
tilt(double)
-
-
turnoffDisplayOptions()
-
Globe
public Globe()
Globe
public Globe(int fsize)
Globe
public Globe(int fsize,
GeoPolygon polygon)
turnoffDisplayOptions
public void turnoffDisplayOptions()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
getGIFMap
public Image getGIFMap()
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Component
normalize_lat
public double normalize_lat(double angle)
normalize
public double normalize(double angle)
tilt
public void tilt(double angle)
rotate
public void rotate(double angle)
setZoom
public void setZoom(int percent)
setLon
public void setLon(Double x)
setLat
public void setLat(Double x)
setRot
public void setRot(Double x)
getLon
public double getLon()
getLat
public double getLat()
getRot
public double getRot()
getZoom
public int getZoom()
normalizeXY
public void normalizeXY(int x,
int y,
int newX[],
int newY[])
getLatLon
public int getLatLon(int x,
int y,
double latResult[],
double lonResult[])
poleIncluded
public String poleIncluded(int x1,
int y1,
int x2,
int y2)
getXY
public int getXY(double latDouble,
double lonDouble,
int x[],
int y[])
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Component
mouseDrag
public boolean mouseDrag(Event evt,
int x,
int y)
- Overrides:
- mouseDrag in class Component
mouseUp
public boolean mouseUp(Event e,
int x,
int y)
- Overrides:
- mouseUp in class Component
All Packages Class Hierarchy This Package Previous Next Index