Serialized Form


Package dods.dap.parser

Class dods.dap.parser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class dods.dap.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package dods.dap.Server

Class dods.dap.Server.InvalidOperatorException extends SDODSException implements Serializable

Class dods.dap.Server.InvalidParameterException extends SDODSException implements Serializable

Class dods.dap.Server.RegExpException extends SDODSException implements Serializable

Class dods.dap.Server.SBHException extends SDODSException implements Serializable

Class dods.dap.Server.SDODSException extends dods.dap.DODSException implements Serializable

Class dods.dap.Server.SSFunctionException extends SDODSException implements Serializable

Class dods.dap.Server.WrongTypeException extends SDODSException implements Serializable


Package edu.wisc.ssec.mcidas

Class edu.wisc.ssec.mcidas.ABISnav extends AREAnav implements Serializable

Serialized Fields

itype

int itype
some constants


lpsi2

int lpsi2
some constants


h

double h
some more constants


re

double re
some more constants


a

double a
some more constants


rp

double rp
some more constants


cdr

double cdr
some more constants


crd

double crd
some more constants


deltax

double deltax
some more constants


deltay

double deltay
some more constants


rflon

double rflon
some more constants


ioff

int[] ioff
params


sublon

double sublon
satellite subpoint


nstepfullres

double nstepfullres
nstepfullres and nstep


nstep

double nstep
nstepfullres and nstep

Class edu.wisc.ssec.mcidas.AreaDirectory extends Object implements Serializable

serialVersionUID: -3662123383682335190L

Serialized Fields

dir

int[] dir

nominalTime

Date nominalTime

startTime

Date startTime

bands

int[] bands

centerLatitude

double centerLatitude

centerLongitude

double centerLongitude

centerLatitudeResolution

double centerLatitudeResolution

centerLongitudeResolution

double centerLongitudeResolution

calInfo

Vector<E>[] calInfo

calType

String calType

srcType

String srcType

srcTypeOrig

String srcTypeOrig

calTypeUnit

String calTypeUnit

calTypeScaleFactor

int calTypeScaleFactor

memo

String memo

sensors

String[] sensors

Class edu.wisc.ssec.mcidas.AreaFile extends Object implements Serializable

serialVersionUID: 3145724093430859967L

Serialized Fields

flipwords

boolean flipwords
flag for whether words should be flipped


fileok

boolean fileok
file ok flag


hasReadData

boolean hasReadData
flag for whether or not the readData() has been called


navLoc

int navLoc
location of nav, cal, aux and data blocks


calLoc

int calLoc
location of nav, cal, aux and data blocks


auxLoc

int auxLoc
location of nav, cal, aux and data blocks


datLoc

int datLoc
location of nav, cal, aux and data blocks


navbytes

int navbytes
the bytes for navigation, calibration and aux data


calbytes

int calbytes
the bytes for navigation, calibration and aux data


auxbytes

int auxbytes
the bytes for navigation, calibration and aux data


lineDataLen

int lineDataLen
original line data length, line length, num lines/eles bands


lineLength

int lineLength
original line data length, line length, num lines/eles bands


origNumLines

int origNumLines
original line data length, line length, num lines/eles bands


origNumElements

int origNumElements
original line data length, line length, num lines/eles bands


origNumBands

int origNumBands
original line data length, line length, num lines/eles bands


linePrefixLength

int linePrefixLength
line prefix length


position

long position
position indicator


skipByteCount

int skipByteCount
bytes to skip


newPosition

long newPosition
new position


dir

int[] dir
the directory block


nav

int[] nav
the nav block


cal

int[] cal
the calibration block


aux

int[] aux
the aux block


data

int[][][] data
the data


areaDirectory

AreaDirectory areaDirectory
the AreaDirectory representing this image


imageSource

String imageSource
the image source


areaNav

AREAnav areaNav
the AREAnav for this image


calType

int calType
the calibration type


isRemote

boolean isRemote
flag for remote data


subset

edu.wisc.ssec.mcidas.AreaFile.Subset subset
subset info holder - if subset is not null, we have been subsetted

Class edu.wisc.ssec.mcidas.AreaFileException extends McIDASException implements Serializable

Class edu.wisc.ssec.mcidas.AREAnav extends Object implements Serializable

serialVersionUID: 2334637524537406773L

Serialized Fields

indexLine

int indexLine
"Line" index in line/element array


indexEle

int indexEle
"Element" index in line/element array


indexLat

int indexLat
"Latitude" index in latitude/longitude array


indexLon

int indexLon
"Longitude" index in latitude/longitude array


isLineFlipped

boolean isLineFlipped

lineOffset

float lineOffset

resLine

float resLine

resElement

float resElement

magLine

float magLine

magElement

float magElement

startLine

float startLine

startElement

float startElement

startImageLine

float startImageLine

startImageElement

float startImageElement

Class edu.wisc.ssec.mcidas.CalibratorException extends McIDASException implements Serializable

Class edu.wisc.ssec.mcidas.GEOSnav extends AREAnav implements Serializable

serialVersionUID: 1L

Serialized Fields

loff

int loff

coff

int coff

lfac

int lfac

cfac

int cfac

plon

int plon

radpol

double radpol

radeq

double radeq

X42

double X42

isEastPositive

boolean isEastPositive

Class edu.wisc.ssec.mcidas.GMSXnav extends AREAnav implements Serializable

Serialized Fields

bParms

byte[] bParms

subLon

float subLon

subLat

float subLat

resLin

float[] resLin

resEle

float[] resEle

rlic

float[] rlic

relmfc

float[] relmfc

senssu

float[] senssu

rline

float[] rline

relem

float[] relem

vmis

float[] vmis

elmis

float[][] elmis

dtims

double dtims

dspin

double dspin

sitagt

double sitagt

sunalp

double sunalp

sundel

double sundel

sat

double[] sat

sp

double[] sp

ss

double[] ss

orbt1

double[][] orbt1

atit

double[][] atit

Class edu.wisc.ssec.mcidas.GOESnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

navday

int navday

lintot

int lintot

deglin

double deglin

ieltot

int ieltot

degele

double degele

spinra

double spinra

ietimy

int ietimy

ietimh

int ietimh

semima

double semima

oeccen

double oeccen

orbinc

double orbinc

perhel

double perhel

asnode

double asnode

nopcln

double nopcln

declin

double declin

rascen

double rascen

piclin

double piclin

prerat

double prerat

predir

double predir

pitch

double pitch

yaw

double yaw

roll

double roll

skew

double skew

iajust

int iajust

ibtcon

int ibtcon

negbet

int negbet

iseang

int iseang

scan1

double scan1

time1

double time1

scan2

double scan2

time2

double time2

emega

double emega

ab

double ab

asq

double asq

bsq

double bsq

r

double r

rsq

double rsq

rdpdg

double rdpdg

numsen

int numsen

totlin

double totlin

radlin

double radlin

totele

double totele

radele

double radele

picele

double picele

cpitch

double cpitch

cyaw

double cyaw

croll

double croll

pskew

double pskew

rfact

double rfact

roasin

double roasin

tmpscl

double tmpscl

b11

double b11

b12

double b12

b13

double b13

b21

double b21

b22

double b22

b23

double b23

b31

double b31

b32

double b32

b33

double b33

gamma

double gamma

gamdot

double gamdot

rotm11

double rotm11

rotm13

double rotm13

rotm21

double rotm21

rotm23

double rotm23

rotm31

double rotm31

rotm33

double rotm33

pictim

double pictim

xref

double xref

iold

int iold

tdife

double tdife

xmmc

double xmmc

epsiln

double epsiln

srome2

double srome2

pz

double pz

py

double py

px

double px

qz

double qz

qy

double qy

qx

double qx

Class edu.wisc.ssec.mcidas.GRIDnav extends Object implements Serializable

serialVersionUID: 8741895066356394200L

Serialized Fields

PSEUDO_MERCATOR

int PSEUDO_MERCATOR
Navigation type for pseudo-mercator grids


PS_OR_LAMBERT_CONIC

int PS_OR_LAMBERT_CONIC
Navigation type for polar stero or lambert conformal conic grids


EQUIDISTANT

int EQUIDISTANT
Navigation type for equidistant grids


PSEUDO_MERCATOR_GENERAL

int PSEUDO_MERCATOR_GENERAL
Navigation type for pseudo-mercator (general case) grids


NO_NAV

int NO_NAV

LAMBERT_CONFORMAL_TANGENT

int LAMBERT_CONFORMAL_TANGENT
Navigation type for lambert conformal tangent grids


EARTH_RADIUS

double EARTH_RADIUS

xrad

double xrad

indexRow

int indexRow
"Row" index in row/column array


indexCol

int indexCol
"Column" index in row/column array


indexLat

int indexLat
"Latitude" index in latitude/longitude array


indexLon

int indexLon
"Longitude" index in latitude/longitude array


startRow

int startRow

startColumn

int startColumn

isRowFlipped

boolean isRowFlipped

rowOffset

double rowOffset

navType

int navType

xnr

double xnr

xnc

double xnc

xnrow

double xnrow

xncol

double xncol

wierd

boolean wierd

glamx

double glamx

glomx

double glomx

ginct

double ginct

gincn

double gincn

xrowi

double xrowi

xcoli

double xcoli

xqlon

double xqlon

xspace

double xspace

xh

double xh

xfac

double xfac

xblat

double xblat

xrot

double xrot

yspace

double yspace

xblon

double xblon

Class edu.wisc.ssec.mcidas.GVARnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

DEG

double DEG

RAD

double RAD

NOMORB

double NOMORB

AE

double AE

FER

double FER

AEBE2

float AEBE2

AEBE3

float AEBE3

AEBE4

float AEBE4

xs

double[] xs

bt

double[][] bt

q3

double q3

pitch

double pitch

roll

double roll

yaw

double yaw

pma

float pma

rma

float rma

incmax

int[] incmax

elvmax

float[] elvmax

scnmax

float[] scnmax

elvinc

float[] elvinc

scninc

float[] scninc

elvln

float[] elvln

scnpx

float[] scnpx

nsnom

float[] nsnom

ewnom

float[] ewnom

STTYPE

int STTYPE

IDNTFR

int IDNTFR

IMCACT

int IMCACT

IYFLIP

int IYFLIP

REFLON

int REFLON

REFDIS

int REFDIS

REFLAT

int REFLAT

REFYAW

int REFYAW

RATROL

int RATROL

RATPTC

int RATPTC

RATYAW

int RATYAW

ETIME

int ETIME

EDTIME

int EDTIME

IMCROL

int IMCROL

IMCPTC

int IMCPTC

IMCYAW

int IMCYAW

LDR1

int LDR1

LDR2

int LDR2

LDR3

int LDR3

LDR4

int LDR4

LDR5

int LDR5

LDR6

int LDR6

LDR7

int LDR7

LDR8

int LDR8

LDR9

int LDR9

LDR10

int LDR10

LDR11

int LDR11

LDR12

int LDR12

LDR13

int LDR13

RDDR1

int RDDR1

RDDR2

int RDDR2

RDDR3

int RDDR3

RDDR4

int RDDR4

RDDR5

int RDDR5

RDDR6

int RDDR6

RDDR7

int RDDR7

RDDR8

int RDDR8

RDDR9

int RDDR9

RDDR10

int RDDR10

RDDR11

int RDDR11

DGL1

int DGL1

DGL2

int DGL2

DGL3

int DGL3

DGL4

int DGL4

DGL5

int DGL5

DGL6

int DGL6

DGL7

int DGL7

DGL8

int DGL8

DGL9

int DGL9

DOY1

int DOY1

DOY2

int DOY2

DOY3

int DOY3

DOY4

int DOY4

DOY5

int DOY5

DOY6

int DOY6

DOY7

int DOY7

DOY8

int DOY8

DOY9

int DOY9

EXPTIM

int EXPTIM

RAAWDS

int RAAWDS

PAAWDS

int PAAWDS

YAAWDS

int YAAWDS

RMAWDS

int RMAWDS

PMAWDS

int PMAWDS

IMGDAY

int IMGDAY

IMGTM

int IMGTM

IMGSND

int IMGSND

IOFNC

int IOFNC

IOFEC

int IOFEC

IOFNI

int IOFNI

IOFEI

int IOFEI

MXCDSZ

int MXCDSZ

OASIZE

int OASIZE

PCOEFS

int PCOEFS

RMACFS

int RMACFS

CUTOF1

int CUTOF1

CUTOF2

int CUTOF2

IMCFLG

int IMCFLG

FLPFLG

int FLPFLG

iflip

int iflip

aec

double aec

ts

double ts

dr

double dr

lam

double lam

dlat

double dlat

dyaw

double dyaw

phi

double phi

aebe2c

double aebe2c

aebe3c

double aebe3c

aebe4c

double aebe4c

ferc

double ferc

instr

int instr

itype

int itype

sublat

double sublat

sublon

double sublon

subpoint

double[] subpoint

RELLST

int[][] RELLST

Class edu.wisc.ssec.mcidas.KALPnav extends AREAnav implements Serializable

Serialized Fields

ic

int ic

h

double h

a

double a

rp

double rp

re

double re

cdr

double cdr

crd

double crd

lpsi2

double lpsi2

deltax

double deltax

deltay

double deltay

sublat

double sublat

sublon

double sublon

cenlin

double cenlin

cenele

double cenele

altitude

double altitude

isEastPositive

boolean isEastPositive

Class edu.wisc.ssec.mcidas.LALOnav extends AREAnav implements Serializable

serialVersionUID: 1L

Serialized Fields

rows

int rows

cols

int cols

latres

int latres

lonres

int lonres

latpoint

int latpoint

lonpoint

int lonpoint

numPoints

int numPoints

ulline

int ulline

ulelem

int ulelem

aux_size

int aux_size

lat_aux_offset

int lat_aux_offset

lon_aux_offset

int lon_aux_offset

lrlin

int lrlin

lrele

int lrele

minlat

double minlat

maxlat

double maxlat

minlon

double minlon

maxlon

double maxlon

latData

float[] latData

lonData

float[] lonData

LAT_MISSING

float LAT_MISSING

LON_MISSING

float LON_MISSING

debug

boolean debug

count

int count

gs

Gridded2DSet gs

Class edu.wisc.ssec.mcidas.LAMBnav extends AREAnav implements Serializable

Serialized Fields

iwest

int iwest

ihem

int ihem

xrow

double xrow

xcol

double xcol

xlat1

double xlat1

xlat2

double xlat2

xspace

double xspace

xqlon

double xqlon

xblat

double xblat

xfac

double xfac

xpole

double xpole

Class edu.wisc.ssec.mcidas.McIDASException extends Exception implements Serializable

Class edu.wisc.ssec.mcidas.MERCnav extends AREAnav implements Serializable

Serialized Fields

iwest

int iwest

leftlon

int leftlon

xrow

double xrow

xcol

double xcol

xlat1

double xlat1

xspace

double xspace

xqlon

double xqlon

xblat

double xblat

xblon

double xblon

Class edu.wisc.ssec.mcidas.MOLLnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

drad

double drad

decc

double decc

tlat

double[] tlat

t

double[] t

coef

double[][] coef

lattbl

double[] lattbl

xrow

double xrow

xcol

double xcol

rpix

double rpix

xqlon

double xqlon

itype

int itype

iwest

int iwest

icord

int icord

asq

double asq

bsq

double bsq

ab

double ab

ecc

double ecc

eccsqr

double eccsqr

kwest

int kwest

kcord

int kcord

KMPP

int KMPP

PPMK

int PPMK

Class edu.wisc.ssec.mcidas.MSATnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

NOMORB

double NOMORB

EARTH_RADIUS

double EARTH_RADIUS

itype

int itype

h

double h

a

double a

rp

double rp

lpsi2

double lpsi2

deltax

double deltax

deltay

double deltay

rflon

double rflon

sublon

double sublon

ioff

int[] ioff

Class edu.wisc.ssec.mcidas.MSGnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

NOMORB

double NOMORB

EARTH_RADIUS

double EARTH_RADIUS

itype

int itype

h

double h

a

double a

rp

double rp

cdr

double cdr

crd

double crd

rs

double rs

yk

double yk

deltax

double deltax

deltay

double deltay

ioff

int[] ioff

count

int count

sublon

double sublon

Class edu.wisc.ssec.mcidas.MSGTnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

NOMORB

double NOMORB

EARTH_RADIUS

double EARTH_RADIUS

itype

int itype

h

double h

a

double a

rp

double rp

cdr

double cdr

crd

double crd

rs

double rs

yk

double yk

deltax

double deltax

deltay

double deltay

LOFF

int LOFF

COFF

int COFF

LFAC

int LFAC

CFAC

int CFAC

ioff

int[] ioff

first

boolean first

count

int count

sublon

double sublon

Class edu.wisc.ssec.mcidas.PSnav extends AREAnav implements Serializable

Serialized Fields

iwest

int iwest

ihem

int ihem

xrow

double xrow

xcol

double xcol

xpole

double xpole

xlat1

double xlat1

xspace

double xspace

xqlon

double xqlon

xblat

double xblat

fac

double fac

