Serialized Form


Package jwo.utils.expression

Class jwo.utils.expression.ParseException extends Exception implements Serializable

Class jwo.utils.expression.TokenNotFoundException extends Exception implements Serializable


Package jwo.utils.gifutils

Class jwo.utils.gifutils.GIFFormatException extends IOException implements Serializable

Class jwo.utils.gifutils.LZWException extends Exception implements Serializable


Package jwo.utils.gui

Class jwo.utils.gui.EditableHeader extends JTableHeader implements Serializable

Class jwo.utils.gui.EditableHeaderTableColumn extends TableColumn implements Serializable

Serialized Fields

headerEditor

TableCellEditor headerEditor

isHeaderEditable

boolean isHeaderEditable

Class jwo.utils.gui.JWColourRing extends JPanel implements Serializable

Serialized Fields

hue

float hue

sat

float sat

bri

float bri

currentColour

Color currentColour

radius

int radius

calcHue

boolean calcHue

cx

int cx

cy

int cy

Class jwo.utils.gui.JWColourSelect extends JWDialogue implements Serializable

Serialized Fields

rNum

JTextField rNum

bNum

JTextField bNum

gNum

JTextField gNum

hNum

JTextField hNum

sNum

JTextField sNum

brNum

JTextField brNum

slAlpha

JWSlider slAlpha

rgb

int[] rgb

hsb

float[] hsb

alpha

float alpha

colourSquare

jwo.utils.gui.JWColourSelect.Swatch colourSquare

colourRing

JWColourRing colourRing

currentColour

Color currentColour

colourListeners

Vector colourListeners

Class jwo.utils.gui.JWDialogue extends JDialog implements Serializable

Serialized Fields

changed

boolean changed

dialogueListeners

Vector dialogueListeners

bOK

JButton bOK

bCancel

JButton bCancel

mainPanel

JPanel mainPanel

pSpace

JPanel pSpace

pReturn

JPanel pReturn

type

int type

Class jwo.utils.gui.JWFrame extends JFrame implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar

statusBar

JWStatusBar statusBar

toolBar

JToolBar toolBar

menuItems

Vector menuItems

buttons

Vector buttons

blankIcon

ImageIcon blankIcon

trueIcon

ImageIcon trueIcon

falseIcon

ImageIcon falseIcon

trueIconG

ImageIcon trueIconG

falseIconG

ImageIcon falseIconG

showMenu

boolean showMenu

showTools

boolean showTools

showStatus

boolean showStatus

Class jwo.utils.gui.JWGraph extends JPanel implements Serializable

Serialized Fields

offscreenImage

Image offscreenImage
Image for offscreen double buffering.


og

Graphics og
Offscreen double buffering context.


top

int top
Top position of graph.


bottom

int bottom
Bottom position of graph.


left

int left
Left position of graph.


right

int right
Right position of graph.


centreX

int centreX
X coord of centre of graph.


centreY

int centreY
Y coord of centre of graph.


opacity

int opacity
Opacity level of items to draw on graph.


items

Vector items
Array of graphic items in graph.


xAxisPosition

int xAxisPosition

yAxisPosition

int yAxisPosition

fm

FontMetrics fm

labelFont

Font labelFont

title

String title

xMin

float xMin

xMax

float xMax

yMin

float yMin

yMax

float yMax

polar

boolean polar

xAxis

JWAxisItem xAxis

yAxis

JWAxisItem yAxis

erase

boolean erase

aspectRatio

float aspectRatio

Class jwo.utils.gui.JWNumberField extends JFormattedTextField implements Serializable

Class jwo.utils.gui.JWPicture extends JPanel implements Serializable

Serialized Fields

image

Image image

useImageSize

boolean useImageSize

drawImage

boolean drawImage

copies

Vector copies

alpha

float alpha

nRows

int nRows

nCols

int nCols

imgWidth

int imgWidth

imgHeight

int imgHeight

affine

AffineTransform affine

Class jwo.utils.gui.JWSlider extends JPanel implements Serializable

Serialized Fields

slider

JSlider slider

min

float min

max

float max

current

float current

numIncs

int numIncs

roundingFactor

int roundingFactor

label

JLabel label

lMin

JLabel lMin

lMax

JLabel lMax

labelText

String labelText

changeListeners

Vector changeListeners

Class jwo.utils.gui.JWStatusBar extends JPanel implements Serializable

Serialized Fields

message

JLabel message

progressBar

JProgressBar progressBar

font

Font font

interruptionListeners

Vector interruptionListeners

Class jwo.utils.gui.PointLayout extends SGLayout implements Serializable

Class jwo.utils.gui.RunTest extends JWFrame implements Serializable

Serialized Fields

printUtils

PrintUtilities printUtils

pContent

JPanel pContent

textArea

JTextArea textArea

Class jwo.utils.gui.SCLayout extends SGLayout implements Serializable

Class jwo.utils.gui.SGLayout extends Object implements Serializable

Serialized Fields

rows

int rows

cols

int cols

vgap

int vgap

hgap

int hgap

topBorder

int topBorder

leftBorder

int leftBorder

bottomBorder

int bottomBorder

rightBorder

int rightBorder

minW

int minW

minH

int minH

rowScale

double[] rowScale

