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[]copyrightprotected static booleandownloadableprotected static java.lang.Stringextnprotected static java.lang.Stringfilenameformatprotected static booleanlittleendianprotected static intmissingValueprotected static java.lang.Stringnameprotected static intrecordlengthprotected static java.lang.Stringsitename-
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.StringdatasetName()booleandownloadable()java.lang.Stringextn()java.lang.Stringformatstring()protected java.lang.StringgetDownloadSiteName()booleanlittleendian()intmissingValue()intrecordlength()java.lang.StringzipEntryName(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:
datasetNamein classDEMReader
-
downloadable
public boolean downloadable()
- Specified by:
downloadablein classDEMReader
-
recordlength
public int recordlength()
- Specified by:
recordlengthin classDEMReader
-
formatstring
public java.lang.String formatstring()
- Specified by:
formatstringin classDEMReader
-
littleendian
public boolean littleendian()
- Specified by:
littleendianin classDEMReader
-
missingValue
public int missingValue()
- Specified by:
missingValuein classDEMReader
-
zipEntryName
public java.lang.String zipEntryName(java.lang.String name)
- Overrides:
zipEntryNamein classDEMReader
-
getDownloadSiteName
protected java.lang.String getDownloadSiteName()
- Overrides:
getDownloadSiteNamein classDEMReader
-
-