Class edu.wisc.ssec.mcidas.RADRnav extends AREAnav implements Serializable

Serialized Fields

isEastPositive

boolean isEastPositive

EARTH_RADIUS

double EARTH_RADIUS

MISS

int MISS

itype

int itype

xrow

double xrow

xcol

double xcol

xlat

double xlat

xlon

double xlon

xrot

double xrot

xblat

double xblat

xblon

double xblon

Class edu.wisc.ssec.mcidas.RECTnav extends AREAnav implements Serializable

Serialized Fields

itype

int itype

iwest

int iwest

xrow

double xrow

xcol

double xcol

zslat

double zslat

zslon

double zslon

zdlat

double zdlat

zdlon

double zdlon

Class edu.wisc.ssec.mcidas.SINUnav extends AREAnav implements Serializable

Serialized Fields

drad

double drad

decc

double decc

r

double r

xrow

double xrow

xcol

double xcol

xlat

double xlat

xlon

double xlon

xblat

double xblat

xblon

double xblon

xspace

double xspace

yspace

double yspace

itype

int itype

iwest

int iwest

isEastPositive

boolean isEastPositive

Class edu.wisc.ssec.mcidas.TANCnav extends AREAnav implements Serializable

Serialized Fields

iwest

int iwest

ihem

int ihem

lin0

double lin0

ele0

double ele0

scale

double scale

lon0

double lon0

lat0

double lat0

coscl

double coscl

tancl

double tancl

tancl2

double tancl2

mxtheta

double mxtheta

Package edu.wisc.ssec.mcidas.adde

Class edu.wisc.ssec.mcidas.adde.AddeException extends McIDASException implements Serializable

Serialized Fields

addeErrorCode

int addeErrorCode
ADDE error code associated with this exception, if any.


hasAddeErrorCode

boolean hasAddeErrorCode
Whether or not an error code has been set for this exception.

Class edu.wisc.ssec.mcidas.adde.AddeURLException extends IOException implements Serializable

Class edu.wisc.ssec.mcidas.adde.GetAreaGUI extends JPanel implements Serializable

Serialized Fields

asi

AddeServerInfo asi

sl

String[] sl

selectedServer

String selectedServer

selectedGroup

String selectedGroup

selectedDescr

String selectedDescr

selectedDateTime

String selectedDateTime

coordType

String coordType

actionButtonString

String actionButtonString

userName

String userName

projectNumber

String projectNumber

serverUpdated

boolean serverUpdated

groupUpdated

boolean groupUpdated

descrUpdated

boolean descrUpdated

multipleImages

boolean multipleImages

al

ActionListener al

baseNumLines

int baseNumLines

baseNumEles

int baseNumEles

resLat

double resLat

resLon

double resLon

bandListIndex

int[] bandListIndex

bandList

String[] bandList

selectedBand

String selectedBand

selectedUnit

String selectedUnit

selectedBandIndex

int selectedBandIndex

calInfo

String[][][] calInfo

doingRes

boolean doingRes

nf3

NumberFormat nf3

dataProp

Properties dataProp

serverList

StringBuffer serverList

ad

AreaDirectory[][] ad

areaIndex

int areaIndex

bandNames

String[] bandNames

asb

AddeSatBands asb

closeOnAction

boolean closeOnAction

useDefaults

boolean useDefaults

gotUserDefaults

boolean gotUserDefaults

propFile

String propFile

cmdout

String cmdout

imageList

ArrayList<E> imageList

dialog

JDialog dialog

PanelSGD

JPanel PanelSGD

PanelSG

JPanel PanelSG

PanelServer

JPanel PanelServer

ServerLabel

JLabel ServerLabel

ServerSelector

JComboBox ServerSelector

PanelGroup

JPanel PanelGroup

jLabel2

JLabel jLabel2

GroupSelector

JComboBox GroupSelector

PanelDescr

JPanel PanelDescr

jLabel3

JLabel jLabel3

DescrSelector

JComboBox DescrSelector

PanelListMag

JPanel PanelListMag

PanelMag

JPanel PanelMag

jPanel13

JPanel jPanel13

jPanel9

JPanel jPanel9

LMagSlider

JSlider LMagSlider

LMagLabel

JLabel LMagLabel

jPanel10

JPanel jPanel10

EMagLabel

JLabel EMagLabel

EMagSlider

JSlider EMagSlider

DateTimeLabel

JLabel DateTimeLabel

PanelList

JPanel PanelList

DateTimeScrollPanel

JScrollPane DateTimeScrollPanel

DateTimeList

JList DateTimeList

LinesElesPanel

JPanel LinesElesPanel

SizeLabel

JLabel SizeLabel

jPanel7

JPanel jPanel7

NumLinesLabel

JLabel NumLinesLabel

NumLinesText

JTextField NumLinesText

NumElesLabel

JLabel NumElesLabel

NumElesText

JTextField NumElesText

userDefaultsCheckBox

JCheckBox userDefaultsCheckBox

PanelBandUnit

JPanel PanelBandUnit

BandPanel

JPanel BandPanel

BandLabel

JLabel BandLabel

BandBox

JComboBox BandBox

UnitsPanel

JPanel UnitsPanel

UnitLabel

JLabel UnitLabel

UnitBox

JComboBox UnitBox

UserActionPanel

JPanel UserActionPanel

userActionButton

JButton userActionButton

PanelStatus

JPanel PanelStatus

statusLabel

JTextField statusLabel

PanelLoc

JPanel PanelLoc

jPanel11

JPanel jPanel11

PlaceLabel

JLabel PlaceLabel

LatLonButton

JRadioButton LatLonButton

LinEleButton

JRadioButton LinEleButton

IDButton

JRadioButton IDButton

jPanel12

JPanel jPanel12

LatLineLabel

JLabel LatLineLabel

LonEleLabel

JLabel LonEleLabel

LatLineText

JTextField LatLineText

LonEleText

JTextField LonEleText

buttGroupLoc

ButtonGroup buttGroupLoc

LMagValue

int LMagValue

EMagValue

int EMagValue

calText

String calText

Package gnu.regexp.util

Class gnu.regexp.util.REApplet extends Applet implements Serializable

Serialized Fields

l1

Label l1

l2

Label l2

l3

Label l3

l4

Label l4

b

Button b

tf

TextField tf

input

TextArea input

output

TextArea output

insens

Checkbox insens

syntax

Choice syntax

Package loci.formats.gui

Class loci.formats.gui.ImageViewer extends JFrame implements Serializable

Serialized Fields

pane

JPanel pane

icon

ImageIcon icon

iconLabel

JLabel iconLabel

sliderPanel

JPanel sliderPanel

nSlider

JSlider nSlider

zSlider

JSlider zSlider

tSlider

JSlider tSlider

cSlider

JSlider cSlider

probeLabel

JLabel probeLabel

fileSave

JMenuItem fileSave

myReader

loci.formats.IFormatReader myReader

myWriter

loci.formats.ImageWriter myWriter

filename

String filename

in

loci.formats.IFormatReader in

images

BufferedImage[] images

sizeZ

int sizeZ

sizeT

int sizeT

sizeC

int sizeC

sb

StringBuffer sb

Class loci.formats.gui.PreviewPane extends JPanel implements Serializable

Serialized Fields

reader

loci.formats.IFormatReader reader
Reader for use when loading thumbnails.


iconLabel

JLabel iconLabel
Labels containing thumbnail and dimensional information.


resLabel

JLabel resLabel
Labels containing thumbnail and dimensional information.


zctLabel

JLabel zctLabel
Labels containing thumbnail and dimensional information.


typeLabel

JLabel typeLabel
Labels containing thumbnail and dimensional information.


loader

Thread loader
Thumbnail loading thread.


loaderAlive

boolean loaderAlive
Flag indicating whether loader thread should keep running.


loadId

String loadId
Current ID to load.


lastId

String lastId
Last ID loaded.


Package ncsa.hdf.hdf5lib.exceptions

Class ncsa.hdf.hdf5lib.exceptions.HDF5AtomException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5AttributeException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5BtreeException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DataFiltersException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DatasetInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DataStorageException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5Exception extends Exception implements Serializable

Serialized Fields

detailMessage

String detailMessage

Class ncsa.hdf.hdf5lib.exceptions.HDF5ExternalFileListException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5FileInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5FunctionArgumentException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5FunctionEntryExitException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5HeapException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5InternalErrorException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5JavaException extends HDF5Exception implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException extends HDF5Exception implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5LowLevelIOException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5MetaDataCacheException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5ObjectHeaderException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5ReferenceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5ResourceUnavailableException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5SymbolTableException extends HDF5LibraryException implements Serializable


Package visad

Class visad.AnimationSetControl extends Control implements Serializable

Serialized Fields

set

Set set

isManual

boolean isManual

Class visad.AxisScale extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

screenBased

boolean screenBased

gridLinesVisible

boolean gridLinesVisible

ticksVisible

boolean ticksVisible

labelBothSides

boolean labelBothSides

scaleArray

VisADLineArray scaleArray

labelArray

VisADTriangleArray labelArray

scalarMap

ScalarMap scalarMap

myColor

Color myColor

dataRange

double[] dataRange

myAxis

int myAxis

axisOrdinal

int axisOrdinal

myTitle

String myTitle

labelTable

Hashtable<K,V> labelTable

majorTicks

double[] majorTicks

minorTicks

double[] minorTicks

majorTickSpacing

double majorTickSpacing

minorTickSpacing

double minorTickSpacing

tickBase

double tickBase

autoComputeTicks

boolean autoComputeTicks

baseLineVisible

boolean baseLineVisible

snapToBox

boolean snapToBox

userLabels

boolean userLabels

visibility

boolean visibility

labelAllTicks

boolean labelAllTicks

labelFont

Object labelFont

labelSize

int labelSize

axisSide

int axisSide

tickOrient

int tickOrient

labelFormat

NumberFormat labelFormat

labelRelief

boolean labelRelief
Is the label angled away from the axis or is it "flat"

Class visad.BadDirectManipulationException extends BadMappingException implements Serializable

Class visad.BadMappingException extends DisplayException implements Serializable

Class visad.BaseColorControl extends Control implements Serializable

Serialized Fields

table

float[][] table

tableLength

int tableLength

function

Function function

components

int components

Class visad.BaseQuantity extends Object implements Serializable

Serialized Fields

name

String name
The name of this base quantity.


index

int index
The index of this base quantity.

Class visad.BaseUnit extends Unit implements Serializable

serialVersionUID: 1L

Serialized Fields

unitName

String unitName
Name of the unit (e.g. "meter").


quantityName

String quantityName
Quantity of the unit (e.g. "Length").


derivedUnit

DerivedUnit derivedUnit
Derived unit associated with base unit (for computational efficiency).


isDimless

boolean isDimless

Class visad.CachingCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

myCS

CoordinateSystem myCS
The coordinate system I wrap


arrayCache

ArrayCache arrayCache
Does the actual caching


mycnt

int mycnt
counter to show which object this is

Class visad.CartesianProductCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

csArray

CoordinateSystem[] csArray
array of coordinate systems

Class visad.CMYCoordinateSystem extends CoordinateSystem implements Serializable

serialVersionUID: 1L

Class visad.ColorAlphaControl extends BaseColorControl implements Serializable

Class visad.ColorControl extends BaseColorControl implements Serializable

Class visad.ConstantMap extends ScalarMap implements Serializable

Serialized Fields

Constant

double Constant

Class visad.ContourControl extends Control implements Serializable

serialVersionUID: 1L

Serialized Fields

mainContours

boolean mainContours

surfaceValue

float surfaceValue

contourInterval

float contourInterval

lowLimit

float lowLimit

hiLimit

float hiLimit

base

float base

labels

boolean labels

labelFreq

int labelFreq

everyNth

int everyNth

public_set

boolean public_set

arithmeticProgression

boolean arithmeticProgression

levels

float[] levels

lineStyle

int lineStyle

dash

boolean dash

horizontalContourSlice

boolean horizontalContourSlice

verticalContourSlice

boolean verticalContourSlice

horizontalSliceLow

float horizontalSliceLow

horizontalSliceHi

float horizontalSliceHi

horizontalSliceStep

float horizontalSliceStep

verticalSliceLow

float verticalSliceLow

verticalSliceHi

float verticalSliceHi

verticalSliceStep

float verticalSliceStep

contourFill

boolean contourFill

autoSizeLabels

boolean autoSizeLabels

alignLabels

boolean alignLabels

labelSizeFactor

double labelSizeFactor

pcntrl

ProjectionControl pcntrl

projListener

ControlListener projListener

ratio

double ratio

labelColor

byte[] labelColor

colorSet

boolean colorSet

labelFont

Object labelFont

Class visad.ContourLabelGeometry extends VisADGeometryArray implements Serializable

Serialized Fields

label

VisADGeometryArray label

labelAnchor

VisADLineArray labelAnchor

expSegLeft

VisADLineArray expSegLeft

segLeftAnchor

VisADLineArray segLeftAnchor

segLeftScaleInfo

float[] segLeftScaleInfo

expSegRight

VisADLineArray expSegRight

segRightAnchor

VisADLineArray segRightAnchor

segRightScaleInfo

float[] segRightScaleInfo

isStyled

boolean isStyled

Class visad.Control extends Object implements Serializable

Serialized Fields

NewTick

long NewTick
incremented by incTick


OldTick

long OldTick
value of NewTick at last setTicks call


tickFlag

boolean tickFlag
set by setTicks if OldTick < NewTick; cleared by resetTicks


isSet

boolean isSet
flag to indicate after setTicks and bfore resetTicks


Index

int Index
index of this in display.ControlVector


Instance

int Instance
instance of this in display.ControlVector

Class visad.ControlEvent extends VisADEvent implements Serializable

Serialized Fields

control

Control control

Class visad.CoordinateSystem extends Object implements Serializable

Serialized Fields

Reference

RealTupleType Reference
reference coordinate system (e.g., (Latitude, Longitude, Radius) )


DomainDimension

int DomainDimension

CoordinateSystemUnits

Unit[] CoordinateSystemUnits
not required to be convertable with Reference.DefaultUnits

Class visad.CoordinateSystemException extends VisADException implements Serializable

Class visad.CylindricalCoordinateSystem extends CoordinateSystem implements Serializable

Class visad.DataImpl extends ThingImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

Type

MathType Type
each VisAD data object has a VisAD mathematical type

Class visad.DataShadow extends Object implements Serializable

Serialized Fields

ranges

double[][] ranges
ranges of RealType values, dimensioned [2][num_RealTypes] where first index = 0 for min, = 1 for max


animationSampling

Set animationSampling
default Set for Animation sampling, from Field domains in data

Class visad.DateTime extends Real implements Serializable

serialVersionUID: 1L

Serialized Fields

utcCalendar

GregorianCalendar utcCalendar

Class visad.Delaunay extends Object implements Serializable

Serialized Fields

Tri

int[][] Tri
triangles/tetrahedra --> vertices.

Tri = new int[ntris][dim + 1]

This is the key output, a list of triangles (in two dimensions, tetrahedra in three dimensions, etc). ntris is the number of triangles.

In 2-D, Tri[i] is an array of 3 integers, which are three indices into the samples[0] and samples[1] arrays to get the x and y values of the three vertices of the triangle.

In 3-D, Tri[i] is an array of 4 integers, which are four indices into the samples[0], samples[1] and samples[2] arrays to get the x, y and z values of the four vertices of the tetrahedron.

This pattern continues for higher dimensionalities.


Vertices

int[][] Vertices
vertices --> triangles/tetrahedra.

Vertices = new int[nrs][nverts[i]]

