Package uk.co.mccombe.terrain
Class SRTM2Reader
java.lang.Object
java.beans.PropertyChangeSupport
uk.co.mccombe.terrain.DEMReader
uk.co.mccombe.terrain.SRTM2Reader
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class uk.co.mccombe.terrain.DEMReader
DEMReader.CacheEntry -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String[]protected Stringstatic final booleanprotected static final Stringprotected static final Stringprotected static final booleanprotected static final intprotected static final Stringprotected static final intprotected static final StringFields inherited from class uk.co.mccombe.terrain.DEMReader
BUFFERLENGTH, cache, cacheEnable, cycle, DIRECTORY, hits, in, lastMessage, lastValue, LOCALE, MAX_CACHE_SIZE, missing, MISSING, resultcount, tries, useLegacy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]booleanprotected StringeastWest(double val) extn()protected StringbooleandoublemaxLat()Maximum latitude of SRTM2 dataset Latitude must be less than 61.0doubleminLat()Minimum latitude of SRTM2 dataset Latitude must be greater or equal to -56.0intprotected StringnorthSouth(double val) intprotected voidzipEntryName(String name) Methods inherited from class uk.co.mccombe.terrain.DEMReader
downloadFile, frac, getHeight, getProperty, getPropertyChangeListeners, getRow, hits, lagrangian, makename, missing, numEntryName, readByteRecord, readRecord, resetCounts, resultcount, setMessage, setProgress, tile, triesMethods inherited from class java.beans.PropertyChangeSupport
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener
-
Field Details
-
demURL
-
SITENAME
- See Also:
-
DOWNLOADABLE
public static final boolean DOWNLOADABLE- See Also:
-
RECORDLENGTH
protected static final int RECORDLENGTH- See Also:
-
FILENAMEFORMAT
- See Also:
-
NAME
- See Also:
-
EXTN
- See Also:
-
LITTLEENDIAN
protected static final boolean LITTLEENDIAN- See Also:
-
MISSINGVALUE
protected static final int MISSINGVALUE- See Also:
-
copyright
-
-
Constructor Details
-
SRTM2Reader
-
-
Method Details
-
datasetName
- Specified by:
datasetNamein classDEMReader
-
downloadable
public boolean downloadable()- Specified by:
downloadablein classDEMReader
-
recordlength
public int recordlength()- Specified by:
recordlengthin classDEMReader
-
formatstring
- Specified by:
formatstringin classDEMReader
-
extn
-
littleendian
public boolean littleendian()- Specified by:
littleendianin classDEMReader
-
missingValue
public int missingValue()- Specified by:
missingValuein classDEMReader
-
zipEntryName
- Overrides:
zipEntryNamein classDEMReader
-
copyright
-
getDownloadSiteName
- Specified by:
getDownloadSiteNamein classDEMReader
-
eastWest
-
northSouth
- Specified by:
northSouthin classDEMReader
-
setDownloadSiteName
- Specified by:
setDownloadSiteNamein classDEMReader
-
maxLat
public double maxLat()Maximum latitude of SRTM2 dataset Latitude must be less than 61.0 -
minLat
public double minLat()Minimum latitude of SRTM2 dataset Latitude must be greater or equal to -56.0
-