|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMap.GetMapFile
public class GetMapFile
| 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 |
|---|
java.io.File contourFile
java.io.FileReader fileReader
java.io.BufferedReader reader
int contourDepth
int numPointsInBlock
java.lang.String contourString
java.lang.String numPointsString
java.lang.String latString
java.lang.String longString
int numStartIndex
int numEndIndex
int counter
int counter2
int blockCounter
boolean landContour
double latVal
double longVal
MapContourValues contourLatLong
java.util.ArrayList<MapContourValues> contourPoints
java.util.ArrayList<MapContourValues> contourBlockNums
boolean mapFileSuccess
boolean fileOpened
int state
| Constructor Detail |
|---|
public GetMapFile()
| Method Detail |
|---|
public java.io.File openMapDialog()
public java.util.ArrayList<MapContourValues> getMapContours()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||