nrs is the number of samples (the length of the samples[0] and samples[1] arrays. For sample i, Vertices[i] is a (variable length) list of indices into the Tri array above, giving the indices of the triangles that include vertex i.

nverts is an array as the second index of the Vertices array since different vertices may be part of different numbers of triangles.

You can use Tri and Vertices together to traverse the triangulation. If you don't need to traverse, then you can probably ignore all arrays except Tri.


Walk

int[][] Walk
triangles/tetrahedra --> triangles/tetrahedra.

Walk = new int[ntris][dim + 1]

Also useful for traversing the triangulation, in this case giving the indices of triangles that share edges with the current triangle.


Edges

int[][] Edges
tri/tetra edges --> global edge number.

Edges = new int[ntris][3 * (dim - 1)];

'global edge number' is the number of an edge that is unique among the whole triangulation. This number is not an index into any array, but will match for a shared edge between two triangles.


NumEdges

int NumEdges
number of unique global edge numbers


nonConvex

boolean nonConvex

Class visad.DelaunayClarkson extends Delaunay implements Serializable

Serialized Fields

site_blocks

float[][] site_blocks

a3s

int[][] a3s

a3size

int a3size

nts

int nts

dim

int dim

p

int p

pnum

long pnum

rdim

int rdim

cdim

int cdim

exact_bits

int exact_bits

b_err_min

double b_err_min

b_err_min_sq

double b_err_min_sq

ldetbound

double ldetbound

failcount

int failcount

lscale

int lscale

max_scale

double max_scale

Sb

float Sb

nsb

int nsb

nbb

int nbb

ss

int ss

ss2

int ss2

vnum

long vnum

p_neigh_vert

int p_neigh_vert

voidp

int[] voidp

voidp_bn

int[] voidp_bn

bbt_next

int[][] bbt_next

bbt_next_bn

int[][] bbt_next_bn

bbt_ref_count

int[][] bbt_ref_count

bbt_lscale

int[][] bbt_lscale

bbt_sqa

double[][] bbt_sqa

bbt_sqb

double[][] bbt_sqb

bbt_vecs

double[][][] bbt_vecs

ttbp

int ttbp

ttbp_bn

int ttbp_bn

ib

int ib

ib_bn

int ib_bn

basis_s_list

int basis_s_list

basis_s_list_bn

int basis_s_list_bn

pnb

int pnb

pnb_bn

int pnb_bn

b

int b

b_bn

int b_bn

sbt_next

int[][] sbt_next

sbt_next_bn

int[][] sbt_next_bn

sbt_visit

long[][] sbt_visit

sbt_mark

short[][] sbt_mark

sbt_normal

int[][] sbt_normal

sbt_normal_bn

int[][] sbt_normal_bn

sbt_peak_vert

int[][] sbt_peak_vert

sbt_peak_simp

int[][] sbt_peak_simp

sbt_peak_simp_bn

int[][] sbt_peak_simp_bn

sbt_peak_basis

int[][] sbt_peak_basis

sbt_peak_basis_bn

int[][] sbt_peak_basis_bn

sbt_neigh_vert

int[][][] sbt_neigh_vert

sbt_neigh_simp

int[][][] sbt_neigh_simp

sbt_neigh_simp_bn

int[][][] sbt_neigh_simp_bn

sbt_neigh_basis

int[][][] sbt_neigh_basis

sbt_neigh_basis_bn

int[][][] sbt_neigh_basis_bn

simplex_list

int simplex_list

simplex_list_bn

int simplex_list_bn

ch_root

int ch_root

ch_root_bn

int ch_root_bn

ns

int ns

ns_bn

int ns_bn

st

int[] st

st_bn

int[] st_bn

st2

int[] st2

st2_bn

int[] st2_bn

Class visad.DelaunayCustom extends Delaunay implements Serializable

Class visad.DelaunayFast extends Delaunay implements Serializable

Class visad.DelaunayOverlap extends Delaunay implements Serializable

Serialized Fields

sig

boolean sig

Class visad.DelaunayWatson extends Delaunay implements Serializable

Class visad.DerivedUnit extends Unit implements Serializable

serialVersionUID: 1L

Serialized Fields

factors

visad.Factor[] factors
The array of individual base-unit factors that make up this unit. The following is effectively "final" in that it is only set in constructors and never altered. Unfortunately, the JDK 1.1.2 javac(1) compiler on our SunOS 5.5 systems doesn't recognize this fact; hence, the "final" is commented-out.

Class visad.DisplayEvent extends VisADEvent implements Serializable

Serialized Fields

id

int id

input_event

InputEvent input_event
InputEvent corresponding to the DisplayEvent, if any


display

Display display
source of event

Class visad.DisplayException extends VisADException implements Serializable

Class visad.DisplayInterruptException extends DisplayException implements Serializable

Class visad.DisplayMapEvent extends DisplayEvent implements Serializable

Serialized Fields

map

ScalarMap map

Class visad.DisplayRealType extends RealType implements Serializable

Serialized Fields

range

boolean range

LowValue

double LowValue

HiValue

double HiValue

DefaultValue

double DefaultValue

tuple

DisplayTupleType tuple

tupleIndex

int tupleIndex

Single

boolean Single

system

boolean system

text

boolean text

circular

boolean circular

Class visad.DisplayReferenceEvent extends DisplayEvent implements Serializable

Serialized Fields

link

DataDisplayLink link

Class visad.DisplayTupleType extends RealTupleType implements Serializable

Class visad.DomainException extends FieldException implements Serializable

Class visad.DoubleSet extends SimpleSet implements Serializable

Class visad.DoubleStringTuple extends Tuple implements Serializable

Serialized Fields

prototypes

Data[] prototypes

strings

String[] strings
The string values


doubles

double[] doubles
The numeric values


tt

TupleType tt
The tuple type


units

Unit[] units
The units for the numeric values


components

Data[] components
Holds the components as we create them


size

int size
my size

Class visad.DoubleTuple extends RealTuple implements Serializable

Serialized Fields

prototypes

Data[] prototypes

doubles

double[] doubles
The numeric values


tt

RealTupleType tt
The tuple type


units

Unit[] units
The units for the numeric values


components

Data[] components
Holds the components as we create them

Class visad.EarthVectorType extends RealVectorType implements Serializable

Class visad.EmpiricalCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

worldCS

GridCoordinateSystem worldCS
The world/grid coordinate system.

 

referenceCS

GridCoordinateSystem referenceCS
The reference/grid coordinate system.

 

Class visad.ErrorEstimate extends Object implements Serializable

Serialized Fields

Error

double Error

Mean

double Mean

NumberNotMissing

long NumberNotMissing

unit

Unit unit

Class visad.FieldException extends VisADException implements Serializable

Class visad.FieldImpl extends FunctionImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

DomainSet

Set DomainSet
the sampling of the function domain R^n


DomainCoordinateSystem

CoordinateSystem DomainCoordinateSystem
this is DomainSet.DomainCoordinateSystem


DomainUnits

Unit[] DomainUnits
this is DomainSet.SetUnits


Length

int Length
the number of samples


MyRange

Data[] MyRange
the array of function values


RangeLock

VisADRay RangeLock

MissingFlag

boolean MissingFlag

Class visad.FlatField extends FieldImpl implements Serializable

Serialized Fields

TupleDimension

int TupleDimension

RangeSet

Set[] RangeSet

RangeMode

int[] RangeMode

RangeCoordinateSystem

CoordinateSystem RangeCoordinateSystem

RangeCoordinateSystems

CoordinateSystem[] RangeCoordinateSystems

MissingFlag

boolean MissingFlag

RangeUnits

Unit[] RangeUnits

RangeErrors

ErrorEstimate[] RangeErrors

DoubleRange

double[][] DoubleRange

FloatRange

float[][] FloatRange

LongRange

long[][] LongRange

IntRange

int[][] IntRange

ShortRange

short[][] ShortRange

ByteRange

byte[][] ByteRange

Class visad.FloatSet extends SimpleSet implements Serializable

Class visad.Flow1Control extends FlowControl implements Serializable

Class visad.Flow2Control extends FlowControl implements Serializable

Class visad.FlowControl extends Control implements Serializable

Serialized Fields

flowScale

float flowScale

barbOrientation

int barbOrientation

adjustFlowToEarth

boolean adjustFlowToEarth

HorizontalVectorSlice

boolean HorizontalVectorSlice

VerticalVectorSlice

boolean VerticalVectorSlice

HorizontalStreamSlice

boolean HorizontalStreamSlice

VerticalStreamSlice

boolean VerticalStreamSlice

TrajectorySet

boolean[] TrajectorySet

HorizontalVectorSliceHeight

double HorizontalVectorSliceHeight

HorizontalStreamSliceHeight

double HorizontalStreamSliceHeight

autoScale

boolean autoScale

pcl

visad.FlowControl.ProjectionControlListener pcl

streamlinesEnabled

boolean streamlinesEnabled
Streamline flags -------------------------------


streamlineDensity

float streamlineDensity

arrowScale

float arrowScale

stepFactor

float stepFactor

packingFactor

float packingFactor

cntrWeight

float cntrWeight

n_pass

int n_pass

reduction

float reduction

Class visad.FlowSphericalCoordinateSystem extends CoordinateSystem implements Serializable

Class visad.FunctionImpl extends DataImpl implements Serializable

Class visad.FunctionType extends MathType implements Serializable

Serialized Fields

Domain

RealTupleType Domain

Range

MathType Range

FlatRange

RealTupleType FlatRange

Real

boolean Real

Flat

boolean Flat

realComponents

RealType[] realComponents
this is an array of RealType-s that are RealType components of Range or RealType components of RealTupleType components of Range; a non_realType and non-TupleType Range is marked by null; components of a TupleType Range that are neither RealType nor RealTupleType are ignored


textComponents

TextType[] textComponents
array of TextType Range components


textIndices

int[] textIndices
array of component indices of TextType Range components

Class visad.GraphicsModeControl extends Control implements Serializable

Class visad.GridCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

set

GriddedSet set

dimension

int dimension

Class visad.Gridded1DDoubleSet extends Gridded1DSet implements Serializable

Serialized Fields

Low

double[] Low

Hi

double[] Hi

LowX

double LowX

HiX

double HiX

Samples

double[][] Samples

Class visad.Gridded1DSet extends GriddedSet implements Serializable

Serialized Fields

LengthX

int LengthX

LowX

float LowX

HiX

float HiX

Ascending

boolean Ascending
Whether this set is ascending or descending

Class visad.Gridded2DDoubleSet extends Gridded2DSet implements Serializable

Serialized Fields

Low

double[] Low

Hi

double[] Hi

LowX

double LowX

HiX

double HiX

LowY

double LowY

HiY

double HiY

Samples

double[][] Samples

Class visad.Gridded2DSet extends GriddedSet implements Serializable

Serialized Fields

LengthX

int LengthX

LengthY

int LengthY

LowX

float LowX

HiX

float HiX

LowY

float LowY

HiY

float HiY

Class visad.Gridded3DDoubleSet extends Gridded3DSet implements Serializable

Serialized Fields

Low

double[] Low

Hi

double[] Hi

LowX

double LowX

HiX

double HiX

LowY

double LowY

HiY

double HiY

LowZ

double LowZ

HiZ

double HiZ

Samples

double[][] Samples

Class visad.Gridded3DSet extends GriddedSet implements Serializable

serialVersionUID: 1L

Serialized Fields

LengthX

int LengthX

LengthY

int LengthY

LengthZ

int LengthZ

LowX

float LowX

HiX

float HiX

LowY

float LowY

HiY

float HiY

LowZ

float LowZ

HiZ

float HiZ

Class visad.GriddedSet extends SampledSet implements Serializable

Serialized Fields

Lengths

int[] Lengths

EPS

float EPS

Pos

boolean Pos

Class visad.GridVectorType extends RealVectorType implements Serializable

Class visad.HSVCoordinateSystem extends CoordinateSystem implements Serializable

Class visad.IdentityCoordinateSystem extends CoordinateSystem implements Serializable

Class visad.ImageFlatField extends FlatField implements Serializable

Serialized Fields

image

BufferedImage image
The image backing this FlatField.


num

int num
Dimensions of the image.


width

int width
Dimensions of the image.


height

int height
Dimensions of the image.

Class visad.Integer1DSet extends Linear1DSet implements Serializable

Class visad.Integer2DSet extends Linear2DSet implements Serializable

Class visad.Integer3DSet extends Linear3DSet implements Serializable

Class visad.IntegerNDSet extends LinearNDSet implements Serializable

Class visad.InverseCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

inverse

CoordinateSystem inverse

dimension

int dimension

Class visad.Irregular1DSet extends IrregularSet implements Serializable

Serialized Fields

LowX

float LowX

HiX

float HiX

SortedSet

Gridded1DSet SortedSet

Class visad.Irregular2DSet extends IrregularSet implements Serializable

Serialized Fields

LowX

float LowX

HiX

float HiX

LowY

float LowY

HiY

float HiY

Class visad.Irregular3DSet extends IrregularSet implements Serializable

Serialized Fields

LowX

float LowX

HiX

float HiX

LowY

float LowY

HiY

float HiY

LowZ

float LowZ

HiZ

float HiZ

Class visad.IrregularSet extends SampledSet implements Serializable

Serialized Fields

Delan

Delaunay Delan

oldToNew

int[] oldToNew
maps old samples indices to sorted samples indices


newToOld

int[] newToOld
maps sorted samples indices to old samples indices

Class visad.Linear1DSet extends Gridded1DSet implements Serializable

Serialized Fields

First

double First

Last

double Last

Step

double Step

Invstep

double Invstep

cacheSamples

boolean cacheSamples

Class visad.Linear2DSet extends Gridded2DSet implements Serializable

Serialized Fields

X

Linear1DSet X

Y

Linear1DSet Y

cacheSamples

boolean cacheSamples

Class visad.Linear3DSet extends Gridded3DSet implements Serializable

Serialized Fields

X

Linear1DSet X

Y

Linear1DSet Y

Z

Linear1DSet Z

cacheSamples

boolean cacheSamples

Class visad.LinearLatLonSet extends Linear2DSet implements Serializable

Serialized Fields

LongitudeWrap

boolean LongitudeWrap

WrapStep

double WrapStep

WrapFactor

double WrapFactor

latI

int latI

lonI

int lonI

halfPiLat

double halfPiLat

halfPiLon

double halfPiLon

twoPiLon

double twoPiLon

lat

Linear1DSet lat

lon

Linear1DSet lon

Class visad.LinearNDSet extends GriddedSet implements Serializable

Serialized Fields

L

Linear1DSet[] L

cacheSamples

boolean cacheSamples

Class visad.List1DDoubleSet extends SimpleSet implements Serializable

Serialized Fields

data

double[] data

Class visad.List1DSet extends SimpleSet implements Serializable

Serialized Fields

data

float[] data

Class visad.LogarithmicUnit extends Unit implements Serializable

serialVersionUID: 1L

Serialized Fields

reference

Unit reference
The reference level.

 

base

double base
The logarithmic base.

 

Class visad.LogCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

base

double base

Class visad.MathType extends Object implements Serializable

Serialized Fields

SystemIntrinsic

boolean SystemIntrinsic
true if this MathType is defined by the system

Class visad.OffsetUnit extends Unit implements Serializable

serialVersionUID: 1L

Serialized Fields

underUnit

Unit underUnit
The associated (unoffset) underlying unit.


offset

double offset
The offset for this unit (e.g. 273.15 for the celsius unit when the kelvin unit is associated scaled unit).

Class visad.PolarCoordinateSystem extends CoordinateSystem implements Serializable

Class visad.ProductSet extends SampledSet implements Serializable

Serialized Fields

Sets

SampledSet[] Sets

Class visad.ProjectionControl extends Control implements Serializable

Serialized Fields

matrix

double[] matrix
matrix[] shouldn't be used by non-ProjectionControl classes


savedProjectionMatrix

double[] savedProjectionMatrix

asp

double[] asp

Class visad.PromiscuousUnit extends Unit implements Serializable

serialVersionUID: 1L

Class visad.QuantityDimension extends Object implements Serializable

Serialized Fields

exponents

byte[] exponents
The dimensional exponents.

Class visad.RangeControl extends Control implements Serializable

Serialized Fields

initialized

boolean initialized

RangeLow

double RangeLow

RangeHi

double RangeHi

Class visad.Real extends Scalar implements Serializable

Serialized Fields

Value

double Value

unit

Unit unit

Error

ErrorEstimate Error

Class visad.RealTuple extends Tuple implements Serializable

Serialized Fields

TupleCoordinateSystem

CoordinateSystem TupleCoordinateSystem

checkRealUnits

boolean checkRealUnits

TupleUnits

Unit[] TupleUnits

Class visad.RealTupleType extends TupleType implements Serializable

Serialized Fields

DefaultCoordinateSystem

CoordinateSystem DefaultCoordinateSystem
if not null, this coordinate system is used as a default for RealTuple-s of this type


DefaultUnits

Unit[] DefaultUnits
default Unit-s derived from RealType components


DefaultSet

Set DefaultSet
if not null, this sampling is used as a default when this type is used as the domain or range of a field; null unless explicitly set


DefaultSetEverAccessed

boolean DefaultSetEverAccessed

Class visad.RealType extends ScalarType implements Serializable

serialVersionUID: 1L

Serialized Fields

DefaultUnit

Unit DefaultUnit

DefaultSet

Set DefaultSet
if not null, this sampling is used as a default when this type is used as the domain or range of a field; null unless explicitly set


DefaultSetEverAccessed

boolean DefaultSetEverAccessed

attrMask

int attrMask
The attribute mask of this RealType.

 

Class visad.RealVectorType extends RealTupleType implements Serializable

Class visad.ReferenceException extends VisADException implements Serializable

Class visad.RemoteActionImpl extends UnicastRemoteObject implements Serializable

Class visad.RemoteActionImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteCellImpl extends RemoteActionImpl implements Serializable

Class visad.RemoteCellImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteDataImpl extends RemoteThingImpl implements Serializable

Class visad.RemoteDataImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteDataReferenceImpl extends RemoteThingReferenceImpl implements Serializable

Class visad.RemoteDataReferenceImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteDisplayImpl extends RemoteActionImpl implements Serializable

Class visad.RemoteDisplayImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteFieldImpl extends RemoteFunctionImpl implements Serializable

Class visad.RemoteFieldImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteFlatFieldImpl extends RemoteFieldImpl implements Serializable

Class visad.RemoteFlatFieldImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteFunctionImpl extends RemoteDataImpl implements Serializable

Class visad.RemoteFunctionImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteReferenceLinkImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

link

DataDisplayLink link

Class visad.RemoteReferenceLinkImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteServerImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

refs

RemoteDataReferenceImpl[] refs

dpys

RemoteDisplayImpl[] dpys

Class visad.RemoteServerImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteSlaveDisplayImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

display

RemoteDisplay display

image

BufferedImage image

component

JComponent component

listen

Vector<E> listen

Class visad.RemoteSlaveDisplayImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteThingImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

Tick

long Tick
Tick increments each time data changes; used in place of propogating notifyReferences to Remote parents

Class visad.RemoteThingImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteThingReferenceImpl extends UnicastRemoteObject implements Serializable

Class visad.RemoteThingReferenceImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.RemoteVisADException extends VisADException implements Serializable

Class visad.RendererControl extends Control implements Serializable

Serialized Fields

backgroundColor

float[] backgroundColor

boxColor

float[] boxColor

cursorColor

float[] cursorColor

foregroundColor

float[] foregroundColor

boxOn

boolean boxOn

Class visad.SampledSet extends SimpleSet implements Serializable

Serialized Fields

mycnt

int mycnt

cacheId

Object cacheId

Samples

float[][] Samples

Low

float[] Low

Hi

float[] Hi

Class visad.Scalar extends DataImpl implements Serializable

Class visad.ScalarMap extends Object implements Serializable

Serialized Fields

overrideUnit

Unit overrideUnit

override_scale

double override_scale

override_offset

double override_offset

Scalar

ScalarType Scalar

DisplayScalar

DisplayRealType DisplayScalar

ScalarIndex

int ScalarIndex

DisplayScalarIndex

int DisplayScalarIndex

ValueIndex

int ValueIndex

isManual

boolean isManual
true if dataRange set by application; disables automatic setting


isScaled

boolean isScaled
true if Scalar values need to be scaled


displayRange

double[] displayRange
ranges of values of DisplayScalar


dataRange

double[] dataRange
ranges of values of Scalar


defaultUnitRange

double[] defaultUnitRange
ranges of values of Scalar in default units


scale

double scale
scale and offset


offset

double offset
scale and offset


NewTick

long NewTick
incremented by incTick


OldTick

long OldTick
value of NewTick at last setTicks call


tickFlag

boolean tickFlag
set by setTicks if OldTick < NewTick; cleared by resetTicks


scalarName

String scalarName

scale_flag

boolean scale_flag
location of axis scale if DisplayScalar is XAxis, YAxis or ZAxis private int axis = -1; private int axis_ordinal = -1; < removed for AxisScale 10-Oct-2000 >


back_scale_flag

boolean back_scale_flag

scale_on

boolean scale_on

underscore_to_blank

boolean underscore_to_blank

axisScale

AxisScale axisScale
AxisScale

Class visad.ScalarMapControlEvent extends ScalarMapEvent implements Serializable

Serialized Fields

control

Control control

Class visad.ScalarMapEvent extends VisADEvent implements Serializable

Serialized Fields

id

int id

map

ScalarMap map

Class visad.ScalarType extends MathType implements Serializable

Serialization Methods

readResolve

protected final Object readResolve()
                            throws InvalidObjectException

Returns the instance corresponding to this newly deserialized instance. If a ScalarType with the same name as this instance already exists and is compatible with this instance, then it is returned. Otherwise, this instance is returned.

This method is protected so that it is always invoked during deserialization and final to prevent subclasses from evading it.

Throws:
InvalidObjectException - if an incompatible ScalarType with the same name as this instance already exists.
Serialized Fields

Name

String Name

Class visad.ScaledUnit extends Unit implements Serializable

serialVersionUID: 1L

Serialized Fields

amount

double amount
The amount of the associated derived unit.


underUnit

Unit underUnit
The underlying unit that's scaled.

Class visad.Set extends DataImpl implements Serializable

Serialized Fields

DomainDimension

int DomainDimension

Length

int Length

DomainCoordinateSystem

CoordinateSystem DomainCoordinateSystem

SetUnits

Unit[] SetUnits

SetErrors

ErrorEstimate[] SetErrors

Class visad.SetException extends VisADException implements Serializable

Class visad.SetType extends MathType implements Serializable

Serialized Fields

Domain

RealTupleType Domain

Class visad.ShadowFunctionOrSetType extends ShadowType implements Serializable

Serialized Fields

Domain

ShadowRealTupleType Domain

Range

ShadowType Range

RangeComponents

ShadowRealType[] RangeComponents
RangeComponents is an array of ShadowRealType-s that are ShadowRealType components of Range or ShadowRealType components of ShadowRealTupleType components of Range; a non-ShadowRealType and non-ShadowTupleType Range is marked by null; components of a ShadowTupleType Range that are neither ShadowRealType nor ShadowRealTupleType are ignored


DomainComponents

ShadowRealType[] DomainComponents

DomainReferenceComponents

ShadowRealType[] DomainReferenceComponents

Flat

boolean Flat
true if range is ShadowRealType or Flat ShadowTupleType not the same as FunctionType.Flat; also true for ShadowSetType


inherited_values

int[] inherited_values
value_indices from parent

Class visad.ShadowFunctionType extends ShadowFunctionOrSetType implements Serializable

Class visad.ShadowRealTupleType extends ShadowTupleType implements Serializable

Serialized Fields

Reference

ShadowRealTupleType Reference
Shadow of Type.getCoordinateSystem().getReference()


allSpatial

boolean allSpatial
If allSpatial, need complex logic with permutation; need to indicate subspace of DisplaySpatialCartesianTuple or of another spatial DisplayTupleType, and permutation of subspace components; true if all tupleComponents map to DisplaySpatialTuple without overlap, or if allSpatialReference is true


allSpatialReference

boolean allSpatialReference
true if using Reference.allSpatial


DisplaySpatialTuple

DisplayTupleType DisplaySpatialTuple
unique spatial DisplayTupleType whose components are mapped from components of this; uniqueness enforced by BadMappingException-s; implicit anySpatial = (DisplaySpatialTuple != null)


spatialReference

boolean spatialReference
true if DisplaySpatialTuple is from Reference


permutation

int[] permutation
mapping from components of DisplaySpatialTuple to components of this, or -1; use default values for components of DisplaySpatial whose permutation == -1 from ConstantMap-s or from DisplayRealType.DefaultValue

Class visad.ShadowRealType extends ShadowScalarType implements Serializable

Class visad.ShadowScalarType extends ShadowType implements Serializable

Serialized Fields

Index

int Index

SelectedMapVector

Vector<E> SelectedMapVector

DisplaySpatialTuple

DisplayTupleType DisplaySpatialTuple

DisplaySpatialTupleIndex

int[] DisplaySpatialTupleIndex

DisplaySpatialTupleIndexIndex

int DisplaySpatialTupleIndexIndex

inherited_values

int[] inherited_values
value_indices from parent

Class visad.ShadowSetType extends ShadowFunctionOrSetType implements Serializable

Class visad.ShadowTextType extends ShadowScalarType implements Serializable

Class visad.ShadowTupleType extends ShadowType implements Serializable

Serialized Fields

tupleComponents

ShadowType[] tupleComponents

RealComponents

ShadowRealType[] RealComponents

inherited_values

int[] inherited_values
value_indices from parent


Flat

boolean Flat
true if no component with mapped Scalar components is a ShadowSetType, ShadowFunctionType or ShadowTupleType; not the same as TupleType.Flat

Class visad.ShadowType extends Object implements Serializable

Serialized Fields

Type

MathType Type
basic information about this ShadowType


Parent

ShadowType Parent

DisplayIndices

int[] DisplayIndices
count of occurences of DisplayRealType-s ShadowScalarType: set for mappings to DisplayRealType-s ShadowTupleType (incl ShadowRealTupleType): set to sum for ShadowScalarType & ShadowRealTupleType components ShadowRealTupleType: add contribution from Reference


ValueIndices

int[] ValueIndices
ValueIndices is like DisplayIndices, but distinguishes different ScalarMap-s of non-Single DisplayRealTypes


MultipleSpatialDisplayScalar

boolean MultipleSpatialDisplayScalar
MultipleSpatialDisplayScalar is true if any RealType component is mapped to multiple spatial DisplayRealType-s


MultipleDisplayScalar

boolean MultipleDisplayScalar
MultipleDisplayScalar is true if any RealType component is mapped to multiple DisplayRealType-s, or if any RealTupleType component and its Reference are both mapped


MappedDisplayScalar

boolean MappedDisplayScalar
MappedDisplayScalar is true if any RealType component is mapped to any DisplayRealType-s, including via a RealTupleType.Reference


isTerminal

boolean isTerminal
information calculated by checkIndices & testIndices


LevelOfDifficulty

int LevelOfDifficulty

isTextureMap

boolean isTextureMap

curvedTexture

boolean curvedTexture

isTexture3D

boolean isTexture3D

isLinearContour3D

boolean isLinearContour3D

adjustProjectionSeam

boolean adjustProjectionSeam

Dtype

int Dtype
Dtype and Rtype used only with ShadowSetType and Flat ShadowFunctionType


Rtype

int Rtype

spatialTuple

DisplayTupleType spatialTuple
spatial DisplayTupleType at terminal nodes


spatialDimension

int spatialDimension
number of spatial DisplayRealType components at terminal nodes


anyContour

boolean anyContour
flags for any IsoContour or Flow at terminal nodes


anyFlow

boolean anyFlow

anyShape

boolean anyShape

anyText

boolean anyText

streamline1

boolean streamline1
streamline flags


streamline2

boolean streamline2

streamlineDensity1

float streamlineDensity1

streamlineDensity2

float streamlineDensity2

arrowScale1

float arrowScale1

arrowScale2

float arrowScale2

stepFactor1

float stepFactor1

stepFactor2

float stepFactor2

packingFactor1

float packingFactor1

packingFactor2

float packingFactor2

cntrWeight1

float cntrWeight1

cntrWeight2

float cntrWeight2

n_pass1

int n_pass1

n_pass2

int n_pass2

reduction1

float reduction1

reduction2

float reduction2

cnt

int[] cnt
makeContour, manifoldDimension == 2


p_cntrl

ProjectionControl p_cntrl

c_cntrl

ContourControl c_cntrl

spatial_offset_values

float[][] spatial_offset_values
makeContour, manifoldDimension == 3. Needed for case of missing final spatial coords


refToComponent

int[] refToComponent
used by getComponents to record RealTupleTypes with coordinate transforms


componentWithRef

ShadowRealTupleType[] componentWithRef

componentIndex

int[] componentIndex

Class visad.ShapeControl extends Control implements Serializable

Serialized Fields

shapeSet

SimpleSet shapeSet

shapes

VisADGeometryArray[] shapes

scale

float scale

autoScale

boolean autoScale

pcl

visad.ShapeControl.ProjectionControlListener pcl

Class visad.SI extends Object implements Serializable

Class visad.SimpleSet extends Set implements Serializable

Serialized Fields

ManifoldDimension

int ManifoldDimension
dimension of subspace that set is embedded in

Class visad.SingletonSet extends SampledSet implements Serializable

serialVersionUID: 1L

Serialized Fields

data

RealTuple data

Class visad.SphericalCoordinateSystem extends CoordinateSystem implements Serializable

Class visad.Text extends Scalar implements Serializable

Serialized Fields

Value

String Value

Class visad.TextControl extends Control implements Serializable

Serialized Fields

font

Object font

size

double size

factor

double factor

autoSizeFactor

double autoSizeFactor

sphere

boolean sphere

format

NumberFormat format

rotation

double rotation

characterRotation

double characterRotation

scale

double scale

offset

double[] offset

autoSize

boolean autoSize

pcl

visad.TextControl.ProjectionControlListener pcl

justification

TextControl.Justification justification

verticalJustification

TextControl.Justification verticalJustification

Class visad.TextType extends ScalarType implements Serializable

Class visad.ThingChangedEvent extends Event implements Serializable

Serialized Fields

id

long id
this is the id attached to the target ActionReferenceLink of the target Action


Tick

long Tick
this is the Tick value from the ThingReference change that generated this ThingChangedEvent

Class visad.ThingImpl extends Object implements Serializable

Class visad.ToggleControl extends Control implements Serializable

Serialized Fields

on

boolean on

parent

Control parent

Class visad.Tuple extends DataImpl implements Serializable

Serialized Fields

tupleComponents

Data[] tupleComponents

Class visad.TupleType extends MathType implements Serializable

Serialized Fields

tupleComponents

MathType[] tupleComponents
tupleComponents must be accessible to subclasses


Flat

boolean Flat

realComponents

RealType[] realComponents
realComponents contains all RealType components and RealType components of RealTupleType components


lows

int[] lows
range of tupleComponents[i] in realComponents; NEVER USED


his

int[] his
range of tupleComponents[i] in realComponents; NEVER USED

Class visad.TypeException extends VisADException implements Serializable

Class visad.UnimplementedException extends VisADException implements Serializable

Class visad.UnionSet extends SampledSet implements Serializable

serialVersionUID: 1L

Serialized Fields

Sets

SampledSet[] Sets

Class visad.Unit extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

identifier

String identifier
The identifier (name or abbreviation) for this unit.

 

Class visad.UnitException extends VisADException implements Serializable

Class visad.UnitExistsException extends UnitException implements Serializable

Class visad.VisADAppearance extends VisADSceneGraphObject implements Serializable

Serialized Fields

array

VisADGeometryArray array

color_flag

boolean color_flag

red

float red

green

float green

blue

float blue

alpha

float alpha

lineWidth

float lineWidth

pointSize

float pointSize

lineStyle

int lineStyle

image_type

int image_type

image_width

int image_width

image_height

int image_height

image_pixels

int[] image_pixels

texture_width

int texture_width

texture_height

int texture_height

Class visad.VisADError extends Error implements Serializable

Class visad.VisADEvent extends Event implements Serializable

Serialized Fields

remoteId

int remoteId
non-zero if this event came from a remote source

Class visad.VisADException extends Exception implements Serializable

Class visad.VisADGeometryArray extends VisADSceneGraphObject implements Serializable

Serialized Fields

vertexCount

int vertexCount

vertexFormat

int vertexFormat

coordinates

float[] coordinates

normals

float[] normals

colors

byte[] colors

texCoords

float[] texCoords

any_longitude_rotate

boolean any_longitude_rotate

longitude_axis

int longitude_axis

longitude_map

ScalarMap longitude_map

longitude_cs

CoordinateSystem longitude_cs

longitude_coords

float[][] longitude_coords

Class visad.VisADGroup extends VisADSceneGraphObject implements Serializable

Serialized Fields

children

Vector<E> children

Class visad.VisADIndexedTriangleStripArray extends VisADGeometryArray implements Serializable

Serialized Fields

indexCount

int indexCount

indices

int[] indices

stripVertexCounts

int[] stripVertexCounts

Class visad.VisADLineArray extends VisADGeometryArray implements Serializable

Class visad.VisADLineStripArray extends VisADGeometryArray implements Serializable

Serialized Fields

stripVertexCounts

int[] stripVertexCounts

Class visad.VisADPointArray extends VisADGeometryArray implements Serializable

Class visad.VisADQuadArray extends VisADGeometryArray implements Serializable

Class visad.VisADRay extends Object implements Serializable

Serialized Fields

position

double[] position

vector

double[] vector

Class visad.VisADSceneGraphObject extends Object implements Serializable

Serialized Fields

parent

VisADGroup parent

Class visad.VisADSwitch extends VisADGroup implements Serializable

Serialized Fields

which

int which

set

Set set

Class visad.VisADTriangleArray extends VisADGeometryArray implements Serializable

Class visad.VisADTriangleStripArray extends VisADGeometryArray implements Serializable

Serialized Fields

stripVertexCounts

int[] stripVertexCounts

Package visad.bom

Class visad.bom.CollectiveBarbException extends VisADException implements Serializable

Class visad.bom.Radar2DCoordinateSystem extends NavigatedCoordinateSystem implements Serializable

Serialized Fields

centlat

float centlat

centlon

float centlon

radlow

float radlow

radres

float radres

azlow

float azlow

azres

float azres

coscentlat

double coscentlat

lonscale

double lonscale

latscale

double latscale

Class visad.bom.Radar3DCoordinateSystem extends NavigatedCoordinateSystem implements Serializable

Serialized Fields

centlat

float centlat

centlon

float centlon

centalt

float centalt

radlow

float radlow

radres

float radres

azlow

float azlow

azres

float azres

elevlow

float elevlow

elevres

float elevres

coscentlat

double coscentlat

lonscale

double lonscale

latscale

double latscale

Class visad.bom.RadarFileException extends Exception implements Serializable

Class visad.bom.SceneGraphRenderer.ChartException extends Exception implements Serializable

Class visad.bom.ShadowBarbFunctionTypeJ2D extends ShadowFunctionTypeJ2D implements Serializable

Class visad.bom.ShadowBarbFunctionTypeJ3D extends ShadowFunctionTypeJ3D implements Serializable

Class visad.bom.ShadowBarbRealTupleTypeJ2D extends ShadowRealTupleTypeJ2D implements Serializable

Class visad.bom.ShadowBarbRealTupleTypeJ3D extends ShadowRealTupleTypeJ3D implements Serializable

Class visad.bom.ShadowBarbRealTypeJ2D extends ShadowRealTypeJ2D implements Serializable

Class visad.bom.ShadowBarbRealTypeJ3D extends ShadowRealTypeJ3D implements Serializable

Class visad.bom.ShadowBarbSetTypeJ2D extends ShadowSetTypeJ2D implements Serializable

Class visad.bom.ShadowBarbSetTypeJ3D extends ShadowSetTypeJ3D implements Serializable

Class visad.bom.ShadowBarbTupleTypeJ2D extends ShadowTupleTypeJ2D implements Serializable

Class visad.bom.ShadowBarbTupleTypeJ3D extends ShadowTupleTypeJ3D implements Serializable

Class visad.bom.ShadowCurveSetTypeJ2D extends ShadowSetTypeJ2D implements Serializable

Class visad.bom.ShadowCurveSetTypeJ3D extends ShadowSetTypeJ3D implements Serializable

Class visad.bom.ShadowImageByRefFunctionTypeJ3D extends ShadowFunctionTypeJ3D implements Serializable

serialVersionUID: 1L

Serialized Fields

imgNode

VisADImageNode imgNode

prevImgNode

VisADImageNode prevImgNode

scaled_Bytes

byte[][] scaled_Bytes

scaled_Floats

float[][] scaled_Floats

rset_scalarmap_lookup

int[][] rset_scalarmap_lookup

itable

byte[][] itable

fast_table

byte[][] fast_table

threeD_itable

byte[][][] threeD_itable

color_values

float[][] color_values

first_time

boolean first_time

animControl

AnimationControlJ3D animControl

reuseImages

boolean reuseImages

inherited_values

int[] inherited_values

adaptedShadowType

ShadowFunctionOrSetType adaptedShadowType

levelOfDifficulty

int levelOfDifficulty

regen_colbytes

boolean regen_colbytes

regen_geom

boolean regen_geom

apply_alpha

boolean apply_alpha

Class visad.bom.ShadowImageFunctionTypeJ3D extends ShadowFunctionTypeJ3D implements Serializable

Class visad.bom.ShadowTextureFillSetTypeJ3D extends ShadowSetTypeJ3D implements Serializable

Serialized Fields

display

DisplayImplJ3D display

Class visad.bom.Swells extends Exception implements Serializable

Class visad.bom.WindPolarCoordinateSystem extends CoordinateSystem implements Serializable


Package visad.browser

Class visad.browser.ContourWidget extends Widget implements Serializable

Serialized Fields

contours

Checkbox contours

labels

Checkbox labels

dashed

Checkbox dashed

interval

TextField interval

base

TextField base

surfaceLabel

Label surfaceLabel

surface

Slider surface

contourRange

visad.browser.ContourWidget.ContourRangeSlider contourRange

cwName

String cwName

cwMinValue

double cwMinValue

cwMaxValue

double cwMaxValue

cwMainContours

boolean cwMainContours

cwLabels

boolean cwLabels

cwSurfaceValue

float cwSurfaceValue

cwContourInterval

float cwContourInterval

cwLowLimit

float cwLowLimit

cwHiLimit

float cwHiLimit

cwBase

float cwBase

Class visad.browser.Divider extends Component implements Serializable

Serialized Fields

orientation

int orientation
Orientation for this divider.

Class visad.browser.GMCWidget extends Widget implements Serializable

Serialized Fields

scale

Checkbox scale

point

Checkbox point

texture

Checkbox texture

lineWidth

TextField lineWidth

pointSize

TextField pointSize

gmcScaleEnable

boolean gmcScaleEnable

gmcPointMode

boolean gmcPointMode

gmcTextureEnable

boolean gmcTextureEnable

gmcLineWidth

float gmcLineWidth

gmcPointSize

float gmcPointSize

gmcTransparencyMode

int gmcTransparencyMode

gmcProjectionPolicy

int gmcProjectionPolicy

gmcPolygonMode

int gmcPolygonMode

gmcMissingTransparent

boolean gmcMissingTransparent

gmcCurvedSize

int gmcCurvedSize

Class visad.browser.RangeSlider extends Component implements Serializable

Serialized Fields

minValue

float minValue
Percent through scale of min gripper.


maxValue

float maxValue
Percent through scale of max gripper.


minLimit

float minLimit
Minimum slider value.


maxLimit

float maxLimit
Maximum slider value.


minGrip

int minGrip
Location of min gripper.


maxGrip

int maxGrip
Location of max gripper.


minSlide

boolean minSlide
Flag whether mouse is currently affecting min gripper.


maxSlide

boolean maxSlide
Flag whether mouse is currently affecting max gripper.


lSlideMoved

boolean lSlideMoved
Flag whether left gripper has moved.


rSlideMoved

boolean rSlideMoved
Flag whether right gripper has moved.


textChanged

boolean textChanged
Flag whether current text string value needs updating.


name

String name
Variable name for values.


lastMinLimit

float lastMinLimit
Label state variable.


lastMaxLimit

float lastMaxLimit
Label state variable.


lastCurStr

String lastCurStr
Label state variable.


minSize

Dimension minSize
Minimum widget size.


prefSize

Dimension prefSize
Preferred widget size.


maxSize

Dimension maxSize
Maximum widget size.


oldX

int oldX
Previous mouse X position.

Class visad.browser.Slider extends Component implements Serializable

Serialized Fields

width

int width
Current width of slider.


value

float value
Current value of slider.


minimum

float minimum
Minimum value of slider.


maximum

float maximum
Maximum value of slider.


grip

int grip
Pixel location of grip.


slide

boolean slide
Flag whether mouse is currently affecting grip.


moved

boolean moved
Flag whether grip has moved.


minSize

Dimension minSize
Minimum widget size.


prefSize

Dimension prefSize
Preferred widget size.


maxSize

Dimension maxSize
Maximum widget size.


gripX

int gripX
Horizontal position in grip where mouse was initially pressed.


listeners

Vector<E> listeners
Vector of listeners for slider changes.


command

String command
Command string for slider change notification.

Class visad.browser.VisADApplet extends Applet implements Serializable

Serialized Fields

connected

boolean connected
Whether the applet client is connected to a server.


address

String address
IP address of the server.


port

int port
Port of the server.


socket

Socket socket
Currently connected socket.


out

DataOutputStream out
Output stream of currently connected socket.


id

int id
ID number.


image

Image image
Latest image from the server's display.


addressField

TextField addressField
Text field for typing in IP address of server.


portField

TextField portField
Text field for typing in port of server.


connectButton

Button connectButton
Button for connecting to the specified IP address and port.


canvas

Component canvas
Canvas for painting remote display image from the server.


frame

Frame frame
Frame for display widgets.


widgetLayout

GridBagLayout widgetLayout
Layout manager for widget frame.


constraints

GridBagConstraints constraints
GridBagConstraints object for use in widget layout.


commThread

Thread commThread
Thread for communicating with server.


hashtable

Hashtable<K,V> hashtable
Hashtable for storing widgets.


myself

Applet myself

Class visad.browser.Widget extends Panel implements Serializable

Serialized Fields

listeners

Vector<E> listeners
Vector of widget listeners.

Class visad.browser.WidgetEvent extends Event implements Serializable

Serialized Fields

widget

Widget widget
Source of event.


Package visad.cluster

Class visad.cluster.ClusterException extends VisADException implements Serializable

Class visad.cluster.DefaultNodeRendererAgent extends NodeAgent implements Serializable

Serialized Fields

rmtDpyName

String rmtDpyName
fields from constructor on client


cmaps

ConstantMap[] cmaps

data

RemoteNodeDataImpl data
fields on node


display

DisplayImplJ3D display
fields constructed on node


ndr

NodeDisplayRendererJ3D ndr

ref

DataReferenceImpl ref

nr

NodeRendererJ3D nr

remote_display

RemoteDisplayImpl remote_display

Class visad.cluster.NodeAgent extends Object implements Serializable

Serialized Fields

object

Object object
object of agent


source

RemoteClientAgent source
source of agent


contact

RemoteAgentContactImpl contact
RemoteAgentContact for communicating back to client


message

Serializable message
message from client, if non-null

Class visad.cluster.RemoteAgentContactImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

agent

NodeAgent agent

Class visad.cluster.RemoteAgentContactImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteClientAgentImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

focus_agent

RemoteClientAgentImpl focus_agent

index

int index

not_all

boolean not_all

responses

Serializable[] responses

time_out

long time_out

Class visad.cluster.RemoteClientAgentImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteClientDataImpl extends RemoteClusterDataImpl implements Serializable

Class visad.cluster.RemoteClientDataImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteClientFieldImpl extends RemoteClientDataImpl implements Serializable

Serialized Fields

adaptedField

Field adaptedField

length

int length

Class visad.cluster.RemoteClientFieldImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteClientPartitionedFieldImpl extends RemoteClientDataImpl implements Serializable

Serialized Fields

type

FunctionType type

set

Set set

length

int length

Class visad.cluster.RemoteClientPartitionedFieldImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteClientTupleImpl extends RemoteClientDataImpl implements Serializable

Serialized Fields

adaptedTuple

Tuple adaptedTuple

adaptedTupleRef

DataReferenceImpl adaptedTupleRef

allReal

boolean allReal

Class visad.cluster.RemoteClientTupleImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteClusterDataImpl extends RemoteDataImpl implements Serializable

Serialized Fields

partitionSet

Set partitionSet
Set that defines partition of Data across cluster; values in partitionSet's domain RealTupleType are partitioned according to: jvmTable[partitionSet.valueToIndex()]


dimension

int dimension
domain dimension of partitionSet


jvmTable

RemoteClusterData[] jvmTable
lookup table for RemoteClusterData objects on nodes, last entry is on client (for non-distributed data)


me

RemoteClusterData me
used for testing equality


parent

RemoteClusterDataImpl parent
parent logic, looosely copied from DataImpl


adaptedThingImpl

ThingImpl adaptedThingImpl
over-ride methods of RemoteThingImpl, but note these are for notifyReferences(), which currently does nothing for RemoteThingImpl


adaptedRemoteThingImpl

RemoteThingImpl adaptedRemoteThingImpl

Class visad.cluster.RemoteClusterDataImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteNodeDataImpl extends RemoteClusterDataImpl implements Serializable

Serialized Fields

agents

Vector<E> agents

Class visad.cluster.RemoteNodeDataImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteNodeFieldImpl extends RemoteNodeDataImpl implements Serializable

Serialized Fields

adaptedField

Field adaptedField

length

int length

Class visad.cluster.RemoteNodeFieldImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteNodePartitionedFieldImpl extends RemoteNodeDataImpl implements Serializable

Serialized Fields

flat

boolean flat

adaptedField

FieldImpl adaptedField

adaptedFieldRef

DataReferenceImpl adaptedFieldRef

length

int length

Class visad.cluster.RemoteNodePartitionedFieldImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteNodeTupleImpl extends RemoteNodeDataImpl implements Serializable

Serialized Fields

adaptedTuple

Tuple adaptedTuple

adaptedTupleRef

DataReferenceImpl adaptedTupleRef

Class visad.cluster.RemoteNodeTupleImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.RemoteProxyAgentImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

rcdi

RemoteClientDataImpl rcdi

sent_node_agents

boolean sent_node_agents

agents

RemoteClientAgentImpl[] agents

focus_agent

RemoteClientAgentImpl focus_agent

contacts

RemoteAgentContact[] contacts

resolutions

int[] resolutions

cmaps

ConstantMap[] cmaps

maps

ScalarMap[] maps

controls

Control[] controls

Class visad.cluster.RemoteProxyAgentImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.cluster.ShadowNodeFunctionTypeJ3D extends ShadowFunctionTypeJ3D implements Serializable

Class visad.cluster.ShadowNodeRealTupleTypeJ3D extends ShadowRealTupleTypeJ3D implements Serializable

Class visad.cluster.ShadowNodeRealTypeJ3D extends ShadowRealTypeJ3D implements Serializable

Class visad.cluster.ShadowNodeSetTypeJ3D extends ShadowSetTypeJ3D implements Serializable

Class visad.cluster.ShadowNodeTupleTypeJ3D extends ShadowTupleTypeJ3D implements Serializable

Class visad.cluster.TestProxyCluster extends FancySSCell implements Serializable

Serialized Fields

remote_ref

RemoteDataReferenceImpl remote_ref

agent

RemoteProxyAgent agent

res

int[] res

Class visad.cluster.TestSSCluster extends FancySSCell implements Serializable

Serialized Fields

remote_ref

RemoteDataReferenceImpl remote_ref

res

int[] res

Class visad.cluster.TestWRFCluster extends FancySSCell implements Serializable

Serialized Fields

remote_ref

RemoteDataReferenceImpl remote_ref

res

int[] res

Class visad.cluster.UserDummyDataImpl extends DataImpl implements Serializable

Serialized Fields

adaptedRemoteClientData

RemoteClientData adaptedRemoteClientData

rref

RemoteDataReferenceImpl rref

cell

CellImpl cell

rcell

RemoteCellImpl rcell

uddi

UserDummyDataImpl uddi

Package visad.collab

Class visad.collab.ControlMonitorEvent extends MonitorEvent implements Serializable

Serialized Fields

ctl

Control ctl

Class visad.collab.DisplayMonitorImpl extends Object implements Serializable

Serialized Fields

nextListenerID

int nextListenerID

Name

String Name
The name of this display monitor.


myDisplay

DisplayImpl myDisplay
The Display being monitored.


listeners

ArrayList<E> listeners
The list of objects interested in changes to the monitored Display.


sync

DisplaySync sync
The synchronization object for the monitored display

Class visad.collab.MapMonitorEvent extends MonitorEvent implements Serializable

Serialized Fields

map

ScalarMap map

Class visad.collab.MessageMonitorEvent extends MonitorEvent implements Serializable

Serialized Fields

id

int id

str

String str

data

RemoteData data

Class visad.collab.MonitorEvent extends Object implements Serializable

Serialized Fields

seqNum

int seqNum

type

int type

originator

int originator

Class visad.collab.ReferenceMonitorEvent extends MonitorEvent implements Serializable

Serialized Fields

link

RemoteReferenceLink link

Class visad.collab.RemoteDisplayMonitorImpl extends UnicastRemoteObject implements Serializable

Class visad.collab.RemoteDisplayMonitorImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.collab.RemoteDisplaySyncImpl extends UnicastRemoteObject implements Serializable

Class visad.collab.RemoteDisplaySyncImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L

Class visad.collab.RemoteEventProviderImpl extends UnicastRemoteObject implements Serializable

Serialized Fields

syncer

visad.collab.MonitorSyncer syncer

Class visad.collab.RemoteEventProviderImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 2L


Package visad.data

Class visad.data.AreaImageCacheAdapter extends SatelliteImage implements Serializable

Serialized Fields

fileAccessor

FlatFieldCacheAccessor fileAccessor

cache

FlatFieldCache cache

adapted

SatelliteImage adapted

Class visad.data.BadFormException extends VisADException implements Serializable

Class visad.data.BadRepositoryException extends VisADException implements Serializable

Class visad.data.CachedFlatField extends FlatField implements Serializable

Serialized Fields

cacheId

Object cacheId
the id for this instance


inCache

boolean inCache

ranges

DataRange[] ranges
The min/max ranges


sampleRanges

DataRange[] sampleRanges
The min/max ranges


parent

CachedFlatField parent

mycnt

int mycnt

Class visad.data.DataRange extends Object implements Serializable

Serialized Fields

min

double min
The range


max

double max
The range

Class visad.data.FileField extends FieldImpl implements Serializable

Serialized Fields

adaptedField

FieldImpl adaptedField

fileAccessor

FileAccessor fileAccessor

fileLocations

int[][] fileLocations

Class visad.data.FileFlatField extends FlatField implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream oos)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class visad.data.FlatFieldCacheError extends VisADError implements Serializable


