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 String
static final boolean
protected static final String
protected static final String
protected static final boolean
protected static final int
protected static final String
protected static final int
protected static final String
Fields 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[]
boolean
protected String
eastWest
(double val) extn()
protected String
boolean
double
maxLat()
Maximum latitude of SRTM2 dataset Latitude must be less than 61.0double
minLat()
Minimum latitude of SRTM2 dataset Latitude must be greater or equal to -56.0int
protected String
northSouth
(double val) int
protected void
zipEntryName
(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, tries
Methods 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:
datasetName
in classDEMReader
-
downloadable
public boolean downloadable()- Specified by:
downloadable
in classDEMReader
-
recordlength
public int recordlength()- Specified by:
recordlength
in classDEMReader
-
formatstring
- Specified by:
formatstring
in classDEMReader
-
extn
-
littleendian
public boolean littleendian()- Specified by:
littleendian
in classDEMReader
-
missingValue
public int missingValue()- Specified by:
missingValue
in classDEMReader
-
zipEntryName
- Overrides:
zipEntryName
in classDEMReader
-
copyright
-
getDownloadSiteName
- Specified by:
getDownloadSiteName
in classDEMReader
-
eastWest
-
northSouth
- Specified by:
northSouth
in classDEMReader
-
setDownloadSiteName
- Specified by:
setDownloadSiteName
in 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
-