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