Package visad.data.amanda

Class visad.data.amanda.EventWidget extends JPanel implements Serializable

Serialized Fields

fileData

AmandaFile fileData

eventRef

DataReferenceImpl eventRef

animCtl

AnimationControl animCtl

cal

GregorianCalendar cal

fmt

DateFormat fmt

slider

VisADSlider slider

sliderLength

int sliderLength

dateLabel

JLabel dateLabel

trackWidget

TrackWidget trackWidget

histoWidget

HistogramWidget histoWidget

thisEvent

Event thisEvent

Class visad.data.amanda.HistogramWidget extends JPanel implements Serializable

Serialized Fields

dpyColorMap

ScalarMap dpyColorMap

ref

DataReferenceImpl ref

xMap

ScalarMap xMap

yMap

ScalarMap yMap

cMap

ScalarMap cMap

Class visad.data.amanda.TrackWidget extends JPanel implements Serializable

Serialized Fields

map

ScalarMap map

ref

DataReferenceImpl ref

event

Event event

trackIndex

int trackIndex

lengthLabel

JLabel lengthLabel

energyLabel

JLabel energyLabel

Package visad.data.fits

Class visad.data.fits.ExceptionStack extends VisADException implements Serializable

Serialized Fields

vec

Vector<E> vec

Package visad.data.hdf5

