|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMap.MapContourGraphics
public class MapContourGraphics
| Field Summary | |
|---|---|
(package private) MapContourValues |
contourLatLongNew
|
(package private) MapContourValues |
contourLatLongOld
|
(package private) java.util.ArrayList<MapContourValues> |
mapContourPoints
|
(package private) LatLong |
mapLowerRight
|
(package private) LatLong |
mapUpperLeft
|
(package private) double |
maxLat
|
(package private) double |
maxLong
|
(package private) double |
minLat
|
(package private) double |
minLong
|
(package private) int |
numPoints
|
(package private) LatLong |
panelLowerLeftLL
|
(package private) LatLong |
panelLowerRightLL
|
(package private) LatLong |
panelTopLeftLL
|
(package private) LatLong |
panelTopRightLL
|
(package private) Coordinate3d |
screenLowerRight
|
(package private) Coordinate3d |
screenUpperLeft
|
(package private) Coordinate3d |
screenXYnew
|
(package private) Coordinate3d |
screenXYold
|
| Constructor Summary | |
|---|---|
MapContourGraphics()
|
|
| Method Summary | |
|---|---|
void |
DrawMapContours(java.awt.Graphics2D g2,
MapRectProjector rectProj)
|
void |
setMapContourPoints(java.util.ArrayList<MapContourValues> mapContourPoints)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
MapContourValues contourLatLongNew
MapContourValues contourLatLongOld
Coordinate3d screenXYold
Coordinate3d screenXYnew
LatLong mapUpperLeft
LatLong mapLowerRight
Coordinate3d screenUpperLeft
Coordinate3d screenLowerRight
LatLong panelTopLeftLL
LatLong panelTopRightLL
LatLong panelLowerLeftLL
LatLong panelLowerRightLL
java.util.ArrayList<MapContourValues> mapContourPoints
double minLat
double maxLat
double minLong
double maxLong
int numPoints
| Constructor Detail |
|---|
public MapContourGraphics()
| Method Detail |
|---|
public void DrawMapContours(java.awt.Graphics2D g2,
MapRectProjector rectProj)
public void setMapContourPoints(java.util.ArrayList<MapContourValues> mapContourPoints)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||