Package mccombe.terrain
Class SRTM2Reader
- java.lang.Object
-
- java.beans.PropertyChangeSupport
-
- mccombe.terrain.DEMReader
-
- mccombe.terrain.SRTM2Reader
-
- All Implemented Interfaces:
java.io.Serializable
public class SRTM2Reader 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 java.lang.String[]
copyright
protected static boolean
downloadable
protected static java.lang.String
extn
protected static java.lang.String
filenameformat
protected static boolean
littleendian
protected static int
missingValue
protected static java.lang.String
name
protected static int
recordlength
protected static java.lang.String
sitename
-
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 SRTM2Reader(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()
boolean
downloadable()
java.lang.String
extn()
java.lang.String
formatstring()
protected java.lang.String
getDownloadSiteName()
boolean
littleendian()
int
missingValue()
int
recordlength()
java.lang.String
zipEntryName(java.lang.String name)
-
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
- See Also:
- Constant Field Values
-
downloadable
protected static final boolean downloadable
- See Also:
- Constant Field Values
-
recordlength
protected static final int recordlength
- See Also:
- Constant Field Values
-
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
-
extn
protected static final java.lang.String extn
- See Also:
- Constant Field Values
-
littleendian
protected static final boolean littleendian
- See Also:
- Constant Field Values
-
missingValue
protected static final int missingValue
- See Also:
- Constant Field Values
-
copyright
protected java.lang.String[] copyright
-
-
Constructor Detail
-
SRTM2Reader
public SRTM2Reader(javax.swing.JComponent item) throws MissingDataFileException
- Throws:
MissingDataFileException
-
-
Method Detail
-
datasetName
public java.lang.String datasetName()
- Specified by:
datasetName
in classDEMReader
-
downloadable
public boolean downloadable()
- Specified by:
downloadable
in classDEMReader
-
recordlength
public int recordlength()
- Specified by:
recordlength
in classDEMReader
-
formatstring
public java.lang.String formatstring()
- Specified by:
formatstring
in classDEMReader
-
littleendian
public boolean littleendian()
- Specified by:
littleendian
in classDEMReader
-
missingValue
public int missingValue()
- Specified by:
missingValue
in classDEMReader
-
zipEntryName
public java.lang.String zipEntryName(java.lang.String name)
- Overrides:
zipEntryName
in classDEMReader
-
getDownloadSiteName
protected java.lang.String getDownloadSiteName()
- Overrides:
getDownloadSiteName
in classDEMReader
-
-