Class visad.data.hdf5.HDF5AdapterException extends VisADException implements Serializable

Class visad.data.hdf5.HDF5DatasetAdapted extends HDF5Dataset implements Serializable

Serialized Fields

field_type

MathType field_type

domain

RealTupleType domain

range

RealTupleType range

dataField

DataImpl dataField

Class visad.data.hdf5.HDF5FileAdapted extends HDF5File implements Serializable

Serialized Fields

datas

Vector<E> datas
data objects in the file

Class visad.data.hdf5.HDF5GroupAdapted extends HDF5Group implements Serializable

Serialized Fields

mathtype

MathType mathtype

tuple

DataImpl tuple

datas

DataImpl[] datas

Package visad.data.hdf5.hdf5objects

Class visad.data.hdf5.hdf5objects.HDF5Attribute extends HDF5Dataset implements Serializable

Class visad.data.hdf5.hdf5objects.HDF5Dataset extends HDF5Object implements Serializable

Serialized Fields

data

Object data
the data array


datatype

HDF5Datatype datatype
the datatype


dataspace

HDF5Dataspace dataspace
the dataspace


rank

int rank
the rank of the dataset


dims

long[] dims
the dimensions of the dataset


maxdims

long[] maxdims
the maximum dimensions of the dataset


count

long[] count
the selected subset of the dataset