columnScale

double[] columnScale

hAlignment

int hAlignment

vAlignment

int vAlignment

hAlignments

int[][] hAlignments

vAlignments

int[][] vAlignments

rowSizes

int[] rowSizes

columnSizes

int[] columnSizes

Class jwo.utils.gui.SRLayout extends SGLayout implements Serializable

Class jwo.utils.gui.TableMap extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Class jwo.utils.gui.TableSorter extends TableMap implements Serializable

Serialized Fields

indexes

int[] indexes

sortingColumns

Vector sortingColumns

ascending

boolean ascending

compares

int compares

Class jwo.utils.gui.UndoableEditorPane extends JTextPane implements Serializable

Serialized Fields

undo

UndoManager undo


Package jwo.utils.gui.html

Class jwo.utils.gui.html.HTMLRadioButton extends JPanel implements Serializable

Serialized Fields

rb

JRadioButton rb

edPane

JEditorPane edPane

Class jwo.utils.gui.html.ImprovedHTMLEditorKit extends HTMLEditorKit implements Serializable

Serialized Fields

errorLog

StringBuffer errorLog

validateXHTML

boolean validateXHTML

lastParseSuccessful

boolean lastParseSuccessful


Package jwo.utils

Class jwo.utils.SecureProperties extends Properties implements Serializable

Serialized Fields

secureKey

byte secureKey


Package jwo.landserf.gui

Class jwo.landserf.gui.AboutBox extends JWDialogue implements Serializable

Class jwo.landserf.gui.AttributeSelectionBox extends JWDialogue implements Serializable

Serialized Fields

attributeTypes

TreeMap attributeTypes

cbAttType

JCheckBox[] cbAttType

bSelectAll

JButton bSelectAll

bClearAll

JButton bClearAll

Class jwo.landserf.gui.AttributeTableBox extends JWDialogue implements Serializable

serialVersionUID: -7993163235737686126l

Serialized Fields

gisFrame

GISFrame gisFrame

tAtts

JTable tAtts

attTable

AttributeTable attTable

formatter

DecimalFormat formatter

bLoad

JButton bLoad

bSave

JButton bSave

bAdd

JButton bAdd

bAddRow

JButton bAddRow

attFileChooser

LSFileChooser attFileChooser

header

EditableHeader header

Class jwo.landserf.gui.BinarySizeBox extends JWDialogue implements Serializable

Serialized Fields

rb8

JRadioButton rb8

rb16

JRadioButton rb16

rb32

JRadioButton rb32

rbIntel

JRadioButton rbIntel

rbMotorola

JRadioButton rbMotorola

tfNumRows

JTextField tfNumRows

tfNumCols

JTextField tfNumCols

taSizes

JTextArea taSizes

fileSize

int fileSize

numRows

int numRows

numCols

int numCols

Class jwo.landserf.gui.BlendBox extends JWDialogue implements Serializable

Serialized Fields

slBlend

JWSlider slBlend

Class jwo.landserf.gui.BlockGraph extends JWGraph implements Serializable

Class jwo.landserf.gui.ColourBar extends JPanel implements Serializable

Serialized Fields

cTable

ColourTable cTable

showRange

boolean showRange

isEditable

boolean isEditable

ctListeners

Vector ctListeners

colourWidth

int colourWidth

colourHeight

int colourHeight

activeRule

int activeRule

activeColour

int activeColour

activeIndex

float activeIndex

bAddD

JButton bAddD

bAddC

JButton bAddC

bRemove

JButton bRemove

colourPanel

jwo.landserf.gui.ColourBar.ColourPanel colourPanel

parentFrame

Frame parentFrame

Class jwo.landserf.gui.ColourChooseBox extends JWDialogue implements Serializable

Serialized Fields

cmbPresets

JComboBox cmbPresets

colourTable

ColourTable colourTable

editableColourBar

ColourBar editableColourBar

colourBar

ColourBar colourBar

lRules

JList lRules

tfRule

JTextField tfRule

bAddC

JButton bAddC

bAddD

JButton bAddD

bRemove

JButton bRemove

bLoad

JButton bLoad

bSave

JButton bSave

fileChooser

LSFileChooser fileChooser

spObj

SpatialObject spObj

rast

RasterMap rast

histogram

Histogram histogram

freq

int[] freq

numClasses

int numClasses

freqTotal

int freqTotal

freqMax

int freqMax

distMin

float distMin

distMax

float distMax

binWidth

float binWidth

Class jwo.landserf.gui.CombineBox extends JWDialogue implements Serializable

Serialized Fields

cbUnion

JCheckBox cbUnion

cbIntersection

JCheckBox cbIntersection

cbPrimary

JCheckBox cbPrimary

cbSecondary

JCheckBox cbSecondary

cbAverage

JCheckBox cbAverage

cbReplaceNull

JCheckBox cbReplaceNull

cbObjectIntersection

JCheckBox cbObjectIntersection

cbBoundaryIntersection

JCheckBox cbBoundaryIntersection

Class jwo.landserf.gui.ContourBox extends JWDialogue implements Serializable

Serialized Fields

tfMin

JTextField tfMin

tfInterval

JTextField tfInterval

tfGridSize

JTextField tfGridSize

min

float min

