Serialized Form
-
Package mccombe.mapping
-
Class mccombe.mapping.GridFormatException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
val
java.lang.String val
-
-
-
Class mccombe.mapping.LatLongFormatException extends java.lang.Exception implements Serializable
-
-
Package mccombe.terrain
-
Class mccombe.terrain.AboutDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
buildDate
javax.swing.JLabel buildDate
-
jButton1
javax.swing.JButton jButton1
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel10
javax.swing.JLabel jLabel10
-
jLabel11
javax.swing.JLabel jLabel11
-
jLabel12
javax.swing.JLabel jLabel12
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
jLabel5
javax.swing.JLabel jLabel5
-
jLabel7
javax.swing.JLabel jLabel7
-
jLabel8
javax.swing.JLabel jLabel8
-
jLabel9
javax.swing.JLabel jLabel9
-
versionLabel
javax.swing.JLabel versionLabel
-
-
-
Class mccombe.terrain.CoordinateDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
coordSet
javax.swing.JComboBox coordSet
-
datumSet
javax.swing.JComboBox datumSet
-
ellipsoidSet
javax.swing.JComboBox ellipsoidSet
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
okButton
javax.swing.JButton okButton
-
returnStatus
int returnStatus
-
toolkit
MappingToolkit toolkit
-
-
-
Class mccombe.terrain.DefaultProperties extends java.util.Properties implements Serializable
-
Class mccombe.terrain.DEMReader extends java.beans.PropertyChangeSupport implements Serializable
-
Serialized Fields
-
cache
java.util.HashMap<java.lang.String,DEMReader.CacheEntry> cache
-
cacheEnable
boolean cacheEnable
-
copyright
java.lang.String[] copyright
-
cycle
long cycle
-
DIRECTORY
java.lang.String DIRECTORY
-
download
boolean download
-
hits
long hits
-
lastMessage
java.lang.String lastMessage
-
lastValue
int lastValue
-
listener
java.beans.PropertyChangeListener listener
-
missing
long missing
-
resultcount
long resultcount
-
tries
long tries
-
useLegacy
boolean useLegacy
-
-
-
Class mccombe.terrain.LatLongDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
datum
Datum datum
-
datumSet
javax.swing.JComboBox datumSet
-
ellipsoid
Ellipsoid ellipsoid
-
ellipsoidSet
javax.swing.JComboBox ellipsoidSet
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
lat
double lat
-
latText
javax.swing.JTextField latText
-
lon
double lon
-
longText
javax.swing.JTextField longText
-
okButton
javax.swing.JButton okButton
-
place
Position place
-
returnStatus
int returnStatus
-
toolkit
MappingToolkit toolkit
-
-
-
Class mccombe.terrain.LocationDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
coordNameText
javax.swing.JTextField coordNameText
-
ewText
javax.swing.JTextField ewText
-
exampleText
javax.swing.JLabel exampleText
-
gridRefText
javax.swing.JTextField gridRefText
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
jLabel5
javax.swing.JLabel jLabel5
-
jLabel6
javax.swing.JLabel jLabel6
-
nsText
javax.swing.JTextField nsText
-
okButton
javax.swing.JButton okButton
-
ourParent
java.awt.Frame ourParent
-
positions
java.lang.String[] positions
-
posList
javax.swing.JComboBox posList
-
properties
PropertySet properties
-
returnStatus
int returnStatus
-
spacingText
javax.swing.JTextField spacingText
-
toolkit
MappingToolkit toolkit
-
-
-
Class mccombe.terrain.MissingDataFileException extends java.lang.Exception implements Serializable
-
Class mccombe.terrain.MosaicPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
dataTable
float[][] dataTable
-
jSeparator1
javax.swing.JSeparator jSeparator1
-
keyPanel
javax.swing.JPanel keyPanel
-
listener
java.beans.PropertyChangeListener listener
-
mapCanvas
mccombe.terrain.MosaicPanel.MapCanvas mapCanvas
-
mapPanel
mccombe.terrain.MosaicPanel.MapPanel mapPanel
-
maxval
double maxval
-
minval
double minval
-
pcs
java.beans.PropertyChangeSupport pcs
-
scrollpane
javax.swing.JScrollPane scrollpane
-
stepSize
double stepSize
-
xdim
int xdim
-
ydim
int ydim
-
-
-
Class mccombe.terrain.NASADEMReader extends SRTM3Reader implements Serializable
-
Class mccombe.terrain.OffsetDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
eastOffset
double eastOffset
-
eastText
javax.swing.JTextField eastText
-
heightOffset
double heightOffset
-
heightText
javax.swing.JTextField heightText
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel4
javax.swing.JLabel jLabel4
-
northOffset
double northOffset
-
northText
javax.swing.JTextField northText
-
numbercheck
mccombe.terrain.OffsetDialog.NumericVerifier numbercheck
-
okButton
javax.swing.JButton okButton
-
returnStatus
int returnStatus
-
-
-
Class mccombe.terrain.RegionSelect extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
okButton
javax.swing.JButton okButton
-
regionSet
javax.swing.JComboBox regionSet
-
returnStatus
int returnStatus
-
-
-
Class mccombe.terrain.SRTM2Reader extends DEMReader implements Serializable
-
Serialized Fields
-
copyright
java.lang.String[] copyright
-
-
-
Class mccombe.terrain.SRTM3Reader extends DEMReader implements Serializable
-
Class mccombe.terrain.TerrainFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
aboutBox
javax.swing.JDialog aboutBox
-
aboutMenuItem
javax.swing.JMenuItem aboutMenuItem
-
alignment
int alignment
-
autoDownloadMenuItem
javax.swing.JCheckBoxMenuItem autoDownloadMenuItem
-
busyIconIndex
int busyIconIndex
-
busyIcons
javax.swing.Icon[] busyIcons
-
busyIconTimer
javax.swing.Timer busyIconTimer
-
chooser
javax.swing.JFileChooser chooser
-
containsASTER
boolean containsASTER
-
coordMenuItem
javax.swing.JMenuItem coordMenuItem
-
coordset
CoordinateDialog coordset
-
coordSystemString
java.lang.String coordSystemString
-
createMenuItem
javax.swing.JMenuItem createMenuItem
-
currentCoordType
java.lang.String currentCoordType
-
currentDatum
Datum currentDatum
-
currentEllipsoid
Ellipsoid currentEllipsoid
-
currentGridRef
java.lang.String currentGridRef
-
currentLatitude
double currentLatitude
-
currentLocation
Spherical currentLocation
-
currentLongitude
double currentLongitude
-
datasourceGroup
javax.swing.ButtonGroup datasourceGroup
-
dlg
LocationDialog dlg
-
download
java.lang.String download
Holds value of property download. -
downloadSetting
java.lang.String downloadSetting
-
e0
double e0
-
eastOffset
double eastOffset
-
eastWestAlignment
int eastWestAlignment
-
exitMenuItem
javax.swing.JMenuItem exitMenuItem
-
fileMenu
javax.swing.JMenu fileMenu
-
gridrefdisplayed
boolean gridrefdisplayed
-
heightOffset
double heightOffset
-
helpMenu
javax.swing.JMenu helpMenu
-
hgt
double hgt
-
idleIcon
javax.swing.Icon idleIcon
-
jPanel1
javax.swing.JPanel jPanel1
-
jSeparator1
javax.swing.JSeparator jSeparator1
-
jSeparator2
javax.swing.JPopupMenu.Separator jSeparator2
-
jSeparator3
javax.swing.JSeparator jSeparator3
-
lastMessage
java.lang.String lastMessage
-
latlondialog
LatLongDialog latlondialog
-
latLongMenuItem
javax.swing.JMenuItem latLongMenuItem
-
mainFrame
javax.swing.JFrame mainFrame
-
menuBar
javax.swing.JMenuBar menuBar
-
messageTimer
javax.swing.Timer messageTimer
-
mosaic
MosaicPanel mosaic
-
n0
double n0
-
nasaMenuItem
javax.swing.JRadioButtonMenuItem nasaMenuItem
-
northOffset
double northOffset
-
northSouthAlignment
int northSouthAlignment
-
offsetMenuItem
javax.swing.JMenuItem offsetMenuItem
-
okToExit
boolean okToExit
-
optionsMenu
javax.swing.JMenu optionsMenu
-
pcs
java.beans.PropertyChangeSupport pcs
-
processing
boolean processing
-
progressBar
javax.swing.JProgressBar progressBar
-
reader
DEMReader reader
-
region
java.lang.String region
-
regionMenuItem
javax.swing.JMenuItem regionMenuItem
-
resultsTable
float[][] resultsTable
-
saveAsMenuItem
javax.swing.JMenuItem saveAsMenuItem
-
spacing
double spacing
-
srtmMenuItem
javax.swing.JRadioButtonMenuItem srtmMenuItem
-
statusAnimationLabel
javax.swing.JLabel statusAnimationLabel
-
statusMessageLabel
javax.swing.JLabel statusMessageLabel
-
statusPanel
javax.swing.JPanel statusPanel
-
therionMenuItem
javax.swing.JMenuItem therionMenuItem
-
toolkit
MappingToolkit toolkit
-
unsaved
boolean unsaved
-
useASTER
java.lang.String useASTER
-
usedCentre
Projection usedCentre
-
usedDatum
Datum usedDatum
-
usedEllipsoid
Ellipsoid usedEllipsoid
-
usedType
java.lang.String usedType
-
wid
double wid
-
-
-
Class mccombe.terrain.TherionCSDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
csName
javax.swing.JTextField csName
-
jLabel1
javax.swing.JLabel jLabel1
-
jPanel1
javax.swing.JPanel jPanel1
-
okButton
javax.swing.JButton okButton
-
returnStatus
int returnStatus
-
-
-