member_names

Vector<E> member_names
a list of member names of compound data

Class visad.data.hdf5.hdf5objects.HDF5Dataspace extends HDF5Object implements Serializable

Serialized Fields

rank

int rank
the rank of the dataset


dims

long[] dims
the dimensions of the dataset


maxdims

long[] maxdims
the maximum dimensions of the dataset


start

long[] start
the starting position of the selected subset


stride

long[] stride
the stride of the selected subset


count

long[] count
the selected subset of the dataset

Class visad.data.hdf5.hdf5objects.HDF5Datatype extends HDF5Object implements Serializable

serialVersionUID: 1L

Class visad.data.hdf5.hdf5objects.HDF5File extends HDF5Object implements Serializable

serialVersionUID: 1L

Class visad.data.hdf5.hdf5objects.HDF5Group extends HDF5Object implements Serializable

Serialized Fields

members

Vector<E> members
members of the group


parent

HDF5Group parent
the parent group

Class visad.data.hdf5.hdf5objects.HDF5Object extends Object implements Serializable

Serialized Fields

type

int type
the type of the object


name

String name
the full path name of the HDF5 object


shortName

String shortName
the short name for display: name without path


id

int id
the identifier of the HDF5 object


description

String description
the short description of the HDF5 object

Class visad.data.hdf5.hdf5objects.HDF5TreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

INDENT

String INDENT
the indent for printing the tree


Package visad.data.hdfeos

Class visad.data.hdfeos.GctpException extends VisADException implements Serializable

Class visad.data.hdfeos.HdfeosException extends VisADException implements Serializable

Class visad.data.hdfeos.LambertAzimuthalEqualArea extends CoordinateSystem implements Serializable

Serialized Fields

R

double R

lon_center

double lon_center

lat_center

double lat_center

false_easting

double false_easting

false_northing

double false_northing

sin_lat_o

double sin_lat_o

cos_lat_o

double cos_lat_o

reference_units

Unit[] reference_units

Class visad.data.hdfeos.LambertConformalConic extends CoordinateSystem implements Serializable

Serialized Fields

r_major

double r_major

es

double es

e

double e

r_minor

double r_minor

lon_center

double lon_center

lat_center

double lat_center

ns

double ns

f0

double f0

rh

double rh

false_easting

double false_easting

false_northing

double false_northing

Class visad.data.hdfeos.PolarStereographic extends CoordinateSystem implements Serializable

Serialized Fields

r_major

double r_major

r_minor

double r_minor

es

double es

e

double e

e4

double e4

center_lon

double center_lon

center_lat

double center_lat

fac

double fac

ind

double ind

mcs

double mcs

tcs

double tcs

false_northing

double false_northing

false_easting

double false_easting

Package visad.data.hrit

Class visad.data.hrit.HRITCoordinateSystem extends MapProjection implements Serializable

serialVersionUID: 1L

Serialized Fields

anav

AREAnav anav

lines

int lines

elements

int elements

dirBlock

int[] dirBlock

navBlock

int[] navBlock

auxBlock

int[] auxBlock

useSpline

boolean useSpline

Package visad.data.mcidas

Class visad.data.mcidas.AREACoordinateSystem extends MapProjection implements Serializable

serialVersionUID: 1L

Serialized Fields

anav

AREAnav anav

lines

int lines

elements

int elements

dirBlock

int[] dirBlock

navBlock

int[] navBlock

auxBlock

int[] auxBlock

useSpline

boolean useSpline

Class visad.data.mcidas.GRIDCoordinateSystem extends MapProjection implements Serializable

Serialized Fields

gnav

GRIDnav gnav

rows

int rows

columns

int columns

dirBlock

int[] dirBlock

Package visad.data.netcdf

Class visad.data.netcdf.FileDialogPanel extends Panel implements Serializable

Serialized Fields

pathname

String pathname
The pathname.

Class visad.data.netcdf.InputNetcdf extends Object implements Serializable

Serialized Fields

pathname

String pathname
The pathname property of the netCDF dataset.


data

DataImpl data
The VisAD data object property.


quantityDB

QuantityDB quantityDB
The quantity database property.


changes

PropertyChangeSupport changes
Support for property changes.

Class visad.data.netcdf.NetcdfInBean extends Object implements Serializable

Serialized Fields

pathname

String pathname
The pathname property of the netCDF dataset.


data

DataImpl data
The VisAD data object.


changes

PropertyChangeSupport changes
Support for property changes.

Class visad.data.netcdf.Quantity extends RealType implements Serializable

Serialized Fields

unitSpec

String unitSpec
The specification of the preferred unit of the quantity.

Class visad.data.netcdf.QuantityDBImpl extends QuantityDB implements Serializable

Serialized Fields

quantitySet

SortedSet<E> quantitySet
The set of quantities.


nameMap

TreeMap<K,V> nameMap
The (Name) -> Quantity map.


unitMap

TreeMap<K,V> unitMap
The (Unit, Name) -> Quantity map (major key: unit).


nextDB

QuantityDB nextDB
The quantity database to search after this one.

Class visad.data.netcdf.QuantityDBImpl.NameKey extends Object implements Serializable

Serialized Fields

name

String name
The name of the quantity.


nameCookie

CollationKey nameCookie
The comparison value for the name of the quantity.

Class visad.data.netcdf.QuantityDBImpl.UnitKey extends QuantityDBImpl.NameKey implements Serializable

Serialized Fields

unit

Unit unit
The default unit of the quantity.

Class visad.data.netcdf.QuantityDBManager extends Object implements Serializable

Class visad.data.netcdf.StandardQuantityDB extends QuantityDBImpl implements Serializable

Class visad.data.netcdf.UnsupportedOperationException extends NoSuchMethodError implements Serializable


Package visad.data.netcdf.in

Class visad.data.netcdf.in.InvalidContextException extends VisADException implements Serializable


Package visad.data.netcdf.units

Class visad.data.netcdf.units.NoSuchUnitException extends ParseException implements Serializable

Class visad.data.netcdf.units.ParseException extends ParseException implements Serializable


Package visad.data.units

Class visad.data.units.DefaultUnitsDB extends UnitTable implements Serializable

Serialized Fields

prefixNames

UnitPrefix[] prefixNames
The unit prefix names in order of lexicographic length:


prefixSymbols

UnitPrefix[] prefixSymbols
The unit prefix symbols in order of lexicographic length:

Class visad.data.units.NoSuchUnitException extends ParseException implements Serializable

Class visad.data.units.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class visad.data.units.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Class visad.data.units.UnitPrefix extends Object implements Serializable

Serialized Fields

name

String name
The name of the prefix:


value

double value
The value of the prefix:

Class visad.data.units.UnitTable extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nameMap

Hashtable<K,V> nameMap
Name-to-unit map.

 

symbolMap

Hashtable<K,V> symbolMap
Symbol-to-unit map.

 

unitSet

SortedSet<E> unitSet
The unit set.

 

Package visad.data.vis5d

Class visad.data.vis5d.Vis5DCoordinateSystem extends MapProjection implements Serializable

Serialized Fields

Projection

int Projection

REVERSE_POLES

int REVERSE_POLES

NorthBound

double NorthBound

SouthBound

double SouthBound

WestBound

double WestBound

EastBound

double EastBound

RowInc

double RowInc

ColInc

double ColInc

Lat1

double Lat1

Lat2

double Lat2

PoleRow

double PoleRow

PoleCol

double PoleCol

CentralLat

double CentralLat

CentralLon

double CentralLon

CentralRow

double CentralRow

CentralCol

double CentralCol

Rotation

double Rotation

Cone

double Cone

Hemisphere

double Hemisphere

ConeFactor

double ConeFactor

CosCentralLat

double CosCentralLat

SinCentralLat

double SinCentralLat

StereoScale

double StereoScale

InvScale

double InvScale

CylinderScale

double CylinderScale

Nr

double Nr

Nc

double Nc

projargs

double[] projargs

Class visad.data.vis5d.Vis5DVerticalSystem.Vis5DVerticalCoordinateSystem extends CoordinateSystem implements Serializable


Package visad.formula

Class visad.formula.FormulaException extends VisADException implements Serializable

Class visad.formula.VMethod extends ThingImpl implements Serializable

Serialized Fields

method

Method method

Class visad.formula.VRealType extends ThingImpl implements Serializable

Serialized Fields

realType

RealType realType

Package visad.georef

Class visad.georef.EarthLocationLite extends RealTuple implements Serializable

Serialized Fields

lat

Real lat
The lat


lon

Real lon
The lon


alt

Real alt
The alt


latlon

RealTuple latlon
The LatLonPoint


components

Data[] components
Holds the components as we create them

Class visad.georef.EarthLocationTuple extends RealTuple implements Serializable

Serialized Fields

latlon

LatLonTuple latlon

alt

Real alt

Class visad.georef.LatLonTuple extends RealTuple implements Serializable

Serialized Fields

lat

Real lat

lon

Real lon

Class visad.georef.LongitudeLatitudeInterpCS extends MapProjection implements Serializable

Serialized Fields

domainSet

Linear2DSet domainSet

transSet

Linear2DSet transSet

lonlatSet

Gridded2DSet lonlatSet

neg180pos180

boolean neg180pos180

extNeg180pos180

boolean extNeg180pos180

lonIdx

int lonIdx

Class visad.georef.MapProjection extends NavigatedCoordinateSystem implements Serializable

Class visad.georef.NamedLocationTuple extends Tuple implements Serializable

Class visad.georef.NavigatedCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

latIndex

int latIndex

lonIndex

int lonIndex

Class visad.georef.TrivialMapProjection extends MapProjection implements Serializable

serialVersionUID: 1L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

Class visad.georef.TrivialNavigation extends NavigatedCoordinateSystem implements Serializable

Class visad.georef.UTMCoordinate extends RealTuple implements Serializable

Serialized Fields

easting

Real easting

northing

Real northing

altitude

Real altitude

zone

Real zone

hemisphere

Real hemisphere

Package visad.install

Class visad.install.ChooserList extends JFileChooser implements Serializable

Serialized Fields

accessory

visad.install.FileListAccessory accessory

Class visad.install.JavaFile extends File implements Serializable

Serialized Fields

fullString

String fullString

major

int major

minor

int minor

Class visad.install.ProgressMonitor extends JFrame implements Serializable

Serialized Fields

labelFont

Font labelFont

phaseLabel

JLabel phaseLabel

detailLabel

visad.install.ProgressMonitor.DetailLabel detailLabel

detailBox

JCheckBox detailBox

Class visad.install.SplashScreen extends JWindow implements Serializable

Serialized Fields

image

ImageIcon image

names

String[] names

values

String[] values

textFont

Font textFont

nameLen

int nameLen

lineHeight

int lineHeight

textX

int textX

textY

int textY

textWidth

int textWidth

textHeight

int textHeight

Package visad.java2d

Class visad.java2d.AnimationControlJ2D extends AVControlJ2D implements Serializable

Serialized Fields

current

int current

direction

boolean direction

step

long step

stepValues

long[] stepValues

animate

ToggleControl animate

real

RealType real

no_tick

boolean no_tick

computeSet

boolean computeSet

Class visad.java2d.AnimationSetControlJ2D extends AnimationSetControl implements Serializable

Class visad.java2d.AVControlJ2D extends Control implements Serializable

Class visad.java2d.DisplayPanelJ2D extends JPanel implements Serializable

Serialized Fields

display

DisplayImplJ2D display

renderer

DisplayRendererJ2D renderer

Class visad.java2d.GraphicsModeControlJ2D extends GraphicsModeControl implements Serializable

Serialized Fields

lineWidth

float lineWidth

pointSize

float pointSize

lineStyle

int lineStyle

colorMode

int colorMode

pointMode

boolean pointMode

textureEnable

boolean textureEnable

scaleEnable

boolean scaleEnable

transparencyMode

int transparencyMode

projectionPolicy

int projectionPolicy

polygonMode

int polygonMode

missingTransparent

boolean missingTransparent

curvedSize

int curvedSize

polygonOffset

float polygonOffset

polygonOffsetFactor

float polygonOffsetFactor

adjustProjectionSeam

boolean adjustProjectionSeam

texture3DMode

int texture3DMode
mode for Texture3D


cacheAppearances

boolean cacheAppearances
for caching Appearances


mergeGeometries

boolean mergeGeometries
for merging geometries

Class visad.java2d.ProjectionControlJ2D extends ProjectionControl implements Serializable

Class visad.java2d.ShadowFunctionOrSetTypeJ2D extends ShadowTypeJ2D implements Serializable

Serialized Fields

Domain

ShadowRealTupleTypeJ2D Domain

Range

ShadowTypeJ2D Range

AccumulationVector

Vector<E> AccumulationVector

Class visad.java2d.ShadowFunctionTypeJ2D extends ShadowFunctionOrSetTypeJ2D implements Serializable

Class visad.java2d.ShadowRealTupleTypeJ2D extends ShadowTupleTypeJ2D implements Serializable

Class visad.java2d.ShadowRealTypeJ2D extends ShadowScalarTypeJ2D implements Serializable

Serialized Fields

AccumulationVector

Vector<E> AccumulationVector

Class visad.java2d.ShadowScalarTypeJ2D extends ShadowTypeJ2D implements Serializable

Class visad.java2d.ShadowSetTypeJ2D extends ShadowFunctionOrSetTypeJ2D implements Serializable

Class visad.java2d.ShadowTextTypeJ2D extends ShadowScalarTypeJ2D implements Serializable

Serialized Fields

AccumulationVector

Vector<E> AccumulationVector

Class visad.java2d.ShadowTupleTypeJ2D extends ShadowTypeJ2D implements Serializable

Serialized Fields

tupleComponents

ShadowTypeJ2D[] tupleComponents

AccumulationVector

Vector<E> AccumulationVector

Class visad.java2d.ShadowTypeJ2D extends ShadowType implements Serializable

Serialized Fields

Type

MathType Type
basic information about this ShadowTypeJ2D


Parent

ShadowTypeJ2D Parent

inheritedText

String inheritedText

inheritedTextControl

TextControl inheritedTextControl

adaptedShadowType

ShadowType adaptedShadowType

Class visad.java2d.ValueControlJ2D extends AVControlJ2D implements Serializable

Serialized Fields

Value

double Value

canvas

VisADCanvasJ2D canvas

Class visad.java2d.VisADCanvasJ2D extends JPanel implements Serializable

Serialized Fields

LINE_PATTERN

float[][] LINE_PATTERN
line patterns for use with BasicStroke


displayRenderer

DisplayRendererJ2D displayRenderer

display

DisplayImplJ2D display

component

Component component

prefSize

Dimension prefSize

direct

VisADGroup direct

non_direct

VisADGroup non_direct

clip_rectangle

Rectangle2D.Float clip_rectangle

images

BufferedImage[] images

valid_images

boolean[] valid_images

width

int width

height

int height

length

int length

tgeometry

AffineTransform tgeometry

aux_image

Image aux_image

captureFlag

boolean captureFlag

captureImage

BufferedImage captureImage

helper

MouseHelper helper

wakeup

boolean wakeup

timeout

boolean timeout

autoAspect

boolean autoAspect

Package visad.java3d

Class visad.java3d.AnimationControlJ3D extends AVControlJ3D implements Serializable

serialVersionUID: 7763197458917167330L

Serialized Fields

current

int current

direction

boolean direction

step

long step

stepValues

WakeupOnElapsedTime[] stepValues

animate

ToggleControl animate

real

RealType real

computeSet

boolean computeSet

Class visad.java3d.AVControlJ3D extends Control implements Serializable

Serialized Fields

interval

int interval

Class visad.java3d.DisplayAppletJ3D extends Applet implements Serializable