interval

float interval

gridSize

int gridSize

Class jwo.landserf.gui.DemToTinBox extends JWDialogue implements Serializable

Serialized Fields

tfNumSamples

JTextField tfNumSamples

tfRMSE

JTextField tfRMSE

tfMaxError

JTextField tfMaxError

cbNumSamples

JCheckBox cbNumSamples

cbRMSE

JCheckBox cbRMSE

cbMaxError

JCheckBox cbMaxError

cbErrorSurface

JCheckBox cbErrorSurface

rmse

float rmse

maxError

float maxError

numSamples

int numSamples

numCells

int numCells

Class jwo.landserf.gui.DigitizeBox extends JWDialogue implements Serializable

Serialized Fields

originalVectorMap

VectorMap originalVectorMap

digitizedVectorMap

VectorMap digitizedVectorMap

overlayVectorMap

VectorMap overlayVectorMap

gisVector

GISVector gisVector

gisFrame

GISFrame gisFrame

attInc

float attInc

tfAttribute

JTextField tfAttribute

cbAutoInc

JCheckBox cbAutoInc

bClear

JButton bClear

bStore

JButton bStore

rbPoint

JRadioButton rbPoint

rbLine

JRadioButton rbLine

rbArea

JRadioButton rbArea

Class jwo.landserf.gui.EditBox extends JWDialogue implements Serializable

Serialized Fields

title

JTextField title

north

JTextField north

south

JTextField south

east

JTextField east

west

JTextField west

xResolution

JTextField xResolution

yResolution

JTextField yResolution

fracDim

JTextField fracDim

poly

JTextField poly

fracLabel

JLabel fracLabel

polyLabel

JLabel polyLabel

lRows

JLabel lRows

lCols

JLabel lCols

lMax

JLabel lMax

lMin

JLabel lMin

lProjection

JLabel lProjection

cmbType

JComboBox cmbType

cbInterpolate

JCheckBox cbInterpolate

cbSubset

JCheckBox cbSubset

cbDummy

JCheckBox cbDummy

cbFrac

JCheckBox cbFrac

cbPoly

JCheckBox cbPoly

bReset

JButton bReset

bEditColours

JButton bEditColours

bEditAtts

JButton bEditAtts

bEditProj

JButton bEditProj

n

float n

s

float s

e

float e

w

float w

xRes

float xRes

yRes

float yRes

fracDimension

float fracDimension

numRows

int numRows

numCols

int numCols

createType

int createType

notes

JTextArea notes

rast

RasterMap rast

vect

VectorMap vect

spObj

SpatialObject spObj

origSpObj

SpatialObject origSpObj

editType

int editType

colourBar

ColourBar colourBar

gisFrame

GISFrame gisFrame

Class jwo.landserf.gui.FeatureTolBox extends JWDialogue implements Serializable

Serialized Fields

tSlopeTol

JTextField tSlopeTol

tCurveTol

JTextField tCurveTol

slopeTol

float slopeTol

curveTol

float curveTol

Class jwo.landserf.gui.GPSConfigBox extends JWDialogue implements Serializable

Serialized Fields

cbPorts

Vector cbPorts

lPortDescriptions

Vector lPortDescriptions

bScan

JButton bScan

pPortList

JPanel pPortList

statusBar

JWStatusBar statusBar

bg

ButtonGroup bg

compFactory

ComponentFactory compFactory

contentPane

Container contentPane

port

gnu.io.CommPort port

gps

GPS gps

gpsConnected

boolean gpsConnected

Class jwo.landserf.gui.GPSExportBox extends JWDialogue implements Serializable

Serialized Fields

gisFrame

GISFrame gisFrame

gps

GPS gps

vectorMap

VectorMap vectorMap

pWaypoints

JPanel pWaypoints

statusBar

JWStatusBar statusBar

compFactory

ComponentFactory compFactory

bSendWaypoints

JButton bSendWaypoints

bSendRoutes

JButton bSendRoutes

lWaypoints

JLabel lWaypoints

lRoutes

JLabel lRoutes

uploadType

int uploadType

Class jwo.landserf.gui.GPSImportBox extends JWDialogue implements Serializable

Serialized Fields

gisFrame

GISFrame gisFrame

gps

GPS gps

waypoints

HashMap waypoints

trackVectorMap

VectorMap trackVectorMap

routeVectorMap

VectorMap routeVectorMap

objectID

int objectID

itemNumber

int itemNumber

numItems

int numItems

routeNames

Vector routeNames

routeWaypoints

Vector routeWaypoints

elevs

Vector elevs

times

Vector times

currentVect

GISVector currentVect

pWaypoints

JPanel pWaypoints

statusBar

JWStatusBar statusBar

compFactory

ComponentFactory compFactory

bSelectAll

JButton bSelectAll

bClearAll

JButton bClearAll

bGetWaypoints

JButton bGetWaypoints

bGetTracks

JButton bGetTracks

bGetRoutes

JButton bGetRoutes

bSavePT

JButton bSavePT

cbTracks

JCheckBox cbTracks

cbRoutes

JCheckBox cbRoutes

cbUTM

JCheckBox cbUTM

cbOSGB

JCheckBox cbOSGB

cbLatLong

JCheckBox cbLatLong

