Package mccombe.terrain
Class SRTM2Reader
- java.lang.Object
-
- java.beans.PropertyChangeSupport
-
- mccombe.terrain.DEMReader
-
- mccombe.terrain.SRTM2Reader
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CompositeReader
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 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()
boolean
littleendian()
int
missingValue()
int
recordlength()
java.lang.String
zipEntryName(java.lang.String name)
-
Methods inherited from class mccombe.terrain.DEMReader
downloadFile, frac, getHeight, getPropertyChangeListeners, getRow, hits, lagrangian, makename, missing, readRecord, resetCounts, resultcount, setDownload, setLegacy, tile, tries
-
Methods inherited from class java.beans.PropertyChangeSupport
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener
-
-
-
-
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)
- Specified by:
zipEntryName
in classDEMReader
-
-