Serialized Fields

display

DisplayImplJ3D display

renderer

DisplayRendererJ3D renderer

universe

UniverseBuilderJ3D universe

Class visad.java3d.DisplayPanelJ3D extends JPanel implements Serializable

Serialized Fields

display

DisplayImplJ3D display

renderer

DisplayRendererJ3D renderer

universe

UniverseBuilderJ3D universe

canvas

VisADCanvasJ3D canvas

Class visad.java3d.DownRoundingAnimationControlJ3D extends AnimationControlJ3D implements Serializable

Class visad.java3d.GraphicsModeControlJ3D extends GraphicsModeControl implements Serializable

Serialized Fields

lineWidth

float lineWidth
for LineAttributes; >= 1.0 @serial


pointSize

float pointSize
for PointAttributes; >= 1.0 @serial


lineStyle

int lineStyle
for LineAttributes; = solid, dash, dot or dash-dot @serial


colorMode

int colorMode
color combination mode for multiple color mappings


pointMode

boolean pointMode
true => points in place of lines and surfaces, @serial


textureEnable

boolean textureEnable
true => allow use of texture mapping @serial


scaleEnable

boolean scaleEnable
true => display X, Y and Z scales @serial


transparencyMode

int transparencyMode
for TransparencyAttributes; see list below in setTransparencyMode

 

projectionPolicy

int projectionPolicy
View.PARALLEL_PROJECTION or View.PERSPECTIVE_PROJECTION @serial


anti_alias_flag

boolean anti_alias_flag

polygonMode

int polygonMode
PolygonAttributes.POLYGON_FILL, PolygonAttributes.POLYGON_LINE or PolygonAttributes.POLYGON_POINT @serial


polygonOffset

float polygonOffset

polygonOffsetFactor

float polygonOffsetFactor

missingTransparent

boolean missingTransparent
for rendering missing data as transparent @serial


curvedSize

int curvedSize
for undersampling of curved texture maps @serial


adjustProjectionSeam

boolean adjustProjectionSeam
true to adjust projection seam


texture3DMode

int texture3DMode
mode for Texture3D


cacheAppearances

boolean cacheAppearances
for caching Appearances


mergeGeometries

boolean mergeGeometries
for merging geometries


depthBufferEnable

boolean depthBufferEnable
for depth buffer enabling

Class visad.java3d.ProjectionControlJ3D extends ProjectionControl implements Serializable

Serialized Fields

which_child

int which_child

Class visad.java3d.ShadowAnimationFunctionTypeJ3D extends ShadowFunctionTypeJ3D implements Serializable

Class visad.java3d.ShadowFunctionOrSetTypeJ3D extends ShadowTypeJ3D implements Serializable

Serialized Fields

Domain

ShadowRealTupleTypeJ3D Domain

Range

ShadowTypeJ3D Range

AccumulationVector

Vector<E> AccumulationVector

Class visad.java3d.ShadowFunctionTypeJ3D extends ShadowFunctionOrSetTypeJ3D implements Serializable

Class visad.java3d.ShadowRealTupleTypeJ3D extends ShadowTupleTypeJ3D implements Serializable

Class visad.java3d.ShadowRealTypeJ3D extends ShadowScalarTypeJ3D implements Serializable

Serialized Fields

AccumulationVector

Vector<E> AccumulationVector

Class visad.java3d.ShadowScalarTypeJ3D extends ShadowTypeJ3D implements Serializable

Class visad.java3d.ShadowSetTypeJ3D extends ShadowFunctionOrSetTypeJ3D implements Serializable

Class visad.java3d.ShadowTextTypeJ3D extends ShadowScalarTypeJ3D implements Serializable

Serialized Fields

AccumulationVector

Vector<E> AccumulationVector

Class visad.java3d.ShadowTupleTypeJ3D extends ShadowTypeJ3D implements Serializable

Serialized Fields

tupleComponents

ShadowTypeJ3D[] tupleComponents

AccumulationVector

Vector<E> AccumulationVector

Class visad.java3d.ShadowTypeJ3D extends ShadowType implements Serializable

Serialized Fields

cacheAppearances

boolean cacheAppearances
Do we try to cache appearances


mergeShapes

boolean mergeShapes
Do we try to merge Geometries into existings Shape3D scene graph components


Type

MathType Type
basic information about this ShadowTypeJ3D


Parent

ShadowTypeJ3D Parent

inheritedText

String inheritedText

inheritedTextControl

TextControl inheritedTextControl

adaptedShadowType

ShadowType adaptedShadowType

projListener

visad.java3d.ProjectionControlListener projListener

MUTEX

Object MUTEX

Class visad.java3d.ValueControlJ3D extends AVControlJ3D implements Serializable

Serialized Fields

Value

double Value

Class visad.java3d.VisADCanvasJ3D extends Canvas3D implements Serializable

Serialized Fields

displayRenderer

DisplayRendererJ3D displayRenderer

display

DisplayImplJ3D display

component

Component component

prefSize

Dimension prefSize

captureFlag

boolean captureFlag

captureImage

BufferedImage captureImage

width

int width

height

int height

offscreen

boolean offscreen

myConfig

GraphicsConfiguration myConfig

stopCalled

boolean stopCalled
tracks whether stop has been called


Package visad.jmet

Class visad.jmet.AlbersCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

c

CoordinateSystem c

n

double n

C

double C

rho0

double rho0

lat0

double lat0

lon0

double lon0

par1

double par1

par2

double par2

false_easting

double false_easting

false_northing

double false_northing

R

double R

Class visad.jmet.EASECoordinateSystem extends MapProjection implements Serializable

Serialized Fields

c

CoordinateSystem c

spac

double spac

row0

double row0

col0

double col0

scale

double scale

nrows

int nrows

ncols

int ncols

R

double R

cos30

double cos30

Class visad.jmet.GRIBCoordinateSystem extends MapProjection implements Serializable

Serialized Fields

c

CoordinateSystem c

spacing

double spacing

isLambert

boolean isLambert

isLatLon

boolean isLatLon

isPolarStereo

boolean isPolarStereo

La1

double La1

Lo1

double Lo1

LoMax

double LoMax

Di

double Di

Dj

double Dj

aspectRatio

double aspectRatio

range

double[] range

Class visad.jmet.NCEPPanel extends JPanel implements Serializable

Serialized Fields

myInstance

int myInstance

levelSlider

JSlider levelSlider

speedSlider

JSlider speedSlider

intervalText

JTextField intervalText

levelSliderLabel

JLabel levelSliderLabel

intervalUnits

JLabel intervalUnits

levelValue

int levelValue

intervalValue

double intervalValue

paramBox

JComboBox paramBox

ref

DataReference ref

ci

ContourControl ci

Values

RealType Values

tup

Tuple[] tup

ncg

NetcdfGrids ncg

statLabel

JLabel statLabel

tabby

JTabbedPane tabby

butColor

JButton butColor

colorTable

float[][] colorTable

paramName

String paramName

showHide

JCheckBox showHide

di

DisplayImpl di

control

ValueControl control

ccon

ColorControl ccon

nc

Color nc

map

ScalarMap map

enable

RealType enable

field

FieldImpl field

valueName

String valueName

enableName

String enableName

dataName

String dataName

valueMap

ScalarMap valueMap

valueColorMap

ScalarMap valueColorMap

isAloft

boolean isAloft

ndx

int ndx

paramInfo

Vector<E> paramInfo

pressureLevels

double[] pressureLevels

range

double[][] range

cbeg

double cbeg

Class visad.jmet.ShowNCEPModel extends JFrame implements Serializable

Serialized Fields

baseMap

BaseMapAdapter baseMap

ccmap

ColorControl ccmap

colorTable

float[][] colorTable

cf

Container cf

speedSlider

JSlider speedSlider

speedSliderLabel

JLabel speedSliderLabel

speedValue

int speedValue

frameValue

int frameValue

maxFrames

int maxFrames

start_stop

JButton start_stop

snapButton

JButton snapButton

forward

JButton forward

backward

JButton backward

mapColor

JButton mapColor

isLooping

boolean isLooping

ci

ContourControl ci

pc

ProjectionControl pc

ca

AnimationControl ca

pcMatrix

double[] pcMatrix

gmc

GraphicsModeControl gmc

display

LocalDisplay display

ng

NetcdfGrids ng

vdisplay

JPanel vdisplay

x

RealType x

y

RealType y

level

RealType level

time_type

RealType time_type

pres

RealType pres

Values

RealType Values

SfcValues

RealType SfcValues

firstFile

boolean firstFile

gotSfcGrids

boolean gotSfcGrids

gotAloftGrids

boolean gotAloftGrids

statLabel

JLabel statLabel

cmd

String cmd

ncp

NCEPPanel[] ncp

tabby

JTabbedPane tabby

mapField

FieldImpl mapField

mapControl

ValueControl mapControl

mapRef

DataReference mapRef

enableMap

RealType enableMap

mapMap

ScalarMap mapMap

xAxis

ScalarMap xAxis

yAxis

ScalarMap yAxis

showMap

JCheckBox showMap

directory

String directory

MapFile

String MapFile

isServer

boolean isServer

isClient

boolean isClient

clientHost

String clientHost

Package visad.matrix

Class visad.matrix.JamaCholeskyDecomposition extends Tuple implements Serializable

Serialized Fields

cd

Object cd
associated JAMA CholeskyDecomposition object

Class visad.matrix.JamaEigenvalueDecomposition extends Tuple implements Serializable

Serialized Fields

ed

Object ed
associated JAMA EigenvalueDecomposition object

Class visad.matrix.JamaLUDecomposition extends Tuple implements Serializable

Serialized Fields

lud

Object lud
associated JAMA LUDecomposition object

Class visad.matrix.JamaMatrix extends FlatField implements Serializable

Serialized Fields

matrix

Object matrix
This matrix's associated JAMA Matrix object


stash

Object stash

Class visad.matrix.JamaQRDecomposition extends Tuple implements Serializable

Serialized Fields

qrd

Object qrd
associated JAMA QRDecomposition object

Class visad.matrix.JamaSingularValueDecomposition extends Tuple implements Serializable

Serialized Fields

svd

Object svd
associated JAMA SingularValueDecomposition object


Package visad.meteorology

Class visad.meteorology.ImageSequenceImpl extends FieldImpl implements Serializable

Class visad.meteorology.NavigatedImage extends SingleBandedImageImpl implements Serializable

Serialized Fields

navigation

NavigatedCoordinateSystem navigation

Class visad.meteorology.SatelliteImage extends SingleBandedImageImpl implements Serializable

Serialized Fields

sensorName

String sensorName

Class visad.meteorology.SingleBandedImageImpl extends FlatField implements Serializable

Serialized Fields

startTime

DateTime startTime

description

String description

minValue

Real minValue

maxValue

Real maxValue

copyOnClone

boolean copyOnClone

Package visad.python

Class visad.python.JPythonEditor extends CodeEditor implements Serializable

Serialized Fields

python

RunJPython python
wrapper for PythonInterpreter object


warnBeforeSave

boolean warnBeforeSave
flag indicating whether to warn before auto-saving


runSeparate

boolean runSeparate
flag indicating whether to launch scripts in a separate process


runItem

JMenuItem runItem
run menu item

Class visad.python.JPythonFrame extends CodeFrame implements Serializable

Serialized Fields

canRunSeparate

boolean canRunSeparate
flag for java shell availability


separateProcess

JCheckBoxMenuItem separateProcess
menu item for running JPython in a separate process


Package visad.rabin

Class visad.rabin.RainSheet extends JFrame implements Serializable

Serialized Fields

Formula1

JTextField Formula1
Two text fields


Formula2

JTextField Formula2
Two text fields


Package visad.sounder

Class visad.sounder.Sounding extends FlatField implements Serializable

Serialized Fields

soundingDisplay_s

Vector<E> soundingDisplay_s

sounding_ref

DataReferenceImpl sounding_ref

Class visad.sounder.Spectrum extends FlatField implements Serializable

Serialized Fields

spectrumDisplay_s

Vector<E> spectrumDisplay_s

spectrum_ref

DataReferenceImpl spectrum_ref

domain_unit

Unit domain_unit

range_unit

Unit range_unit

Package visad.ss

Class visad.ss.BasicSSCell extends JPanel implements Serializable

Serialized Fields

Name

String Name
Name of this cell.


fm

FormulaManager fm
Formula manager for this cell.


Servers

Vector<E> Servers
List of servers to which this cell has been added.


MDisplay

DisplayImpl MDisplay
Associated DisplayImpl for sending and receiving messages.


RemoteMDisplay

RemoteDisplay RemoteMDisplay
Associated RemoteDisplay for sending and receiving messages.


RemoteVDisplay

RemoteDisplay RemoteVDisplay
Associated VisAD RemoteDisplay.


RemoteVSlave

RemoteSlaveDisplayImpl RemoteVSlave
Associated VisAD RemoteSlaveDisplay, if any.


RemoteVServer

RemoteServer RemoteVServer
Associated VisAD RemoteServer, if any.


CollabID

int CollabID
ID number for this collaborative cell.


IsRemote

boolean IsRemote
Whether this display is remote.


IsSlave

boolean IsSlave
Whether this display is slaved.


NewClient