ptFileChooser

LSFileChooser ptFileChooser

downloadType

int downloadType

Class jwo.landserf.gui.GraphicsArea extends JPanel implements Serializable

Serialized Fields

parent

GISFrame parent

trans

AffineTransform trans

iTrans

AffineTransform iTrans

displayType

int displayType

mode

int mode

currentCursor

Cursor currentCursor

normCursor

Cursor normCursor

zoomCursor

Cursor zoomCursor

panCursor

Cursor panCursor

queryCursor

Cursor queryCursor

digitizeCursor

Cursor digitizeCursor

isBusy

boolean isBusy

keepOverlay

boolean keepOverlay

rast1

RasterMap rast1

rast2

RasterMap rast2

vectorMap1

VectorMap vectorMap1

vectorMap2

VectorMap vectorMap2

overlay

VectorMap overlay

profileQueryBox

ProfileQueryBox profileQueryBox

img

Image img

screenImg

Image screenImg

formater

DecimalFormat formater

clickPosition

Point clickPosition

oldPosition

Point oldPosition

panOffset

Point2D.Float panOffset

localPanOffset

Point2D.Float localPanOffset

zoomFactor

float zoomFactor

localZoomFactor

float localZoomFactor

snapDistance

float snapDistance

memoryDivisor

int memoryDivisor

pointSize

float pointSize

lineWidth

float lineWidth

polyTransparancy

float polyTransparancy

renderStyle

int renderStyle

isFixedWidth

boolean isFixedWidth

isFixedPoint

boolean isFixedPoint

boundColour

Color boundColour

showLabels

boolean showLabels

labelBgColour

Color labelBgColour

labelFgColour

Color labelFgColour

labelFontSize

float labelFontSize

displayVect

boolean displayVect

isZooming

boolean isZooming

rubberbandListeners

Vector rubberbandListeners

rubberband

JWRubberband rubberband

scaleGraphs

Vector scaleGraphs

usesRaster1

boolean usesRaster1

usesRaster2

boolean usesRaster2

usesVector

boolean usesVector

Class jwo.landserf.gui.GUIFrame extends JWFrame implements Serializable

Serialized Fields

graphicsArea

GraphicsArea graphicsArea

thumbView

ThumbnailViewer thumbView

rasters

Vector rasters

vectors

Vector vectors

actions

Vector actions

rast1

RasterMap rast1

rast2

RasterMap rast2

vect1

VectorMap vect1

vect2

VectorMap vect2

openFileChooser

LSFileChooser openFileChooser

saveFileChooser

LSFileChooser saveFileChooser

digitBox

DigitizeBox digitBox

guiHandler

GUIHandler guiHandler

printUtils

PrintUtilities printUtils

pType

int pType

toggleHistory

Stack toggleHistory

fpListeners

Vector fpListeners

gpsConfigBox

GPSConfigBox gpsConfigBox

isGPS

boolean isGPS

isExperimental

boolean isExperimental

mProfile

JMenuItem mProfile

mZoom

JMenuItem mZoom

mQuery

JMenuItem mQuery

mDigitize

JMenuItem mDigitize

mDispRaster

JMenuItem mDispRaster

mDispRelief

JMenuItem mDispRelief

mDispClear

JMenuItem mDispClear

mDispVector

JMenuItem mDispVector

Class jwo.landserf.gui.HistoBox extends JWDialogue implements Serializable

Serialized Fields

rast

RasterMap rast

histogram

Histogram histogram

freq

int[] freq

numClasses

int numClasses

freqTotal

int freqTotal

freqMax

int freqMax

modulus

int modulus

distMin

float distMin

distMax

float distMax

binWidth

float binWidth

binInc

float binInc

range

float range

isHammock

boolean isHammock

slider

JSlider slider

cbIgnore

JCheckBox cbIgnore

tfIgnore

JTextField tfIgnore

histoColours

ColourTable histoColours

Class jwo.landserf.gui.Histogram extends JWGraph implements Serializable

Class jwo.landserf.gui.LineGraph extends JWGraph implements Serializable

Class jwo.landserf.gui.LSFileChooser extends JFileChooser implements Serializable

Serialized Fields

firstSave

boolean firstSave

Class jwo.landserf.gui.MultiScaleBox extends JWDialogue implements Serializable

Serialized Fields

surfParam

int surfParam

choiceParam

JList choiceParam

wSize

Integer wSize

decayExp

Float decayExp

tWinSize

JTextField tWinSize

tDecayExp

JTextField tDecayExp

cbMean

JCheckBox cbMean

cbRange

JCheckBox cbRange

Class jwo.landserf.gui.PeakClassificationBox extends JWDialogue implements Serializable

Serialized Fields

tfMinHeight

JTextField tfMinHeight

tfMinDrop

JTextField tfMinDrop

cbMinHeight

JCheckBox cbMinHeight

cbMinDrop

JCheckBox cbMinDrop

cbFuzzyPeaks

JCheckBox cbFuzzyPeaks

cbSummits

JCheckBox cbSummits

cbHierarchy

JCheckBox cbHierarchy

minHeight

float minHeight

minDrop

float minDrop

Class jwo.landserf.gui.PolarGraph extends JWGraph implements Serializable

