Package mccombe.terrain
Class SRTM3Reader
- java.lang.Object
-
- java.beans.PropertyChangeSupport
-
- mccombe.terrain.DEMReader
-
- mccombe.terrain.SRTM3Reader
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NASADEMReader
public abstract class SRTM3Reader extends DEMReader
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class mccombe.terrain.DEMReader
DEMReader.CacheEntry
-
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
downloadable
protected static java.lang.String
extn
protected static boolean
littleendian
protected static int
missingValue
protected static int
recordlength
-
Fields inherited from class mccombe.terrain.DEMReader
BUFFERLENGTH, cache, cacheEnable, copyright, cycle, DIRECTORY, download, hits, in, lastMessage, lastValue, LOCALE, MAX_CACHE_SIZE, missing, MISSING, resultcount, tries, useLegacy
-
-
Constructor Summary
Constructors Constructor Description SRTM3Reader(javax.swing.JComponent item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
downloadable()
java.lang.String
extn()
boolean
littleendian()
int
missingValue()
int
recordlength()
-
Methods inherited from class mccombe.terrain.DEMReader
copyright, datasetName, downloadFile, formatstring, frac, getDownloadSiteName, getHeight, getProperty, getPropertyChangeListeners, getRow, hits, lagrangian, makename, missing, numEntryName, readByteRecord, readRecord, resetCounts, resultcount, setDownload, setMessage, setProgress, tile, tries, zipEntryName
-
Methods inherited from class java.beans.PropertyChangeSupport
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
Field Detail
-
downloadable
protected static final boolean downloadable
- See Also:
- Constant Field Values
-
recordlength
protected static int recordlength
-
extn
protected static java.lang.String extn
-
littleendian
protected static boolean littleendian
-
missingValue
protected static int missingValue
-
-
Constructor Detail
-
SRTM3Reader
public SRTM3Reader(javax.swing.JComponent item) throws MissingDataFileException
- Throws:
MissingDataFileException
-
-
Method Detail
-
recordlength
public int recordlength()
- Specified by:
recordlength
in classDEMReader
-
downloadable
public boolean downloadable()
- Specified by:
downloadable
in classDEMReader
-
littleendian
public boolean littleendian()
- Specified by:
littleendian
in classDEMReader
-
missingValue
public int missingValue()
- Specified by:
missingValue
in classDEMReader
-
-