boolean NewClient
Whether this display is still a new client (hasn't been initialized).


Loading

int Loading
The number of data objects this cell is currently loading.


CellData

Vector<E> CellData
List of this cell's data.


VDisplay

DisplayImpl VDisplay
Associated VisAD Display.


Dim

int Dim
The dimensionality of the display: JAVA3D_3D, JAVA2D_2D, or JAVA3D_2D.


HasMappings

boolean HasMappings
Whether this cell has mappings from Data to Display.


Lock

Object Lock
Prevents simultaneous GUI manipulation.


VDPanel

Component VDPanel
Associated VisAD Display component.


Errors

String[] Errors
Global errors currently being displayed in this cell, if any.


HasDisplay

boolean HasDisplay
Whether a valid VisAD display currently exists.


DisplayEnabled

boolean DisplayEnabled
Whether display updates are enabled.


WaitPanel

JPanel WaitPanel
A panel that displays the words "Please wait."


SListen

Vector<E> SListen
List of SSCellListeners.


DListen

Vector<E> DListen
List of DisplayListeners.

Class visad.ss.FancySSCell extends BasicSSCell implements Serializable

Serialized Fields

Parent

Frame Parent
Parent frame.


WidgetFrame

JFrame WidgetFrame
Associated JFrame, for use with VisAD Controls.


Selected

boolean Selected
Whether this cell is selected.


AutoSwitch

boolean AutoSwitch
Whether this cell should auto-switch to 3-D.


AutoDetect

boolean AutoDetect
Whether this cell should auto-detect mappings for data.


AutoShowControls

boolean AutoShowControls
Whether this cell should auto-display its widget frame.


MapLock

Object MapLock
Lock object for mapping auto-detection notification.


MapCount

int MapCount
Counter for mapping auto-detection notification.


mapDialogUp

boolean mapDialogUp
Whether the mapping dialog is currently being displayed.

Class visad.ss.MappingDialog extends JDialog implements Serializable

Serialized Fields

Confirm

boolean Confirm
Flag whether user hit Done or Cancel button.


ScalarMaps

ScalarMap[] ScalarMaps
ScalarMaps selected by the user.


MathCanvas

JComponent MathCanvas

MathCanvasView

JScrollPane MathCanvasView

CoordCanvas

JComponent CoordCanvas

CoordCanvasView

JScrollPane CoordCanvasView

CoordRefs

boolean CoordRefs

MathList

JList MathList

DisplayCanvas

JComponent DisplayCanvas

CurMaps

DefaultListModel CurMaps

CurrentMaps

JList CurrentMaps

CurrentMapsView

JScrollPane CurrentMapsView

description

JLabel description

MathTypes

ScalarType[] MathTypes
Array of ScalarTypes.


Scalars

String[] Scalars
Array of ScalarType names.


ScW

int[] ScW
Array of ScalarType widths.


ScP

Vector<E>[] ScP
Vector of MDTuples indicating ScalarType locations.


ScH

int ScH
ScalarType height.


StrSize

Dimension StrSize
Width and height of MathType string.


CoordSize

Dimension CoordSize
Width and height of CoordinateSystem string.


Maps

boolean[][][] Maps
Flags marking whether each possible ScalarMap has been assigned.


CurMapLabel

String[][][] CurMapLabel
String representation of each possible ScalarMap.


Lock

Object Lock
For synchronization.


Illegal

boolean[][] Illegal
Flags marking whether each DisplayRealType is illegal.


MapTo

Image MapTo
This MappingDialog's copy of DRT with certain DisplayRealTypes blacked out as necessary.


Types

MathType[] Types
The MathType with which this mapping dialog works.


AllowAlpha

boolean AllowAlpha
Whether this mapping dialog allows mappings to Alpha and RGBA.


Allow3D

boolean Allow3D
Whether this mapping dialog allows mappings to Z-Axis, Latitude, and Z-Offset.

Class visad.ss.SpreadSheet extends GUIFrame implements Serializable

Serialized Fields

SSFileDialog

JFileChooser SSFileDialog
File dialog.


bTitle

String bTitle
Base title.


NumVisX

int NumVisX
Number of display columns.


NumVisY

int NumVisY
Number of display rows.


fm

FormulaManager fm
Formula manager.


serverName

String serverName
Server name, if any.


cloneAddress

String cloneAddress
Server address for a cloned sheet, if any.


rsi

RemoteServerImpl rsi
Server for spreadsheet cells, if any.


IsRemote

boolean IsRemote
Whether spreadsheet is a clone of another spreadsheet.


IsSlave

boolean IsSlave
Whether spreadsheet is a slaved clone of another spreadsheet.


CollabID

double CollabID
ID number for this collaborative spreadsheet.


RemoteColRow

RemoteDataReference RemoteColRow
Row and column information needed for spreadsheet cloning.


RemoteCanDo3D

RemoteDataReference RemoteCanDo3D
Remote clone's copy of CanDo3D.


AutoSwitch

boolean AutoSwitch
Flag marking whether spreadsheet's cells automatically switch dimensions when needed.


AutoDetect

boolean AutoDetect
Flag marking whether spreadsheet's cells automatically detect mappings.


AutoShowControls

boolean AutoShowControls
Flag marking whether spreadsheet's cells automatically show controls.


DisplayPanel

Panel DisplayPanel
Panel that contains actual VisAD displays.


ScrollPanel

JPanel ScrollPanel
Panel containing the scrolling pane.


SCPane

ScrollPane SCPane
Scrolling pane, in case sheet gets too small.


HorizLabels

JViewport HorizLabels
View port for horizontal cell labels.


VertLabels

JViewport VertLabels
View port for vertical cell labels.


HorizLabel

JPanel[] HorizLabel
Array of panels for horizontal labels.


VertLabel

JPanel[] VertLabel
Array of panels for vertical labels.


HorizDrag

JComponent[] HorizDrag
Array of horizontal yellow sizing boxes.


VertDrag

JComponent[] VertDrag
Array of vertical yellow sizing boxes.


HorizPanel

JPanel HorizPanel
Panel containing horizontal labels and sizing boxes.


VertPanel

JPanel VertPanel
Panel containing vertical labels and sizing boxes.


DisplayCells

FancySSCell[][] DisplayCells
Array of spreadsheet cells.


FormulaBox

JComboBox FormulaBox
Formula bar.


FormulaEditor

ComboBoxEditor FormulaEditor
Formula editor.


FormulaText

JTextField FormulaText
Formula text field.


FormulaListener

ActionListener FormulaListener
Formula action listener.


Toolbar

JToolBar Toolbar
Tool bar.


FileExport

JMenu FileExport
Submenus.


FileSave1

JMenuItem FileSave1
Menu items.


FileSave2

JMenuItem FileSave2
Menu items.


FileSave3

JMenuItem FileSave3
Menu items.


FileSave4

JMenuItem FileSave4
Menu items.


FileSave5

JMenuItem FileSave5
Menu items.


FileSnap

JMenuItem FileSnap
Menu items.


EditPaste

JMenuItem EditPaste
Menu items.


EditClear

JMenuItem EditClear
Menu items.


CellDel

JMenuItem CellDel
Menu items.


CellPrint

JMenuItem CellPrint
Menu items.


CellEdit

JMenuItem CellEdit
Menu items.


CellReset

JMenuItem CellReset
Menu items.


CellShow

JMenuItem CellShow
Menu items.


LayAddCol

JMenuItem LayAddCol
Menu items.


LayDelCol

JMenuItem LayDelCol
Menu items.


LayDelRow

JMenuItem LayDelRow
Menu items.


CellDim3D3D

JCheckBoxMenuItem CellDim3D3D
Checkbox menu items.


CellDim2D2D

JCheckBoxMenuItem CellDim2D2D
Checkbox menu items.


CellDim2D3D

JCheckBoxMenuItem CellDim2D3D
Checkbox menu items.


AutoSwitchBox

JCheckBoxMenuItem AutoSwitchBox
Checkbox menu items.


AutoDetectBox

JCheckBoxMenuItem AutoDetectBox
Checkbox menu items.


AutoShowBox

JCheckBoxMenuItem AutoShowBox
Checkbox menu items.


ToolSave

JButton ToolSave
Toolbar buttons.


ToolPaste

JButton ToolPaste
Toolbar buttons.


Tool3D

JButton Tool3D
Toolbar buttons.


Tool2D

JButton Tool2D
Toolbar buttons.


ToolJ2D

JButton ToolJ2D
Toolbar buttons.


ToolMap

JButton ToolMap
Toolbar buttons.


ToolShow

JButton ToolShow
Toolbar buttons.


ToolReset

JButton ToolReset
Toolbar buttons.


FormulaAdd

JButton FormulaAdd
Toolbar buttons.


FormulaDel

JButton FormulaDel
Toolbar buttons.


CurX

int CurX
Column of currently selected cell.


CurY

int CurY
Row of currently selected cell.


Clipboard

String Clipboard
Contents of clipboard.


CurrentFile

File CurrentFile
Current spreadsheet file.


Lock

Object Lock
Object for preventing simultaneous GUI manipulation.


commandKey

boolean commandKey
BIG HAMMER HACK.


shiftHeld

boolean shiftHeld
BIG HAMMER HACK.


oldX

int oldX
Old x value used with cell resizing logic.


oldY

int oldY
Old y value used with cell resizing logic.


Package visad.test

Class visad.test.FlatFieldCacheTest extends JPanel implements Serializable

Class visad.test.ImageAnimationTest extends JPanel implements Serializable

Serialized Fields

imgRend

ImageRendererJ3D imgRend

Class visad.test.J3DTextureTest extends Canvas3D implements Serializable

Serialized Fields

scene

BranchGroup scene

swit

Switch swit

Package visad.util

Class visad.util.AnimationWidget extends JPanel implements Serializable

Serialized Fields

aDir

boolean aDir

aAnim

boolean aAnim

aMs

int aMs

forward

JRadioButton forward

reverse

JRadioButton reverse

onOff

JButton onOff

step

JButton step

ms

JTextField ms

TimeSlider

JSlider TimeSlider

control

AnimationControl control

Class visad.util.ArrowSlider extends Slider implements Serializable

Serialized Fields

upper

float upper
The upper bound


lower

float lower
The lower bound


val

float val
The current value


minSize

Dimension minSize
widget sizes


prefSize

Dimension prefSize

maxSize

Dimension maxSize

lock

Object lock

oldxval

int oldxval
the last position where the arrow was drawn

Class visad.util.BarSlider extends Slider implements Serializable

Serialized Fields

upper

float upper
The upper bound


lower

float lower
The lower bound


val

float val
The current value


minSize

Dimension minSize
widget sizes


prefSize

Dimension prefSize

maxSize

Dimension maxSize

oldxval

int oldxval
the last position where the bar was drawn

Class visad.util.BaseRGBMap extends ColorMap implements Serializable

Serialized Fields

ctl

BaseColorControl ctl
The color control


valLeft

int valLeft
The left modified value


valRight

int valRight
The right modified value


mutex

Object mutex
A lock to synchronize against when modifying the modified area


state

int state
The current color for the mouse to draw on


resolution

int resolution
The resolution of the map


hasAlpha

boolean hasAlpha
'true' if this map has an alpha component


preferredSize

Dimension preferredSize
the preferred size of this widget


oldX

int oldX
The last mouse event's x value


oldY

int oldY
The last mouse event's y value


mouseMutex

Object mouseMutex
A synchronization primitive for the mouse movements


updateLeft

float updateLeft
The left bound for updating the JPanel


updateRight

float updateRight
The right bound for updating the JPanel

Class visad.util.ChosenColorWidget extends JPanel implements Serializable

Serialized Fields

wrappedWidget

ColorMapWidget wrappedWidget

original

float[][] original

choice

JComboBox choice

Class visad.util.CodeEditor extends TextEditor implements Serializable

Serialized Fields

lineNumbers

JTextArea lineNumbers
text pane containing line numbers


numLines

int numLines
number of lines of code in the document


numDigits

int numDigits
number of digits in lines of code in the document

Class visad.util.CodeFrame extends TextFrame implements Serializable

Class visad.util.ColorChangeEvent extends EventObject implements Serializable

Serialized Fields

start

float start
The starting location where the ColorMap has changed


end

float end
The ending location where the ColorMap has changed

Class visad.util.ColorMap extends JPanel implements Serializable

Serialized Fields

listeners

Vector<E> listeners
The vector containing the ColorChangeListeners

Class visad.util.ColorMapWidget extends SimpleColorMapWidget implements Serializable

Serialized Fields

buttonPanel

JPanel buttonPanel

undoTable

float[][] undoTable

control

BaseColorControl control

realControl

BaseColorControl realControl

Class visad.util.ColorPreview extends JPanel implements Serializable

Serialized Fields

map

ColorMap map
The ColorWidget that this is attached to


height

int height
The height of the ColorPreview


updateLeft

float updateLeft
The location to begin an update


updateRight

float updateRight
The location to end an update

Class visad.util.ColorWidget extends Applet implements Serializable

Serialized Fields

previewVisible

boolean previewVisible
The visibility of the preview panel at the botom of the widget


map

ColorMap map
The ColorMap associsted with this color widget


colorPreview

ColorPreview colorPreview
The ColorPreview associated with this color widget


listeners

Vector<E> listeners
The vector containing the ColorChangeListeners


listeners_lock

Object listeners_lock

Class visad.util.ContourWidget extends JPanel implements Serializable

Serialized Fields

control

ContourControl control
This ContourRangeSlider's associated Control.


cInterval

float cInterval

cBase

float cBase

cSurface

float cSurface

cLo

float cLo

cHi

float cHi

name

String name

Interval

JTextField Interval

Base

JTextField Base

SurfaceLabel

JLabel SurfaceLabel

Surface

JSlider Surface

Labels

JCheckBox Labels

Contours

JCheckBox Contours

Dashed

JCheckBox Dashed

ContourRange

visad.util.ContourWidget.ContourRangeSlider ContourRange

Fill

JCheckBox Fill

sliderScale

double sliderScale

prefSize

Dimension prefSize

Class visad.util.GMCWidget extends JPanel implements Serializable

Serialized Fields

control

GraphicsModeControl control
This GMCWidget's associated control


scale

JCheckBox scale

point

JCheckBox point

texture

JCheckBox texture

lineWidth

JTextField lineWidth

pointSize

JTextField pointSize

gmcLineWidth

float gmcLineWidth

gmcPointSize

float gmcPointSize

Class visad.util.GUIFrame extends JFrame implements Serializable

Serialized Fields

menubar

JMenuBar menubar
menu bar


hash

Hashtable<K,V> hash
hashtable


heavy

boolean heavy
heavyweight flag

Class visad.util.LabeledColorWidget extends JPanel implements Serializable

Serialized Fields

wrappedWidget

ColorMapWidget wrappedWidget

original

float[][] original

grey

float[][] grey

Class visad.util.LabeledRGBAWidget extends LabeledColorWidget implements Serializable

Class visad.util.LabeledRGBWidget extends LabeledColorWidget implements Serializable

Class visad.util.ProjWidget extends JPanel implements Serializable

Serialized Fields

control

ProjectionControl control
This ProjWidget's associated control


savedViewList

JComboBox savedViewList

save

JButton save

savedViews

double[][] savedViews

Class visad.util.RangeSlider extends RangeSlider implements Serializable

Class visad.util.RangeWidget extends JPanel implements Serializable

Serialized Fields

dataLow

JTextField dataLow

dataHi

JTextField dataHi

map

ScalarMap map

Class visad.util.RGBAMap extends BaseRGBMap implements Serializable

Class visad.util.RGBMap extends BaseRGBMap implements Serializable

Class visad.util.SceneGraphInspector extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

tree

JTree tree

cards

JPanel cards

Class visad.util.SelectRangeWidget extends RangeSlider implements Serializable

Serialized Fields

rangeControl

RangeControl rangeControl
This SelectRangeWidget's associated Control.

Class visad.util.SimpleColorMapWidget extends JPanel implements Serializable

Serialized Fields

baseMap

BaseRGBMap baseMap

preview

ColorPreview preview

slider

ArrowSlider slider

label

SliderLabel label

Class visad.util.Slider extends JPanel implements Serializable

Serialized Fields

name

String name
The internal name of the slider, accessed through getName()

See Also:
Slider.getName()

listeners

Vector<E> listeners
The vector containing the SliderChangeListeners


listeners_lock

Object listeners_lock

Class visad.util.SliderLabel extends JPanel implements Serializable

Serialized Fields

slider

Slider slider
The slider to which the label is attached


label

String label
The label representing the slider's variable


rangeVisible

boolean rangeVisible
Whether or not the range values are visible


background

Color background
The backround color of the panel


text

Color text
The text color of the panel


minSize

Dimension minSize
widget sizes


prefSize

Dimension prefSize

maxSize

Dimension maxSize

rangeChanged

boolean rangeChanged

drawmin

String drawmin

drawmax

String drawmax

drawval

String drawval

Class visad.util.StepWidget extends JPanel implements Serializable

Serialized Fields

step

JSlider step

horiz

boolean horiz

forward

JButton forward

back

JButton back

min

int min

max

int max

cur

int cur

Class visad.util.TextControlWidget extends JPanel implements Serializable

Serialized Fields

javaFontNames

String[] javaFontNames

hersheyFontNames

String[] hersheyFontNames

visadFontNames

String[] visadFontNames

textToPreview

String textToPreview

previewDisplayTC

TextControl previewDisplayTC

textControl

TextControl textControl

display

DisplayImpl display

textMap

ScalarMap textMap

textField

FieldImpl textField

textType

TextType textType

jLabel8

JLabel jLabel8

jLabel4

JLabel jLabel4

vertJustificationJComboBox

JComboBox vertJustificationJComboBox

offsetYField

JTextField offsetYField

offsetZField

JTextField offsetZField

jScrollPane1

JScrollPane jScrollPane1

jLabel1

JLabel jLabel1

jLabel3

JLabel jLabel3

labelFontJRadioButton

JRadioButton labelFontJRadioButton

textOrientationField

JTextField textOrientationField

jLabel2

JLabel jLabel2

jScrollPane4

JScrollPane jScrollPane4

jLabel9

JLabel jLabel9

jScrollPane2

JScrollPane jScrollPane2

fontTypeJPanel

JPanel fontTypeJPanel

hersheyFontjRadioButton

JRadioButton hersheyFontjRadioButton

displayTextToPreview

JPanel displayTextToPreview

leftPanel

JPanel leftPanel

fontNamesJList

JList fontNamesJList

horizJustificationJComboBox

JComboBox horizJustificationJComboBox

fontStylesJList

JList fontStylesJList

autoSizeJCheckBox

JCheckBox autoSizeJCheckBox

previewPanel

JPanel previewPanel

fontSelectionJPanel

JPanel fontSelectionJPanel

javaFontJRadioButton

JRadioButton javaFontJRadioButton

jLabel7

JLabel jLabel7

offsetXField

JTextField offsetXField

textPanelAttributes

JPanel textPanelAttributes

fontSizesJList

JList fontSizesJList

characterRotationField

JTextField characterRotationField

jLabel6

JLabel jLabel6

scaleTextField

JTextField scaleTextField

fontTypeButtonGroup

ButtonGroup fontTypeButtonGroup

textToPreviewField

JTextField textToPreviewField

jScrollPane3

JScrollPane jScrollPane3

rightPanel

JPanel rightPanel

bottomPanel

JPanel bottomPanel

jLabel5

JLabel jLabel5

Class visad.util.TextEditor extends JScrollPane implements Serializable

Serialized Fields

text

JTextArea text
main text area


fileChooser

JFileChooser fileChooser
file chooser dialog box


undo

UndoManager undo
undo manager


currentFile

File currentFile
file being edited


changed

boolean changed
whether the text has changed since last save

Class visad.util.TextFrame extends GUIFrame implements Serializable

Serialized Fields

textPane

TextEditor textPane
main frame component


title

String title
frame title

Class visad.util.VisADSlider extends JPanel implements Serializable

Serialized Fields

slider

JSlider slider
The JSlider that forms part of the VisADSlider's UI


label

JLabel label
The JLabel that forms part of the VisADSlider's UI


map

ScalarMap map
The ScalarMap that is linked to this VisADSlider (null if none)


control

ValueControl control
The ValueControl that this VisADSlider utilizes (null if none)


sRef

DataReference sRef
The DataReference that is linked to this VisADSlider (null if none)


realType

RealType realType
The type of the linked Real (null if none)


sName

String sName
The name of the variable being modified by this VisADSlider


sMinimum

double sMinimum
The minimum allowed slider value


sMaximum

double sMaximum
The maximum allowed slider value


sCurrent

double sCurrent
The current slider value


sTicks

int sTicks
The number of ticks in the slider


autoScale

boolean autoScale
true if the widget will auto-scale


integralValues

boolean integralValues
true if the slider ticks should be integers


dynamicLabelWidth

boolean dynamicLabelWidth
true if the label width should be dynamically scaled

Class visad.util.WidgetTest extends Applet implements Serializable