Class jwo.landserf.gui.PrintAssembly extends JWDialogue implements Serializable

Serialized Fields

pContent

JPanel pContent

Class jwo.landserf.gui.ProfileQueryBox extends JWDialogue implements Serializable

Serialized Fields

gisFrame

GISFrame gisFrame

graphicsArea

GraphicsArea graphicsArea

graphOutput

JWGraph graphOutput

profileRes

int profileRes

maxRes

int maxRes

slider

JWSlider slider

cbUseVector

JCheckBox cbUseVector

p1

Footprint p1

p2

Footprint p2

profileVector

GISVector profileVector

profileSource

int profileSource

Class jwo.landserf.gui.ProjectionEditBox extends JWDialogue implements Serializable

Serialized Fields

cmbProj

JComboBox cmbProj

cmbEllipsoid

JComboBox cmbEllipsoid

tfZoneNumber

JTextField tfZoneNumber

tfZoneLetter

JTextField tfZoneLetter

lZoneNumber

JLabel lZoneNumber

lZoneLetter

JLabel lZoneLetter

Class jwo.landserf.gui.RasterStatsBox extends JWDialogue implements Serializable

Serialized Fields

gisFrame

GISFrame gisFrame

rast

RasterMap rast

compFactory

ComponentFactory compFactory

p0

JPanel p0

waitPane

JEditorPane waitPane

mean

float mean

fracD

float fracD

gradient

float gradient

intercept

float intercept

rSquared

float rSquared

logVar

double[] logVar

logLag

double[] logLag

bVariogram

JButton bVariogram

Class jwo.landserf.gui.RectifyBox extends JWDialogue implements Serializable

Serialized Fields

tCoords

JTable tCoords

cbAdd

JCheckBox cbAdd

bRemove

JButton bRemove

bCalc

JButton bCalc

bTransform

JButton bTransform

bSavePoints

JButton bSavePoints

bLoadPoints

JButton bLoadPoints

lInstructions

JLabel lInstructions

lRMSE

JLabel lRMSE

lEquationX

JLabel lEquationX

lEquationY

JLabel lEquationY

rb1

JRadioButton rb1

rb2

JRadioButton rb2

rb3

JRadioButton rb3

tableModel

jwo.landserf.gui.RectifyBox.CoordTableModel tableModel

doInterpolation

boolean doInterpolation

selectedRow

int selectedRow

minControlPoints

int minControlPoints

gisFrame

GISFrame gisFrame

xCoeff

float[] xCoeff

yCoeff

float[] yCoeff

fileChooser

LSFileChooser fileChooser

Class jwo.landserf.gui.RelativeDropBox extends JWDialogue implements Serializable

Serialized Fields

tfMinDrop

JTextField tfMinDrop

minDrop

float minDrop

Class jwo.landserf.gui.ReprojectBox extends JWDialogue implements Serializable

Serialized Fields

spObj

SpatialObject spObj

gisFrame

GISFrame gisFrame

cmbSpObj

JComboBox cmbSpObj

cmbProj

JComboBox cmbProj

lExistingProj

JLabel lExistingProj

ciUndefined

jwo.landserf.gui.ReprojectBox.ComboItem ciUndefined

ciLatLong

jwo.landserf.gui.ReprojectBox.ComboItem ciLatLong

ciOsgb

jwo.landserf.gui.ReprojectBox.ComboItem ciOsgb

ciSwiss

jwo.landserf.gui.ReprojectBox.ComboItem ciSwiss

ciTimeSpace

jwo.landserf.gui.ReprojectBox.ComboItem ciTimeSpace

ciUtm

jwo.landserf.gui.ReprojectBox.ComboItem ciUtm

permitted

int[][] permitted

Class jwo.landserf.gui.ResolutionBox extends JWDialogue implements Serializable

Serialized Fields

tfResolution

JTextField tfResolution

tfWindowSize

JTextField tfWindowSize

resolution

float resolution

windowSize

int windowSize

lRows

JLabel lRows

lCols

JLabel lCols

width

float width

height

float height

showWindowSize

boolean showWindowSize

Class jwo.landserf.gui.ScaleGraphBox extends JWDialogue implements Serializable

Serialized Fields

textOutput

JLabel textOutput

sOpacity

JSlider sOpacity

bAccum

JButton bAccum

bErase

JButton bErase

graphOutput

JWGraph graphOutput

title

String title

scaleSurfParam

ScaleSurfParam scaleSurfParam

posLabels

Hashtable posLabels

negLabels

Hashtable negLabels

xMin

int xMin

xMax

int xMax

accum

boolean accum

formatter1

DecimalFormat formatter1

formatter2

DecimalFormat formatter2

positiveIcon

ImageIcon positiveIcon

negativeIcon

ImageIcon negativeIcon

Class jwo.landserf.gui.Scatterplot extends JWGraph implements Serializable

Serialized Fields

drawTrend

boolean drawTrend

tMinX

float tMinX

tMinY

float tMinY

tMaxX

float tMaxX

tMaxY

float tMaxY

Class jwo.landserf.gui.ScatterplotBox extends JWDialogue implements Serializable

Serialized Fields

numSamples

int numSamples

scatterplot

Scatterplot scatterplot

intersection

Footprint intersection

