|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.d.umn.fileformats.ElevationFile
edu.d.umn.fileformats.DDFFileAbstract
edu.d.umn.fileformats.GZDDFFile
public class GZDDFFile
Class for handling a tarballed SDTS data set.
Field Summary |
---|
Fields inherited from class edu.d.umn.fileformats.DDFFileAbstract |
---|
fileID, lengthOfFirstDirectoryElement, lengthOfLastDirectoryElement, lengthOfNextDirectoryElement, numDirectoryElements, startingPointOfDDA |
Fields inherited from class edu.d.umn.fileformats.ElevationFile |
---|
elevations, fileName, filePath, groundCoordinates, maxElevation, minElevation, nColumns, nRows, quadrangleName, resolution |
Constructor Summary | |
---|---|
GZDDFFile(java.lang.String aFileName)
Creates a new instance of GZDDFFile |
Method Summary |
---|
Methods inherited from class edu.d.umn.fileformats.DDFFileAbstract |
---|
processElevations, processGroundCoordinates, processLeader, processMinMaxElevation, processRowColMax |
Methods inherited from class edu.d.umn.fileformats.ElevationFile |
---|
getResolution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GZDDFFile(java.lang.String aFileName) throws java.io.IOException
aFileName
- The name of the file to read.
java.io.IOException
- Thrown if file does not exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |