Map
Class MapContourGraphics

java.lang.Object
  extended by Map.MapContourGraphics

public class MapContourGraphics
extends java.lang.Object

Author:
David

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

contourLatLongNew

MapContourValues contourLatLongNew

contourLatLongOld

MapContourValues contourLatLongOld

screenXYold

Coordinate3d screenXYold

screenXYnew

Coordinate3d screenXYnew

mapUpperLeft

LatLong mapUpperLeft

mapLowerRight

LatLong mapLowerRight

screenUpperLeft

Coordinate3d screenUpperLeft

screenLowerRight

Coordinate3d screenLowerRight

panelTopLeftLL

LatLong panelTopLeftLL

panelTopRightLL

LatLong panelTopRightLL

panelLowerLeftLL

LatLong panelLowerLeftLL

panelLowerRightLL

LatLong panelLowerRightLL

mapContourPoints

java.util.ArrayList<MapContourValues> mapContourPoints

minLat

double minLat

maxLat

double maxLat

minLong

double minLong

maxLong

double maxLong

numPoints

int numPoints
Constructor Detail

MapContourGraphics

public MapContourGraphics()
Method Detail

DrawMapContours

public void DrawMapContours(java.awt.Graphics2D g2,
                            MapRectProjector rectProj)

setMapContourPoints

public void setMapContourPoints(java.util.ArrayList<MapContourValues> mapContourPoints)