xRast

RasterMap xRast

yRast

RasterMap yRast

slider

JSlider slider

Class jwo.landserf.gui.ShadeReliefBox extends JWDialogue implements Serializable

Serialized Fields

slAzim

JWSlider slAzim

slAlt

JWSlider slAlt

slPShade

JWSlider slPShade

slAspect

JWSlider slAspect

slZScale

JWSlider slZScale

thumbnail

Thumbnail thumbnail

shadedRaster

jwo.landserf.gui.ShadeReliefBox.ShadedRasterMap shadedRaster

Class jwo.landserf.gui.SplashScreen extends JFrame implements Serializable

Class jwo.landserf.gui.SurfParamBox extends JWDialogue implements Serializable

Serialized Fields

surfParam

int surfParam

choiceParam

JList choiceParam

Class jwo.landserf.gui.Thumbnail extends JButton implements Serializable

Serialized Fields

spObj

SpatialObject spObj

title

JLabel title

img

Image img

imgWidth

int imgWidth

imgHeight

int imgHeight

selection

int selection

showTitle

boolean showTitle

magnification

float magnification

textHeight

int textHeight

Class jwo.landserf.gui.ThumbnailViewer extends JPanel implements Serializable

Serialized Fields

gisFrame

GISFrame gisFrame

p0

JPanel p0

gbc

GridBagConstraints gbc

gridbag

GridBagLayout gridbag

thumbnails

Vector thumbnails

mouseListener

jwo.landserf.gui.ThumbnailViewer.MouseClickMonitor mouseListener

Class jwo.landserf.gui.TimeSpaceBox extends JWDialogue implements Serializable

Serialized Fields

tfCentreX

JTextField tfCentreX

tfCentreY

JTextField tfCentreY

tfCentreR

JTextField tfCentreR

tfLambda

JTextField tfLambda

tfOmega

JTextField tfOmega

centreX

float centreX

centreY

float centreY

r0

float r0

lambda

float lambda

omega

float omega

Class jwo.landserf.gui.TransRastBox extends JWDialogue implements Serializable

Serialized Fields

tfTranslate

JTextField tfTranslate

tfScale

JTextField tfScale

tfRound

JTextField tfRound

tfFlood

JTextField tfFlood

tfTo

JTextField tfTo

tfFrom

JTextField tfFrom

cbTrans

JCheckBox cbTrans

cbScale

JCheckBox cbScale

cbRound

JCheckBox cbRound

cbFlood

JCheckBox cbFlood

transVal

float transVal

scaleVal

float scaleVal

roundVal

float roundVal

floodVal

float floodVal

toVal

float toVal

fromVal

float fromVal

Class jwo.landserf.gui.VectAppearanceBox extends JWDialogue implements Serializable

Serialized Fields

slTransparency

JWSlider slTransparency

slFontSize

JWSlider slFontSize

bSwatch

JButton bSwatch

bFgColour

JButton bFgColour

bBgColour

JButton bBgColour

cbPointFixed

JCheckBox cbPointFixed

cbLineFixed

JCheckBox cbLineFixed

cbAttrib

JCheckBox cbAttrib

cbSpeed

JCheckBox cbSpeed

cbQual

JCheckBox cbQual

cbShowLabels

JCheckBox cbShowLabels

tfPointSize

JTextField tfPointSize

tfLineWidth

JTextField tfLineWidth

dynamicLabel

jwo.landserf.gui.VectAppearanceBox.LabelDisplay dynamicLabel

boundColour

Color boundColour

labelFgColour

Color labelFgColour

labelBgColour

Color labelBgColour

lBgColour

JLabel lBgColour

lFgColour

JLabel lFgColour

gisFrame

GISFrame gisFrame

Class jwo.landserf.gui.WindowScaleBox extends JWDialogue implements Serializable

Serialized Fields

tWinSize

JTextField tWinSize

tDecayExp

JTextField tDecayExp

wSize

Integer wSize

decayExp

Float decayExp


Package jwo.landserf.gui3d

Class jwo.landserf.gui3d.About3d extends JWDialogue implements Serializable

Class jwo.landserf.gui3d.GUI3d extends JWFrame implements Serializable

Serialized Fields

gisFrame

GISFrame gisFrame

glComponent

net.java.games.jogl.GLCanvas glComponent

surfaceRenderer

SurfaceRenderer surfaceRenderer

camera

Camera camera

view3d

View3d view3d

mHover

JMenuItem mHover

mGridLines

JMenuItem mGridLines

mMesh

JMenuItem mMesh

mSurf

JMenuItem mSurf

mSmooth

JMenuItem mSmooth

mSky

JMenuItem mSky

glCompWidth

int glCompWidth

glCompHeight

int glCompHeight

bCamReset

JButton bCamReset

bReplay

JButton bReplay

bTour

JButton bTour

bStore

JButton bStore

bClearRoute

JButton bClearRoute

cbLoop

JCheckBox cbLoop

actions

Vector actions

lEast

JLabel lEast

lNorth

JLabel lNorth

lElev

JLabel lElev

lHead

JLabel lHead

lPitch

JLabel lPitch

dp

int dp

slResolution

JWSlider slResolution

slSpeed

JWSlider slSpeed

slScale

JWSlider slScale

