Map
Class GetMapFile

java.lang.Object
  extended by Map.GetMapFile

public class GetMapFile
extends java.lang.Object

Author:
David

Field Summary
(package private)  int blockCounter
           
(package private)  java.util.ArrayList<MapContourValues> contourBlockNums
           
(package private)  int contourDepth
           
(package private)  java.io.File contourFile
           
(package private)  MapContourValues contourLatLong
           
(package private)  java.util.ArrayList<MapContourValues> contourPoints
           
(package private)  java.lang.String contourString
           
(package private)  int counter
           
(package private)  int counter2
           
(package private)  boolean fileOpened
           
(package private)  java.io.FileReader fileReader
           
(package private)  boolean landContour
           
(package private)  java.lang.String latString
           
(package private)  double latVal
           
(package private)  java.lang.String longString
           
(package private)  double longVal
           
(package private)  boolean mapFileSuccess
           
(package private)  int numEndIndex
           
(package private)  int numPointsInBlock
           
(package private)  java.lang.String numPointsString
           
(package private)  int numStartIndex
           
(package private)  java.io.BufferedReader reader
           
(package private)  int state
           
 
Constructor Summary
GetMapFile()
           
 
Method Summary
 java.util.ArrayList<MapContourValues> getMapContours()
           
 java.io.File openMapDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contourFile

java.io.File contourFile

fileReader

java.io.FileReader fileReader

reader

java.io.BufferedReader reader

contourDepth

int contourDepth

numPointsInBlock

int numPointsInBlock

contourString

java.lang.String contourString

numPointsString

java.lang.String numPointsString

latString

java.lang.String latString

longString

java.lang.String longString

numStartIndex

int numStartIndex

numEndIndex

int numEndIndex

counter

int counter

counter2

int counter2

blockCounter

int blockCounter

landContour

boolean landContour

latVal

double latVal

longVal

double longVal

contourLatLong

MapContourValues contourLatLong

contourPoints

java.util.ArrayList<MapContourValues> contourPoints

contourBlockNums

java.util.ArrayList<MapContourValues> contourBlockNums

mapFileSuccess

boolean mapFileSuccess

fileOpened

boolean fileOpened

state

int state
Constructor Detail

GetMapFile

public GetMapFile()
Method Detail

openMapDialog

public java.io.File openMapDialog()
Returns:
true if sucessful

getMapContours

public java.util.ArrayList<MapContourValues> getMapContours()