slFov

JWSlider slFov

slFog

JWSlider slFog

imageFileChooser

LSFileChooser imageFileChooser

routeFileChooser

LSFileChooser routeFileChooser

imageOutputBox

ImageOutputBox imageOutputBox

isSmoothed

boolean isSmoothed

detailImage

Image detailImage

detailTransparency

float detailTransparency

detailType

int detailType

detailSize

float detailSize

textureSize

int textureSize

mouseX

int mouseX

mouseY

int mouseY

mouseSensitivity

float mouseSensitivity

movementMode

int movementMode

colourToChange

int colourToChange

snapshotReady

boolean snapshotReady

snapshot

ImageIcon snapshot

animate

boolean animate

fps

int fps

animThread

Thread animThread

Class jwo.landserf.gui3d.ImageOutputBox extends JWDialogue implements Serializable

Serialized Fields

bSnapshot

JButton bSnapshot

bRecord

JButton bRecord

bPause

JButton bPause

bSetOutput

JButton bSetOutput

bBrowse

JButton bBrowse

cmbFormat

JComboBox cmbFormat

tfDirectory

JTextField tfDirectory

tfBase

JTextField tfBase

lOutput

JLabel lOutput

surfaceRenderer

SurfaceRenderer surfaceRenderer

fileChooser

LSFileChooser fileChooser

Class jwo.landserf.gui3d.MovementBox extends JWDialogue implements Serializable

Serialized Fields

slSensitivity

JWSlider slSensitivity

slRotation

JWSlider slRotation

slHeight

JWSlider slHeight

tfAnimSpeed

JTextField tfAnimSpeed

fps

int fps

Class jwo.landserf.gui3d.ScaleDrapeBox extends JWDialogue implements Serializable

Serialized Fields

cbAll

JCheckBox cbAll

bAll

JButton bAll

b2

JButton b2

b4

JButton b4

b8

JButton b8

b16

JButton b16

b32

JButton b32

b64

JButton b64

b128

JButton b128

b256

JButton b256

b512

JButton b512

b1024

JButton b1024

b2048

JButton b2048

gui3d

GUI3d gui3d

Class jwo.landserf.gui3d.SurfaceDetailBox extends JWDialogue implements Serializable

Serialized Fields

cbShowDetail

JCheckBox cbShowDetail

cbFade

JCheckBox cbFade

cbUsePresets

JCheckBox cbUsePresets

cmPresets

JComboBox cmPresets

picture

JWPicture picture

tiles

JWPicture tiles

bLoad

JButton bLoad

slTransparency

JWSlider slTransparency

slSize

JWSlider slSize

gui3d

GUI3d gui3d

fileChooser

LSFileChooser fileChooser

detailType

int detailType

compFactory

ComponentFactory compFactory

Class jwo.landserf.gui3d.VectAppearanceBox extends JWDialogue implements Serializable

Serialized Fields

slHeight

JWSlider slHeight

slWidth

JWSlider slWidth

slPointSize

JWSlider slPointSize

slDepth

JWSlider slDepth

slObliqueDepth

JWSlider slObliqueDepth

cbClip

JCheckBox cbClip

cbSmooth

JCheckBox cbSmooth

gui3d

GUI3d gui3d


Package jwo.landserf.process.gps

Class jwo.landserf.process.gps.FeatureNotSupportedException extends RuntimeException implements Serializable


Package jwo.landserf.process.gps.garmin

Class jwo.landserf.process.gps.garmin.InvalidPacketException extends RuntimeException implements Serializable

Serialized Fields

packet

int[] packet

index

int index

Class jwo.landserf.process.gps.garmin.PacketNotRecognisedException extends RuntimeException implements Serializable

Class jwo.landserf.process.gps.garmin.UnknownPacketException extends Exception implements Serializable


Package jwo.landserf.process.proj

Class jwo.landserf.process.proj.Ellipsoid extends Object implements Serializable

serialVersionUID: -4698774124137349325l

Serialized Fields

id

int id

a

double a

b

double b

e2

double e2

n

double n

Class jwo.landserf.process.proj.Projection extends Object implements Serializable

serialVersionUID: 3353942177225041352l

Serialized Fields

ellipsoid

Ellipsoid ellipsoid

type

int type

zoneNumber

int zoneNumber

zoneLetter

char zoneLetter


Package jwo.landserf.structure

Class jwo.landserf.structure.AttributeTable extends Object implements Serializable

serialVersionUID: -6360852345767386406l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Deserializes the attribute table. This version will create a decimal formatter if trying to read a pre 2.1 version attribute table.

Serialized Fields

colHeadings

String[] colHeadings

numericColumns

boolean[] numericColumns

numCols

int numCols

rowData

TreeMap rowData

activeCol

int activeCol

formatter

DecimalFormat formatter

Class jwo.landserf.structure.AttributeTableModel extends AbstractTableModel implements Serializable

Serialized Fields

attTable

AttributeTable attTable

Class jwo.landserf.structure.ColourRule extends Object implements Serializable

serialVersionUID: -4430404671758693062l

Serialized Fields

lColour

int lColour

uColour

int uColour

lIndex

float lIndex

uIndex

float uIndex

type

int type

Class jwo.landserf.structure.ColourTable extends Object implements Serializable

serialVersionUID: 969046130790808050l

Serialized Fields

cTable

Vector cTable

cTableType

int cTableType

Class jwo.landserf.structure.DelaunayTriang extends Object implements Serializable

serialVersionUID: 1467333076812504653l

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Overrides default object serialization by ensuring TIN is written if available.

Serialized Fields

version

float version

nodes

Vector nodes

edges

Vector edges

tris

Vector tris

hullStart

Edge hullStart

actE

Edge actE

mer

float[] mer

footprint

Footprint footprint

header

Header header

Class jwo.landserf.structure.Edge extends Object implements Serializable

serialVersionUID: -7476024557474212638l

Serialized Fields

version

float version

p1

Node p1

p2

Node p2

invEdge

Edge invEdge

nextEdge

Edge nextEdge

nextHullEdge

Edge nextHullEdge

inTriang

Triangle inTriang

Class jwo.landserf.structure.Footprint extends Object implements Serializable

serialVersionUID: -2952371110456763528l

Serialized Fields

x

float x

y

float y

width

float width

height

float height

type

int type

Class jwo.landserf.structure.GISVector extends SpatialObject implements Serializable

serialVersionUID: -8029224603099419412l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Deserializes the GISVector. Converts the coordinate array into a general path.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serializes the GISVector. Converts the general path into a coordinate array.

Serialized Fields

serializedCoords

Footprint[] serializedCoords

type

int type

numCoords

int numCoords

zCoords

float[] zCoords

attribute

float attribute

numSubpaths

int numSubpaths

Class jwo.landserf.structure.Header extends Object implements Serializable

serialVersionUID: 5967848075550846861l

Serialized Fields

title

String title

author

String author

rights

String rights

notes

String notes

Class jwo.landserf.structure.Node extends Object implements Serializable

serialVersionUID: -8063099357334678532l

Serialized Fields

version

float version

x

float x

y

float y

z

float z

edge

Edge edge

Class jwo.landserf.structure.RasterMap extends SpatialObject implements Serializable

serialVersionUID: -3055376417219034911l

Serialized Fields

raster

float[][] raster

xRes

float xRes

yRes

float yRes

numRows

int numRows

numCols

int numCols

max

float max

min

float min

recalcRange

boolean recalcRange

rasterType

int rasterType

elev

float elev

azim

float azim

pShade

float pShade

shadeZScale

float shadeZScale

aspectWeight

float aspectWeight

wSize

int wSize

decayExp

float decayExp

slopeTol

float slopeTol

curveTol

float curveTol

pBlend

float pBlend

shine

float shine

diffuse

float diffuse

specular

float specular

Class jwo.landserf.structure.RastHeader extends Object implements Serializable

serialVersionUID: -321140038886110835l

Serialized Fields

title

String title
Deprecated. 

notes

String notes
Deprecated. 

north

double north
Deprecated. 

south

double south
Deprecated. 

east

double east
Deprecated. 

west

double west
Deprecated. 

numRows

int numRows
Deprecated. 

numCols

int numCols
Deprecated. 

xRes

double xRes
Deprecated. 

yRes

double yRes
Deprecated. 

elevAngle

double elevAngle
Deprecated. 

azimAngle

double azimAngle
Deprecated. 

pShade

double pShade
Deprecated. 

minShadeSlope

double minShadeSlope
Deprecated. 

rastType

int rastType
Deprecated. 

version

float version
Deprecated. 

Class jwo.landserf.structure.SpatialObject extends Object implements Serializable

serialVersionUID: 1587722385833625887l

Serialized Fields

footprint

Footprint footprint

header

Header header

cTable

ColourTable cTable

aTable

AttributeTable aTable

projection

Projection projection

Class jwo.landserf.structure.Triangle extends Object implements Serializable

serialVersionUID: -7821102856274497525l

Serialized Fields

version

float version

edge

Edge edge

Class jwo.landserf.structure.VectHeader extends Object implements Serializable

serialVersionUID: 2623528154200220663l

Serialized Fields

version

float version
Deprecated. 

title

String title
Deprecated. 
Title of vector.


notes

String notes
Deprecated. 
Notes associated with vector.


north

double north
Deprecated. 
Northern boundary of vector.


south

double south
Deprecated. 
Southern boundary of vector.


east

double east
Deprecated. 
Eastern boundary of vector.


west

double west
Deprecated. 
Western boundary of vector.

Class jwo.landserf.structure.VectorMap extends SpatialObject implements Serializable

serialVersionUID: -4922635255968840226l

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Overrides default object deserialization by ensuring TIN is read if available.


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Overrides default object serialization by ensuring TIN is written if available.

Serialized Fields

gisVectors

Vector gisVectors

min

float min

max

float max

formatter

DecimalFormat formatter

type

int type

Class jwo.landserf.structure.VectorObject extends Object implements Serializable

serialVersionUID: -1886664111724787615l

Serialized Fields

x

float[] x
Deprecated. 

y

float[] y
Deprecated. 

z

float[] z
Deprecated. 

type

int type
Deprecated. 

attribute

float attribute
Deprecated. 

version

float version
Deprecated. 



Copyright Jo Wood, 1996-2005, last modified, 11th March, 2005