- ABIS - Static variable in class edu.wisc.ssec.mcidas.AREAnav
-
Code value in AREA files used to designate ABIS
- ABISnav - Class in edu.wisc.ssec.mcidas
-
The ABISnav class creates the ability to navigate ABIS
image data.
- ABISnav(int[]) - Constructor for class edu.wisc.ssec.mcidas.ABISnav
-
Set up for the real math work.
- ABISnav(int, int[]) - Constructor for class edu.wisc.ssec.mcidas.ABISnav
-
Deprecated.
Since ifunc must be 1, replaced with #ABISnav(int[] iparms).
If ifunc != 1, ifunc is set to 1.
- ABS - Static variable in interface visad.Data
-
constants for various unary arithmetic operations
- abs() - Method in interface visad.Data
-
call unary() to take the absolute value of this, using
default modes for sampling (Data.NEAREST_NEIGHBOR) and
error estimation (Data.NO_ERRORS)
- abs(int, int) - Method in interface visad.Data
-
call unary() to take the absolute value of this
- abs() - Method in class visad.DataImpl
-
call unary() to take the absolute value of this, using
default modes for sampling (Data.NEAREST_NEIGHBOR) and
error estimation (Data.NO_ERRORS)
- abs(int, int) - Method in class visad.DataImpl
-
call unary() to take the absolute value of this
- abs(Data) - Static method in class visad.python.JPythonMethods
-
- abs(double) - Static method in class visad.python.JPythonMethods
-
- abs(int) - Static method in class visad.python.JPythonMethods
-
- abs(long) - Static method in class visad.python.JPythonMethods
-
- abs() - Method in class visad.RemoteDataImpl
-
call unary() to take the absolute value of this, using
default modes for sampling (Data.NEAREST_NEIGHBOR) and
error estimation (Data.NO_ERRORS)
- abs(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the absolute value of this
- abs_data(Data) - Static method in class visad.python.JPythonMethods
-
Return point-wise absolute value of data
name changed 1/11/02 to avoid conflicts with Jython built-in
- AbstractClause - Class in dods.dap.Server
-
Provides default implementations for the Clause interface methods.
- AbstractClause() - Constructor for class dods.dap.Server.AbstractClause
-
- accept(File) - Method in class loci.formats.gui.ComboFileFilter
-
Accepts files with the proper filename prefix.
- accept(File) - Method in class loci.formats.gui.ExtensionFileFilter
-
Accepts files with the proper extensions.
- accept(File) - Method in class loci.formats.gui.FormatFileFilter
-
Accepts files in accordance with the file format reader.
- accept(DataVisitor) - Method in class visad.data.DataNode
-
Accept a visitor and traverse the data object.
- accept(File) - Method in class visad.util.ComboFileFilter
-
Accepts files with the proper filename prefix.
- accept(File) - Method in class visad.util.ExtensionFileFilter
-
Accepts files with the proper extensions.
- accept(File) - Method in class visad.util.FormFileFilter
-
Accepts files with the proper extensions.
- accept(File) - Method in class visad.util.McIDASFileFilter
-
Deprecated.
accept files with the proper filename prefix
- accumulate - Variable in class loci.formats.in.SDTInfo
-
- accumulate(float[]) - Method in class visad.data.in.ArithProg
-
Accumulates a set of floats.
- accumulate(double[]) - Method in class visad.data.in.ArithProg
-
Accumulates a set of doubles.
- accumulate(float) - Method in class visad.data.in.ArithProg
-
Accumulates a value.
- accumulate(double) - Method in class visad.data.in.ArithProg
-
Accumulates a value.
- accumulate(float[]) - Method in class visad.data.in.LonArithProg
-
Accumulates a set of floats.
- accumulate(double[]) - Method in class visad.data.in.LonArithProg
-
Accumulates a set of doubles.
- acknowledgeThingChanged(Action) - Method in class visad.RemoteThingReferenceImpl
-
Action must be RemoteAction
- acknowledgeThingChanged(Action) - Method in interface visad.ThingReference
-
- acknowledgeThingChanged(Action) - Method in class visad.ThingReferenceImpl
-
- ACOS - Static variable in interface visad.Data
-
- acos() - Method in interface visad.Data
-
call unary() to take the arccos of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- acos(int, int) - Method in interface visad.Data
-
call unary() to take the arccos of this producing
radian Units
- acos() - Method in class visad.DataImpl
-
call unary() to take the arccos of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- acos(int, int) - Method in class visad.DataImpl
-
call unary() to take the arccos of this producing
radian Units
- acos(Data) - Static method in class visad.python.JPythonMethods
-
Return point-wise arccosine value of data, in radians.
- acos() - Method in class visad.RemoteDataImpl
-
call unary() to take the arccos of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- acos(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the arccos of this producing
radian Units
- ACOS_DEGREES - Static variable in interface visad.Data
-
- acosDegrees() - Method in interface visad.Data
-
call unary() to take the arccos of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- acosDegrees(int, int) - Method in interface visad.Data
-
call unary() to take the arccos of this producing
degree Units
- acosDegrees() - Method in class visad.DataImpl
-
call unary() to take the arccos of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- acosDegrees(int, int) - Method in class visad.DataImpl
-
call unary() to take the arccos of this producing
degree Units
- acosDegrees(Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arccosine value of data, in degrees.
- acosDegrees() - Method in class visad.RemoteDataImpl
-
call unary() to take the arccos of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- acosDegrees(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the arccos of this producing
degree Units
- action(Event, Object) - Method in class gnu.regexp.util.REApplet
-
Handles events in the applet.
- Action - Interface in visad
-
Action is the VisAD interface for runnable threads that need to be
notified when ThingReference objects change.
- ActionImpl - Class in visad
-
ActionImpl is the abstract superclass for runnable threads that
need to be notified when ThingReference objects change.
- ActionImpl(String) - Constructor for class visad.ActionImpl
-
construct an ActionImpl
- actionPerformed(ActionEvent) - Method in class edu.wisc.ssec.mcidas.adde.GetAreaFile
-
- actionPerformed(ActionEvent) - Method in class loci.formats.gui.ImageViewer
-
Handles menu commands.
- actionPerformed(ActionEvent) - Method in class visad.bom.CurveDelete
-
- actionPerformed(ActionEvent) - Method in class visad.bom.CutAndPasteFields
-
- actionPerformed(ActionEvent) - Method in class visad.bom.GridEdit
-
- actionPerformed(ActionEvent) - Method in class visad.browser.ContourWidget
-
Handles TextField changes.
- actionPerformed(ActionEvent) - Method in class visad.browser.GMCWidget
-
Handles TextField changes.
- actionPerformed(ActionEvent) - Method in class visad.browser.VisADApplet
-
Fired when a button is pressed or enter is pressed in a text box.
- actionPerformed(ActionEvent) - Method in class visad.cluster.TestProxyCluster
-
- actionPerformed(ActionEvent) - Method in class visad.cluster.TestSSCluster
-
- actionPerformed(ActionEvent) - Method in class visad.cluster.TestWRFCluster
-
- actionPerformed(ActionEvent) - Method in class visad.jmet.NCEPPanel
-
- actionPerformed(ActionEvent) - Method in class visad.jmet.ShowNCEPModel
-
- actionPerformed(ActionEvent) - Method in class visad.rabin.Rain
-
Handle changes to formula text fields
- actionPerformed(ActionEvent) - Method in class visad.rabin.RainSheet
-
This method handles button presses
- actionPerformed(ActionEvent) - Method in class visad.ss.MappingDialog
-
Handles button press events.
- actionPerformed(ActionEvent) - Method in class visad.util.AnimationWidget
-
ActionListener method used with JTextField and JButtons
- actionPerformed(ActionEvent) - Method in class visad.util.ChosenColorWidget
-
Handle selections from the JComboBox.
- actionPerformed(ActionEvent) - Method in class visad.util.ColorMapWidget
-
Handle button presses.
- actionPerformed(ActionEvent) - Method in class visad.util.ContourWidget
-
ActionListener method for JTextFields.
- actionPerformed(ActionEvent) - Method in class visad.util.GMCWidget
-
Handles JTextField changes
- actionPerformed(ActionEvent) - Method in class visad.util.GUIFrame
-
handles menu item actions
- actionPerformed(ActionEvent) - Method in class visad.util.LabeledColorWidget
-
Handle button presses.
- actionPerformed(ActionEvent) - Method in class visad.util.PrintActionListener
-
cause the printout of the DisplayImpl; if the dialog is
enabled, it will pop up to solicit information from the
user.
- actionPerformed(ActionEvent) - Method in class visad.util.RangeWidget
-
handle JTextField changes
- actionPerformed(ActionEvent) - Method in class visad.util.StepWidget
-
ActionListener method used with JButtons.
- ActivityHandler - Interface in visad
-
- actual_button - Variable in class visad.MouseHelper
-
- AD_AUXOFFSET - Static variable in class edu.wisc.ssec.mcidas.adde.GetAreaFile
-
AD_AUXOFFSET - byte offset to start of auxilliary data section
- AD_AUXOFFSET - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_AUXOFFSET - byte offset to start of auxilliary data section
- AD_AVGSMPFLAG - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_AVGSMPFLAG - data is averaged (1), or sampled (0)
- AD_BANDMAP - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_BANDMAP - spectral band map, bit set for each of 32 bands present
- AD_CALLENGTH - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CALLENGTH - length in bytes of line prefix calibration information
- AD_CALOFFSET - Static variable in class edu.wisc.ssec.mcidas.adde.GetAreaFile
-
AD_CALOFFSET - byte offset to start of calibration section
- AD_CALOFFSET - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CALOFFSET - byte offset to start of calibration section
- AD_CALTYPE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CALTYPE - McIDAS calibration type (ascii, satellite specific)
- AD_CALTYPESCALE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CALTYPESCALE - calibration scaling factor
- AD_CALTYPEUNIT - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CALTYPEUNIT - calibration unit
- AD_CRDATE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CRDATE - year and day image was created, CCYYDDD format
- AD_CRTIME - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_CRTIME - time image was created, HHMMSS format
- AD_DATAOFFSET - Static variable in class edu.wisc.ssec.mcidas.adde.GetAreaFile
-
AD_DATAOFFSET - byte offset to start of data block
- AD_DATAOFFSET - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_DATAOFFSET - byte offset to start of data block
- AD_DATAWIDTH - Static variable in class edu.wisc.ssec.mcidas.adde.GetAreaFile
-
AD_DATAWIDTH - number of bytes per data point
- AD_DATAWIDTH - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_DATAWIDTH - number of bytes per data point
- AD_DIRSIZE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_DIRSIZE - size in 4 byte words of an image directory block
- AD_DOCLENGTH - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_DOCLENGTH - length in bytes of line prefix documentation
- AD_ELEMRES - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_ELEMRES - data resolution in element direction
- AD_IMGDATE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_IMGDATE - nominal year and day of the image, YYYDDD format
- AD_IMGTIME - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_IMGTIME - nominal time of the image, HHMMSS format
- AD_LEVLENGTH - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_LEVLENGTH - length in bytes of line prefix level section
- AD_LINERES - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_LINERES - data resolution in line direction
- AD_NAVOFFSET - Static variable in class edu.wisc.ssec.mcidas.adde.GetAreaFile
-
AD_NAVOFFSET - byte offset to start of navigation block
- AD_NAVOFFSET - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_NAVOFFSET - byte offset to start of navigation block
- AD_NUMBANDS - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_NUMBANDS - number of spectral bands, or channels, in image
- AD_NUMCOMMENTS - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_NUMCOMMENTS - number of 80 character comment cards
- AD_NUMELEMS - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_NUMELEMS - number of data points per line
- AD_NUMLINES - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_NUMLINES - number of lines in the image
- AD_PFXSIZE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_PFXSIZE - length in bytes of line prefix section
- AD_PROJNUM - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_PROJNUM - SSEC project number used in creating image
- AD_SENSORID - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_SENSORID - McIDAS sensor identifier
- AD_SRCTYPE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_SRCTYPE - McIDAS source type (ascii, satellite specific)
- AD_SRCTYPEORIG - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_SRCTYPEORIG - original source type (ascii, satellite specific)
- AD_STARTDATE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_STARTDATE - actual image start year and Julian day, yyyddd format
- AD_STARTSCAN - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_STARTSCAN - starting scan number (sensor based) of image
- AD_STARTTIME - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_STARTTIME - actual image start time, hhmmss;
in milliseconds for POES data
- AD_STATUS - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_STATUS - old status field, now used as position num in ADDE
- AD_STELEM - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_STELEM - upper left image element coordinate
- AD_STLINE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_STLINE - upper left image line coordinate
- AD_VALCODE - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_VALCODE - validity code
- AD_VERSION - Static variable in class edu.wisc.ssec.mcidas.AreaFile
-
AD_VERSION - McIDAS area file format version number
- adaptedAcknowledgeThingChanged(RemoteAction) - Method in class visad.ThingReferenceImpl
-
- adaptedPeekThingChanged(RemoteAction) - Method in class visad.ThingReferenceImpl
-
- Adapter - Class in visad.data.dods
-
Provides support for adapting DODS objects to the VisAD data-import context.
- Adapter() - Constructor for class visad.data.dods.Adapter
-
- adcDE - Variable in class loci.formats.in.SDTInfo
-
ADC sample delay (SPC-930).
- adcRE - Variable in class loci.formats.in.SDTInfo
-
- adcZoom - Variable in class loci.formats.in.SDTInfo
-
- add(ServerSideFunction) - Method in class dods.dap.Server.FunctionLibrary
-
Adds a function to the library.
- add(byte) - Method in class loci.formats.codec.ByteVector
-
- add(byte[]) - Method in class loci.formats.codec.ByteVector
-
- add(byte[], int, int) - Method in class loci.formats.codec.ByteVector
-
- add(String) - Static method in class visad.BaseQuantity
-
Add a base quantity to the database.
- add(String, String) - Static method in class visad.BaseQuantity
-
Add a base quantity with an alias to the database.
- add(String, String[]) - Static method in class visad.BaseQuantity
-
Add a base quantity with aliases to the database.
- add(Object) - Method in class visad.bom.annotations.ScreenAnnotator
-
Add the object to the list of items to be drawn.
- ADD - Static variable in interface visad.Data
-
constants for various binary arithmetic operations
- add(Data) - Method in interface visad.Data
-
call binary() to add data to this, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- add(Data, int, int) - Method in interface visad.Data
-
call binary() to add data to this
- add(String, Data, boolean) - Method in class visad.data.amanda.F2000Form
-
- add(Hit) - Method in class visad.data.amanda.Hits
-
- add(Module) - Method in class visad.data.amanda.ModuleList
-
- add(BaseTrack) - Method in class visad.data.amanda.Tracks
-
- add(String, Data, boolean) - Method in class visad.data.bio.LociForm
-
Adds data to an existing image file.
- add(String, Data, boolean) - Method in class visad.data.dods.DODSForm
-
Throws an exception.
- add(String, Data, boolean) - Method in class visad.data.fits.FitsForm
-
- add(String, Data, boolean) - Method in class visad.data.FormFamily
-
Add data to an existing data object.
- add(String, Data, boolean) - Method in class visad.data.FormNode
-
Add data to an existing data object.
- add(String, Data, boolean) - Method in class visad.data.FunctionFormFamily
-
Add data to an existing data object using the first appropriate Form.
- add(String, Data, boolean) - Method in class visad.data.gif.GIFForm
-
- add(String, Data, boolean) - Method in class visad.data.gis.ArcAsciiGridForm
-
Add data to an existing data object
- add(String, Data, boolean) - Method in class visad.data.gis.UsgsDemForm
-
Add data to an existing data object
- add(String, Data, boolean) - Method in class visad.data.hdf5.HDF5Form
-
- add(NamedDimension) - Method in class visad.data.hdfeos.DimensionSet
-
- add(GeoMap) - Method in class visad.data.hdfeos.GeoMapSet
-
- add(String, Data, boolean) - Method in class visad.data.hdfeos.HdfeosForm
-
- add(Variable) - Method in class visad.data.hdfeos.VariableSet
-
- add(String, Data, boolean) - Method in class visad.data.hrit.HRITForm
-
This has not been implemented
- add(String, Data, boolean) - Method in class visad.data.jai.JAIForm
-
Adds data to an existing JAI image file.
- add(String, Data, boolean) - Method in class visad.data.mcidas.AreaForm
-
This has not been implemented
- add(String, Data, boolean) - Method in class visad.data.mcidas.MapForm
-
Add data to an existing data object
- add(String, Data, boolean) - Method in class visad.data.mcidas.PointForm
-
This has not been implemented
- add(String, Quantity) - Method in class visad.data.netcdf.in.NetcdfQuantityDB
-
Adds a given Quantity to the database under a given name.
- add(VirtualData) - Method in class visad.data.netcdf.in.VirtualTuple
-
Adds a component to this tuple.
- add(String, Data, boolean) - Method in class visad.data.netcdf.Plain
-
Add data to an existing data object.
- add(String, Quantity) - Method in class visad.data.netcdf.QuantityDB
-
Adds a given Quantity to the database under a given name.
- add(Quantity) - Method in class visad.data.netcdf.QuantityDB
-
Adds a given Quantity to the database.
- add(String[], String[]) - Method in class visad.data.netcdf.QuantityDBImpl
-
Adds the given quantities and aliases to the database.
- add(String, Quantity) - Method in class visad.data.netcdf.QuantityDBImpl
-
Adds a quantity to the database under a given name.
- add(Quantity[]) - Method in class visad.data.netcdf.QuantityDBImpl
-
Adds given Quantity-s to the database.
- add(String, String) - Method in class visad.data.netcdf.QuantityDBImpl
-
Adds a quantity to the database given a name and a display unit
specification.
- add(String[], String[]) - Method in class visad.data.netcdf.StandardQuantityDB
-
Adds the given quantities and aliases to the database.
- add(String, String) - Method in class visad.data.netcdf.StandardQuantityDB
-
Adds a quantity to the database given a name and a display unit
specification.
- add(String, Data, boolean) - Method in class visad.data.Repository
-
Add a data object to an existing data object in the repository.
- add(String, Data, boolean) - Method in class visad.data.text.TextForm
-
- add(String, Data, boolean) - Method in class visad.data.tiff.LegacyTiffForm
-
Deprecated.
Adds data to an existing TIFF file.
- add(String, Data, boolean) - Method in class visad.data.vis5d.Vis5DForm
-
- add(String, Data, boolean) - Method in class visad.data.vis5d.Vis5DTopoForm
-
Add data to an existing data object.
- add(Object) - Method in class visad.data.visad.BinaryObjectCache
-
Add an object at the specified index.
- add(int, Object) - Method in class visad.data.visad.BinaryObjectCache
-
Add an object to the end of the list.
- add(int) - Method in class visad.data.visad.object.BinarySize
-
- add(String, Data, boolean) - Method in class visad.data.visad.VisADForm
-
- add(Data) - Method in class visad.DataImpl
-
call binary() to add data to this, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- add(Data, int, int) - Method in class visad.DataImpl
-
call binary() to add data to this
- add(Data) - Method in class visad.RemoteDataImpl
-
call binary() to add data to this, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- add(Data, int, int) - Method in class visad.RemoteDataImpl
-
call binary() to add data to this
- add(float[][], int, int) - Method in interface visad.util.FloatTupleArray
-
Add tuples to array.
- add(float[][]) - Method in interface visad.util.FloatTupleArray
-
Add tuples to the array.
- add(float[][], int, int) - Method in class visad.util.FloatTupleArrayImpl
-
Add values.
- add(float[][]) - Method in class visad.util.FloatTupleArrayImpl
-
Add values.
- ADD_DATA - Static variable in class visad.ss.BasicSSCell
-
Message ID indicating a data object has been added.
- add_escapes(String) - Method in exception dods.dap.parser.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- add_escapes(String) - Method in exception visad.data.units.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- ADD_SOURCE - Static variable in class visad.ss.BasicSSCell
-
Message ID indicating a source has been added.
- addActionListener(ActionListener) - Method in class edu.wisc.ssec.mcidas.adde.GetAreaGUI
-
- addActionListener(ActionListener) - Method in class visad.browser.Slider
-
Adds a listener to be notified of slider changes.
- addActivityHandler(ActivityHandler) - Method in class visad.DisplayImpl
-
Add a busy/idle activity handler.
- addActivityHandler(ActivityHandler) - Method in interface visad.LocalDisplay
-
add a display activity handler
- addBaseUnit(String, String) - Static method in class visad.BaseUnit
-
Create a new base unit from the name of a quantity and the name of a
unit.
- addBaseUnit(String, String, String) - Static method in class visad.BaseUnit
-
Create a new base unit from from the name of a quantity, the name of a
unit, and the unit's abbreviation.
- addBaseUnit(String, String, String, boolean) - Static method in class visad.BaseUnit
-
Create a new base unit from from the name of a quantity, the name of a
unit, the unit's abbreviation, and whether or not the unit is
dimensionless.
- addBranchGraph(BranchGroup) - Method in class visad.java3d.UniverseBuilderJ3D
-
- addButton(Panel, Button) - Method in class visad.data.netcdf.FileDialogPanel
-
Add a button to a panel.
- addChangeListener(ChangeListener) - Method in class visad.util.StepWidget
-
Adds a ChangeListener to the widget.
- addChild(int, LZWTreeNode) - Method in class loci.formats.codec.LZWTreeNode
-
Sets this node's indexth child to match the given node.
- addChild(VisADSceneGraphObject) - Method in class visad.VisADGroup
-
- addColorChangeListener(ColorChangeListener) - Method in class visad.util.ColorMap
-
Add a ColorChangeListener to the listeners list
- addColorChangeListener(ColorChangeListener) - Method in class visad.util.ColorWidget
-
Add a ColorChangeListener to the listeners list
- addColumn() - Method in class visad.ss.SpreadSheet
-
Adds a column to the spreadsheet.
- addComponent(Component, GridBagLayout, int, int, int, int, double, double) - Method in class visad.browser.Widget
-
Adds a component to the applet with the specified constraints.
- addComponent(Component, int, int, int) - Method in class visad.data.netcdf.FileDialogPanel
-
Add a component.
- addConsumer(CmdlineConsumer) - Method in class visad.util.CmdlineParser
-
Add a command-line argument/keyword consumer.
- addControl(Control) - Method in class visad.DisplayImpl
-
add a Control to this DisplayImpl
- addControlListener(ControlListener) - Method in interface visad.AVControl
-
in future, notify listener of changes in this AVControl
- addControlListener(ControlListener) - Method in class visad.Control
-
add a ControlListener
- addCursor(int, int) - Method in class visad.rabin.Rain
-
adds a cursor to display (i, j)
- addData(int, Data, ConstantMap[], String, int, boolean) - Method in class visad.cluster.TestProxyCluster
-
override method from BasicSSCell
- addData(int, Data, ConstantMap[], String, int, boolean) - Method in class visad.cluster.TestSSCluster
-
override method from BasicSSCell
- addData(int, Data, ConstantMap[], String, int, boolean) - Method in class visad.cluster.TestWRFCluster
-
override method from BasicSSCell
- addData(Data) - Method in class visad.ss.BasicSSCell
-
Adds a Data object to this cell, creating
an associated DataReference for it.
- addData(Data, ConstantMap[]) - Method in class visad.ss.BasicSSCell
-
Adds a Data object to this cell, creating an associated
DataReference with the specified ConstantMaps for it.
- addData(int, Data, ConstantMap[], String, int, boolean) - Method in class visad.ss.BasicSSCell
-
Adds a Data object to this cell from the given source of the
specified type, creating an associated DataReference for it.
- addDataReference(RemoteDataReferenceImpl) - Method in interface visad.RemoteServer
-
add a new RemoteDataReferenceImpl to server and extend array
- addDataReference(DataReferenceImpl) - Method in class visad.RemoteServerImpl
-
Add a DataReferenceImpl to server (after wrapping it in
a RemoteDataReferenceImpl)
- addDataReference(RemoteDataReferenceImpl) - Method in class visad.RemoteServerImpl
-
add a new RemoteDataReferenceImpl to server and extend array
- addDataSource(String) - Method in class visad.ss.BasicSSCell
-
Obtains a Data object from the given source of unknown type,
and adds it to this cell.
- addDataSource(String, int) - Method in class visad.ss.BasicSSCell
-
Obtains a Data object from the given source of the specified type,
and adds it to this cell.
- addDataSourceListener(RemoteSourceListener) - Method in class visad.DisplayImpl
-
Deprecated.
- addDateParser(TextAdapter.DateParser) - Static method in class visad.data.text.TextAdapter
-
used to allow applications to define their own date parsing
- addDirectManipulationSceneGraphComponent(VisADGroup, DirectManipulationRendererJ2D) - Method in class visad.java2d.DisplayRendererJ2D
-
- addDirectManipulationSceneGraphComponent(Group, DirectManipulationRendererJ3D) - Method in class visad.java3d.DisplayRendererJ3D
-
- addDirectManipulationSceneGraphComponent(Group, DirectManipulationRendererJ3D) - Method in class visad.java3d.TransformOnlyDisplayRendererJ3D
-
- addDisplay(RemoteDisplayImpl) - Method in interface visad.RemoteServer
-
add a new RemoteDisplayImpl to server and extend array
- addDisplay(DisplayImpl) - Method in class visad.RemoteServerImpl
-
add DisplayImpl to server (after wrapping it in a RemoteDisplayImpl)
- addDisplay(RemoteDisplayImpl) - Method in class visad.RemoteServerImpl
-
add a new RemoteDisplayImpl to server and extend array
- addDisplayListener(DisplayListener) - Method in class visad.DisplayImpl
-
add a DisplayListener
- addDisplayListener(DisplayListener) - Method in interface visad.LocalDisplay
-
add a DisplayListener
- addDisplayListener(DisplayListener) - Method in class visad.RemoteSlaveDisplayImpl
-
Add a display listener to this slave display.
- addDisplayListener(DisplayListener) - Method in class visad.ss.BasicSSCell
-
Adds a DisplayListener.
- addDisturbance(int, Tuple) - Method in class visad.bom.TCData
-
- ADDE_PROTOCOL - Static variable in class edu.wisc.ssec.mcidas.adde.AddeURL
-
The protocol
- AddeDatasetURL - Class in edu.wisc.ssec.mcidas.adde
-
A subclass of AddeURL to support queries on datasets.
- AddeDatasetURL() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeDatasetURL
-
Create an ADDE URL
- AddeDatasetURL(String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeDatasetURL
-
Create an ADDE Dataset URL from the given spec
- AddeDatasetURL(String, String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeDatasetURL
-
Create an ADDE Dataset URL from the given spec
- AddeDatasetURL(String, String, String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeDatasetURL
-
Create an ADDE URL from the given spec
- AddeException - Exception in edu.wisc.ssec.mcidas.adde
-
AddeException class is to handle exceptions when dealing
with ADDE access to data.
- AddeException() - Constructor for exception edu.wisc.ssec.mcidas.adde.AddeException
-
Constructs an AddeException with no specified detail message.
- AddeException(String) - Constructor for exception edu.wisc.ssec.mcidas.adde.AddeException
-
Constructs an AddeException with the specified detail message.
- AddeGridReader - Class in edu.wisc.ssec.mcidas.adde
-
AddeGridReader interface for McIDAS ADDE grid data sets.
- AddeGridReader() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeGridReader
-
allows reading of McIDAS grid headers and data
- AddeImageURL - Class in edu.wisc.ssec.mcidas.adde
-
A class for holding the ADDE URL for an image directory or data request.
- AddeImageURL() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeImageURL
-
no arg constructor
- AddeImageURL(String, String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeImageURL
-
Create an AddeImageURL.
- AddeImageURL(String, String, String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeImageURL
-
Create an ADDE Image URL from the given specs.
- AddeImageURL(String, String, String, String, String, String, String, int, int, int, int, String, String, int) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeImageURL
-
Create an ADDE Image URL from the given spec
- AddePointDataReader - Class in edu.wisc.ssec.mcidas.adde
-
AddePointDataReader interface for McIDAS ADDE point data sets.
- AddePointDataReader(String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddePointDataReader
-
creates an AddePointDataReader object that allows reading ADDE point
datasets.
- AddePointURL - Class in edu.wisc.ssec.mcidas.adde
-
A class for holding the ADDE URL for an image directory or data request.
- AddePointURL() - Constructor for class edu.wisc.ssec.mcidas.adde.AddePointURL
-
no arg constructor
- AddePointURL(String, String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddePointURL
-
Create an AddePointURL.
- AddePointURL(String, String, String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddePointURL
-
Create an ADDE PointURL from the given specs.
- AddePointURL(String, String, String, String, String, String, String, int) - Constructor for class edu.wisc.ssec.mcidas.adde.AddePointURL
-
Create an ADDE Point URL from the given spec
- addEqualsCache(Set) - Method in class visad.Set
-
add set to a cache of Set-s equal to this
- AddeSatBands - Class in edu.wisc.ssec.mcidas.adde
-
Helper class
to interpret the band information
from the ADDE SATBANDS file returned by servers
- AddeSatBands(String[]) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeSatBands
-
- addEscapes(String) - Static method in error dods.dap.parser.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error visad.data.units.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- AddeServerInfo - Class in edu.wisc.ssec.mcidas.adde
-
All things related to ADDE servers, groups and datasets
Certain requests are dependent on appropriate prior requests.
- AddeServerInfo() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeServerInfo
-
Creates new AddeServerInfo.
- AddeServerInfo(String[]) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeServerInfo
-
The non-default parameter is a list of of ADDE servers
- AddeTextAdapter - Class in visad.data.mcidas
-
Adapts text read from an ADDE server into a VisAD Text object
- AddeTextAdapter(String) - Constructor for class visad.data.mcidas.AddeTextAdapter
-
Create a VisAD Text object from an adde request
- AddeTextReader - Class in edu.wisc.ssec.mcidas.adde
-
Read text from an ADDE server interface for McIDAS ADDE data sets.
- AddeTextReader(String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeTextReader
-
Creates an AddeTextReader object that allows reading an ADDE
text file or weather text
- AddeURL - Class in edu.wisc.ssec.mcidas.adde
-
A class for holding information about an ADDE URL.
- AddeURL() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeURL
-
Create an ADDE URL
- AddeURL(String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeURL
-
Create an ADDE URL from the given spec
- AddeURL(String, String, String) - Constructor for class edu.wisc.ssec.mcidas.adde.AddeURL
-
Create an ADDE URL from the given spec
- AddeURLConnection - Class in edu.wisc.ssec.mcidas.adde
-
This class extends URLConnection, providing the guts of the
work to establish an ADDE network connection, put together
a request packet, and initiate data flow.
- AddeURLException - Exception in edu.wisc.ssec.mcidas.adde
-
- AddeURLException() - Constructor for exception edu.wisc.ssec.mcidas.adde.AddeURLException
-
- AddeURLException(String) - Constructor for exception edu.wisc.ssec.mcidas.adde.AddeURLException
-
- AddeURLStreamHandler - Class in edu.wisc.ssec.mcidas.adde
-
This class defines the openConnection method, which is
used to create an AddeURLConnection.
- AddeURLStreamHandler() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeURLStreamHandler
-
- AddeURLStreamHandlerFactory - Class in edu.wisc.ssec.mcidas.adde
-
This class creates a URLStreamHandler for the ADDE protocol.
- AddeURLStreamHandlerFactory() - Constructor for class edu.wisc.ssec.mcidas.adde.AddeURLStreamHandlerFactory
-
- addException(Exception) - Method in exception visad.data.fits.ExceptionStack
-
- addException(Exception) - Method in class visad.DataRenderer
-
add a BadMappingException or UnimplementedException to
Vector of Exceptions generated during doAction()
- addFormNode(FormNode) - Method in class visad.data.FormFamily
-
Add a child node to this family of data forms.
- addFormToList(FormNode) - Static method in class visad.data.DefaultFamily
-
Add a Form to the list of supported VisAD datatype Forms.
- addFormToList(FormNode) - Static method in class visad.data.gis.DemFamily
-
Add to the family of the supported map datatype Forms
- addFormToList(FormNode) - Static method in class visad.data.vis5d.Vis5DFamily
-
Add to the family of the supported map datatype Forms
- addGreyWedgeItem() - Method in class visad.util.ChosenColorWidget
-
Add the standard "Grey Wedge" item to the list of choices.
- addHandler(ActivityHandler) - Method in class visad.DisplayActivity
-
Add a new activity handler.
- addImagesToSequence(SingleBandedImage[]) - Method in class visad.meteorology.ImageSequenceManager
-
Add an array of images to the the sequence this object is managing.
- addImagesToSequence(List<SingleBandedImage>) - Method in class visad.meteorology.ImageSequenceManager
-
- addImageToSequence(SingleBandedImage) - Method in class visad.meteorology.ImageSequenceManager
-
Add an image to the the sequence this object is managing.
- addItem(String, float[][]) - Method in class visad.util.ChosenColorWidget
-
Add a color lookup table to the list of choices.
- addKeyboardBehavior(KeyboardBehaviorJ2D) - Method in class visad.java2d.DisplayRendererJ2D
-
Add a KeyboardBehavior for keyboard control of translation
and zoom.
- addKeyboardBehavior(KeyboardBehaviorJ2D) - Method in class visad.java2d.VisADCanvasJ2D
-
Add a KeyboardBehavior for keyboard control of translation
and zoom.
- addKeyboardBehavior(KeyboardBehaviorJ3D) - Method in class visad.java3d.DisplayRendererJ3D
-
Add a KeyboardBehavior for keyboard control of rotation,
translation and zoom.
- addLabelsToGroup(Object, VisADGeometryArray[], GraphicsModeControl, ContourControl, ProjectionControl, int[], float, float[]) - Method in class visad.java2d.ShadowTypeJ2D
-
- addLabelsToGroup(Object, VisADGeometryArray[], GraphicsModeControl, ContourControl, ProjectionControl, int[], float, float[]) - Method in class visad.java3d.ShadowTypeJ3D
-
- addLabelsToGroup(Object, VisADGeometryArray[], GraphicsModeControl, ContourControl, ProjectionControl, int[], float, float[]) - Method in class visad.ShadowType
-
- addLayoutComponent(String, Component) - Method in class visad.ss.SSLayout
-
Not used by SSLayout.
- addLayoutComponent(String, Component) - Method in class visad.util.WidgetLayout
-
Not used, no effect
- addListener(MonitorCallback, int) - Method in interface visad.collab.DisplayMonitor
-
Adds the specified listener to receive MonitorEvents
when the monitored Display's state changes.
- addListener(RemoteDisplay, int) - Method in interface visad.collab.DisplayMonitor
-
Adds the specified remote display to receive MonitorEvents
when the monitored Display's state changes.
- addListener(MonitorCallback, int) - Method in class visad.collab.DisplayMonitorImpl
-
- addListener(RemoteDisplay, int) - Method in class visad.collab.DisplayMonitorImpl
-
- addListener(MonitorCallback, int) - Method in class visad.collab.RemoteDisplayMonitorImpl
-
- addListener(RemoteDisplay, int) - Method in class visad.collab.RemoteDisplayMonitorImpl
-
- addLocation(int, int, double, RealTuple) - Method in class visad.bom.TCData
-
- addLockedSceneGraphComponent(Group) - Method in class visad.java3d.DisplayRendererJ3D
-
- addLockedSceneGraphComponent(Group, boolean) - Method in class visad.java3d.DisplayRendererJ3D
-
- addMap(ScalarMap) - Method in interface visad.Display
-
link a ScalarMap (may be a ConstantMap) to this Display
- addMap(ScalarMap) - Method in class visad.DisplayImpl
-
add a ScalarMap to this Display, assuming a local source
- addMap(ScalarMap, int) - Method in class visad.DisplayImpl
-
add a ScalarMap to this Display
- addMap(ScalarMap) - Method in class visad.RemoteDisplayImpl
-
add a ScalarMap to this Display
- addMapDialog() - Method in class visad.ss.FancySSCell
-
Lets the user specify mappings between this cell's data and display.
- addMember(Object) - Method in class visad.data.hdf5.hdf5objects.HDF5Group
-
Adds a new member to the group.
- addMenuItem(String, String, String, char) - Method in class visad.util.GUIFrame
-
adds the given menu item to the specified menu
- addMenuItem(String, String, String, char, boolean) - Method in class visad.util.GUIFrame
-
adds the given menu item to the specified menu
- addMenuItem(String, JMenuItem, String, char, boolean) - Method in class visad.util.GUIFrame
-
adds the given menu item to the specified menu
- addMenuSeparator(String) - Method in class visad.util.GUIFrame
-
adds a separator to the specified menu
- addMessageListener(MessageListener) - Method in class visad.DisplayImpl
-
Forward messages to the specified listener
- addMessageListener(MessageListener) - Method in interface visad.LocalDisplay
-
add a MessageListener
- addMouseBehavior(MouseBehaviorJ2D) - Method in class visad.java2d.VisADCanvasJ2D
-
Add a MouseBehavior for mouse control of translation
and zoom.
- addNotEqualsCache(Set) - Method in class visad.Set
-
add set to a cache of Set-s not equal to this
- addPair(Switch, Set, DataRenderer) - Method in class visad.java3d.AVControlJ3D
-
- addPair(Switch, DataRenderer) - Method in class visad.java3d.ProjectionControlJ3D
-
- addPoint(float[]) - Method in class visad.bom.BarbManipulationRendererJ2D
-
- addPoint(float[]) - Method in class visad.bom.BarbManipulationRendererJ3D
-
- addPoint(float[]) - Method in class visad.bom.CurveManipulationRendererJ2D
-
Add a point to the data.
- addPoint(float[]) - Method in class visad.bom.CurveManipulationRendererJ3D
-
Add a point to the data.
- addPoint(float[]) - Method in class visad.bom.PickManipulationRendererJ2D
-
Add a point.
- addPoint(float[]) - Method in class visad.bom.PickManipulationRendererJ3D
-
Add a point.
- addPoint(float[]) - Method in class visad.bom.PointManipulationRendererJ3D
-
- addPoint(float[]) - Method in class visad.bom.RubberBandBoxRendererJ3D
-
- addPoint(float[]) - Method in class visad.bom.RubberBandLineRendererJ3D
-
- addPoint(float[]) - Method in class visad.bom.SwellManipulationRendererJ3D
-
- addPoint(float[]) - Method in class visad.DataRenderer
-
add point for temporary rendering; intended to be
over-ridden by graphics-API-specific extensions of
DataRenderer
- addPoint(float[]) - Method in class visad.java2d.DirectManipulationRendererJ2D
-
- addPoint(float[]) - Method in class visad.java3d.DirectManipulationRendererJ3D
-
- addProjectionControlListener(ControlListener, ProjectionControl) - Method in class visad.ContourControl
-
remove previous projListener from pcntrl, and save cl as
new projListener
- addPropertyChangeListener(PropertyChangeListener) - Method in class visad.data.netcdf.InputNetcdf
-
Add a property change listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class visad.data.netcdf.NetcdfInBean
-
Add a property change listener.
- addReference(ThingReference) - Method in interface visad.Action
-
Creates a link to a ThingReference.
- addReference(ThingReference) - Method in class visad.ActionImpl
-
Creates a link to a ThingReference.
- addReference(ThingReference) - Method in class visad.cluster.RemoteClusterDataImpl
-
- addReference(DataReference, ConstantMap[]) - Method in interface visad.Display
-
create link to DataReference, with ConstantMaps;
invokes ref.addThingChangedListener(ThingChangedListener l, long id)
- addReference(ThingReference) - Method in class visad.DisplayImpl
-
Link a reference to this Display.
- addReference(DataReference, ConstantMap[]) - Method in class visad.DisplayImpl
-
Link a reference to this Display.
- addReference(ThingReference) - Method in class visad.RealTuple
-
Adds a listener for changes to this instance.
- addReference(ThingReference) - Method in class visad.RemoteActionImpl
-
create link to ThingReference;
must be RemoteThingReference
- addReference(ThingReference) - Method in class visad.RemoteDisplayImpl
-
link ref to this Display; this method may only be invoked
after all links to ScalarMaps have been made
- addReference(DataReference, ConstantMap[]) - Method in class visad.RemoteDisplayImpl
-
link ref to this Display; must be RemoteDataReference; this
method may only be invoked after all links to ScalarMaps have
been made; the ConstantMap array applies only to rendering ref
- addReference(ThingReference) - Method in class visad.RemoteThingImpl
-
add a ThingReference to this RemoteThingImpl;
must be RemoteThingReference;
called by ThingReference.setThing
- addReference(ThingReference) - Method in class visad.Scalar
-
Adds a listener for changes to this instance.
- addReference(DataReferenceImpl) - Method in class visad.ss.BasicSSCell
-
Adds the given DataReference to this cell.
- addReference(DataReferenceImpl, ConstantMap[]) - Method in class visad.ss.BasicSSCell
-
Adds the given DataReference to this cell with the specified ConstantMaps.
- addReference(ThingReference) - Method in interface visad.Thing
-
add a ThingReference to this Thing object
- addReference(ThingReference) - Method in class visad.ThingImpl
-
Adds a listener for changes to this thing.
- addReferenceImpl(int, DataReferenceImpl, ConstantMap[], String, int, boolean, boolean) - Method in class visad.cluster.TestProxyCluster
-
override method from BasicSSCell
- addReferenceImpl(int, DataReferenceImpl, ConstantMap[], String, int, boolean, boolean) - Method in class visad.cluster.TestSSCluster
-
override method from BasicSSCell
- addReferenceImpl(int, DataReferenceImpl, ConstantMap[], String, int, boolean, boolean) - Method in class visad.cluster.TestWRFCluster
-
override method from BasicSSCell
- addReferenceImpl(int, DataReferenceImpl, ConstantMap[], String, int, boolean, boolean) - Method in class visad.ss.BasicSSCell
-
Does the work of adding the given DataReference,
from the given source of the specified type.
- addReferenceImpl(int, DataReferenceImpl, ConstantMap[], String, int, boolean, boolean) - Method in class visad.ss.FancySSCell
-
Does the work of adding the given DataReference,
from the given source of the specified type.
- addReferences(DataRenderer, DataReference, ConstantMap[]) - Method in interface visad.Display
-
create link to DataReference, with ConstantMaps and DataRenderer;
invokes ref.addThingChangedListener(ThingChangedListener l, long id)
- addReferences(DataRenderer, DataReference) - Method in class visad.DisplayImpl
-
Link a reference to this Display using a non-default renderer.
- addReferences(DataRenderer, DataReference, ConstantMap[]) - Method in class visad.DisplayImpl
-
Link a reference to this Display using a non-default renderer.
- addReferences(DataRenderer, DataReference[]) - Method in class visad.DisplayImpl
-
Link references to this display using a non-default renderer.
- addReferences(DataRenderer, DataReference[], ConstantMap[][]) - Method in class visad.DisplayImpl
-
Link references to this display using the non-default renderer.
- addReferences(DataRenderer, DataReference[], ConstantMap[][]) - Method in interface visad.LocalDisplay
-
link refs to this Display using the non-default renderer;
must be local DataRendererImpls;
this method may only be invoked after all links to ScalarMaps
have been made;
the maps[i] array applies only to rendering refs[i];
- addReferences(DataRenderer, DataReference) - Method in class visad.RemoteDisplayImpl
-
link ref to this Display using the non-default renderer;
refs may be a mix of RemoteDataReference & DataReferenceImpl;
cannot be called through RemoteDisplay interface, since
renderer implements neither Remote nor Serializable;
must be called locally;
this method may only be invoked after all links to ScalarMaps
have been made;
this is a method of DisplayImpl and RemoteDisplayImpl rather
than Display - see Section 6.1 of the Developer's Guide for
more information
- addReferences(DataRenderer, DataReference, ConstantMap[]) - Method in class visad.RemoteDisplayImpl
-
link ref to this Display using the non-default renderer;
refs may be a mix of RemoteDataReference & DataReferenceImpl;
cannot be called through RemoteDisplay interface, since
renderer implements neither Remote nor Serializable;
must be called locally;
this method may only be invoked after all links to ScalarMaps
have been made;
the maps array applies only to rendering ref;
this is a method of DisplayImpl and RemoteDisplayImpl rather
than Display - see Section 6.1 of the Developer's Guide for
more information
- addReferences(DataRenderer, DataReference[]) - Method in class visad.RemoteDisplayImpl
-
link refs to this Display using the non-default renderer;
refs may be a mix of RemoteDataReference & DataReferenceImpl;
cannot be called through RemoteDisplay interface, since
renderer implements neither Remote nor Serializable;
must be called locally;
this method may only be invoked after all links to ScalarMaps
have been made; this is a method of DisplayImpl and
RemoteDisplayImpl rather than Display - see Section 6.1 of the
Developer's Guide for more information
- addReferences(DataRenderer, DataReference[], ConstantMap[][]) - Method in class visad.RemoteDisplayImpl
-
link refs to this Display using the non-default renderer;
refs may be a mix of RemoteDataReference & DataReferenceImpl;
cannot be called through RemoteDisplay interface, since
renderer implements neither Remote nor Serializable;
must be called locally;
this method may only be invoked after all links to ScalarMaps
have been made;
the maps[i] array applies only to rendering refs[i];
this is a method of DisplayImpl and RemoteDisplayImpl rather
than Display - see Section 6.1 of the Developer's Guide for
more information
- addRemoteListener(RemoteDisplay) - Method in interface visad.collab.DisplayMonitor
-
Initializes links so that MonitorEvents will be
exchanged with the specified remote Display.
- addRemoteListener(RemoteDisplay) - Method in class visad.collab.DisplayMonitorImpl
-
- addRemoteListener(RemoteDisplay) - Method in class visad.collab.RemoteDisplayMonitorImpl
-
Unusable stub.
- addRemoteSourceListener(RemoteSourceListener) - Method in class visad.DisplayImpl
-
Inform listener of changes in the availability
of remote data/collaboration sources.
- addRendererSourceListener(RendererSourceListener) - Method in class visad.DisplayImpl
-
- address - Variable in class visad.ss.SpreadSheet.SSOptions
-
- addRow() - Method in class visad.ss.SpreadSheet
-
Adds a row to the spreadsheet.
- addRunnable(ThreadManager.MyRunnable) - Method in class visad.util.ThreadManager
-
- addScalarMapListener(ScalarMapListener) - Method in class visad.ScalarMap
-
add a ScalarMapListener, to be notified whenever setRange is
invoked
- addSceneGraphComponent(VisADGroup) - Method in class visad.java2d.DisplayRendererJ2D
-
- addSceneGraphComponent(Group) - Method in class visad.java3d.DisplayRendererJ3D
-
- addSceneGraphComponent(Group) - Method in class visad.java3d.TransformOnlyDisplayRendererJ3D
-
- addSelectedMapVector(ScalarMap) - Method in class visad.DataDisplayLink
-
add a ScalarMap applying to this Data
- addSlave(RemoteSlaveDisplay) - Method in interface visad.Display
-
link a slave display to this display
- addSlave(RemoteSlaveDisplay) - Method in class visad.DisplayImpl
-
link a slave display to this
- addSlave(RemoteSlaveDisplay) - Method in class visad.RemoteDisplayImpl
-
links a slave display to this display
- addSliderChangeListener(SliderChangeListener) - Method in class visad.util.Slider
-
Add a SliderChangeListener to the listeners list
- addSSCellChangeListener(SSCellListener) - Method in class visad.ss.BasicSSCell
-
Deprecated.
Use addSSCellListener(SSCellListener) instead.
- addSSCellListener(SSCellListener) - Method in class visad.ss.BasicSSCell
-
Adds an SSCellListener.
- addStation(float, float) - Method in class visad.bom.CollectiveBarbManipulation
-
construct new wind station at (lat, lon) with initial winds = 0
- addStation(FlatField) - Method in class visad.bom.CollectiveBarbManipulation
-
- addSubMenu(String, String, char) - Method in class visad.util.GUIFrame
-
adds the given sub-menu to the specified menu
- addSubMenu(String, String, char, boolean) - Method in class visad.util.GUIFrame
-
adds the given sub-menu to the specified menu
- addSubMenu(String, JMenu, char, boolean) - Method in class visad.util.GUIFrame
-
adds the given sub-menu to the specified menu
- addSwitch(DisplayRendererJ3D, BranchGroup) - Method in class visad.bom.ScreenLockedRendererJ3D
-
- addSwitch(Object, Object, Control, Set, DataRenderer) - Method in class visad.cluster.ShadowNodeFunctionTypeJ3D
-
- addSwitch(Object, Object, Control, Set, DataRenderer) - Method in class visad.java2d.ShadowFunctionOrSetTypeJ2D
-
- addSwitch(DisplayRendererJ3D, BranchGroup) - Method in class visad.java3d.DefaultRendererJ3D
-
- addSwitch(Object, Object, Control, Set, DataRenderer) - Method in class visad.java3d.ShadowFunctionOrSetTypeJ3D
-
- addSwitch(Object, Object, Control, Set, DataRenderer) - Method in class visad.ShadowType
-
- addTableEntry(ByteVector, int) - Method in class loci.formats.codec.LZWTreeNode
-
Adds the given code for the specified byte sequence.
- addText(String) - Method in class edu.wisc.ssec.mcidas.adde.WxTextProduct
-
Adde text to the existing text
- addTextToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.java3d.ShadowTypeJ3D
-
- addTextToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.ShadowType
-
- addThingChangedListener(ThingChangedListener, long) - Method in class visad.RemoteThingReferenceImpl
-
addThingChangedListener and removeThingChangedListener
provide ThingChangedEvent source semantics;
Action must be RemoteAction
- addThingChangedListener(ThingChangedListener, long) - Method in interface visad.ThingReference
-
- addThingChangedListener(ThingChangedListener, long) - Method in class visad.ThingReferenceImpl
-
Adds a listener for changes in the underlying
Thing.
- addTile(VisADImageTile) - Method in class visad.java3d.VisADImageNode
-
- addTimeAlias(String) - Static method in class visad.MathType
-
Adds a ScalarType name that guessMaps should map to Animation.
- addToCache(double[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, double[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, double[], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(float[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, float[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, float[], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(int[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, int[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, int[], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(short[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, short[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, short[], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(byte[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, byte[]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, byte[], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(double[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, double[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, double[][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(float[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, float[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, float[][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(int[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, int[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, int[][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(short[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, short[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, short[][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(byte[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, byte[][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, byte[][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(double[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, double[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, double[][][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(float[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, float[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, float[][][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(int[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, int[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, int[][][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(short[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, short[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, short[][][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(byte[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, byte[][][]) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToCache(String, byte[][][], boolean) - Method in class visad.data.DataCacheManager
-
add the data to the cache
- addToDisplay(DisplayImpl) - Method in class visad.sounder.Sounding
-
- addToDisplay(DisplayImpl) - Method in class visad.sounder.Spectrum
-
- addToDisplayWithDirectManipulation(DisplayImpl) - Method in class visad.sounder.Sounding
-
- addToDisplayWithDirectManipulation(DisplayImpl) - Method in class visad.sounder.Spectrum
-
- addToGroup(Object, Object) - Method in class visad.cluster.ShadowNodeFunctionTypeJ3D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.cluster.ShadowNodeFunctionTypeJ3D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.cluster.ShadowNodeRealTupleTypeJ3D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.cluster.ShadowNodeRealTypeJ3D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.cluster.ShadowNodeSetTypeJ3D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.cluster.ShadowNodeTupleTypeJ3D
-
- addToGroup(Object, Object) - Method in class visad.java2d.ShadowFunctionOrSetTypeJ2D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.java2d.ShadowTypeJ2D
-
- addToGroup(Object, Object) - Method in class visad.java3d.ShadowFunctionOrSetTypeJ3D
-
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.java3d.ShadowTypeJ3D
-
Add the GeometryArray to the group
- addToGroup(Object, VisADGeometryArray, GraphicsModeControl, float, float[]) - Method in class visad.ShadowType
-
- addToGroup(Object, Object) - Method in class visad.ShadowType
-
- addToolbarButton(String, String, String, boolean, JComponent) - Method in class visad.ss.SpreadSheet
-
Adds a button to a toolbar.
- addToRemoteServer(RemoteServerImpl) - Method in class visad.ss.BasicSSCell
-
Adds this cell to the given RemoteServer.
- addToSwitch(Object, Object) - Method in class visad.cluster.ShadowNodeFunctionTypeJ3D
-
- addToSwitch(Object, Object) - Method in class visad.java2d.ShadowFunctionOrSetTypeJ2D
-
- addToSwitch(Object, Object) - Method in class visad.java3d.ShadowFunctionOrSetTypeJ3D
-
- addToSwitch(Object, Object) - Method in class visad.ShadowType
-
- addTrack(int, int, Tuple) - Method in class visad.bom.TCData
-
- addUndoableEditListener(UndoableEditListener) - Method in class visad.util.TextEditor
-
add an undoable edit listener
- addVar(String, ThingReference) - Method in class visad.ss.BasicSSCell
-
Adds a variable to this cell's formula manager.
- addVariable(BaseType, int) - Method in class dods.dap.Server.SDGrid
-
Adds a variable to the container.
- addVariable(Variable) - Method in class visad.data.hdfeos.Shape
-
- addWidgetListener(WidgetListener) - Method in class visad.browser.Widget
-
Adds a widget listener.
- ADIR - Static variable in class edu.wisc.ssec.mcidas.adde.AddeURLConnection
-
ADIR request type
- adjust_lon(double[]) - Static method in class visad.data.hdfeos.GctpFunction
-
- adjust_lon(double) - Static method in class visad.data.hdfeos.GctpFunction
-
- adjustBeginLineColumn(int, int) - Method in class dods.dap.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class visad.data.units.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustCheckAndCache(String) - Method in class visad.Unit
-
Adjusts, checks, and caches a unit identifier and its unit.
- adjustComboBox(JComboBox) - Static method in class visad.util.Util
-
Limit the given combo box to one line in height.
- adjustFlowToEarth(int, float[][], float[][], float, DataRenderer) - Static method in class visad.ShadowType
-
- adjustFlowToEarth(int, float[][], float[][], float, DataRenderer, boolean) - Static method in class visad.ShadowType
-
- adjustLongitude(DataRenderer) - Method in class visad.ContourLabelGeometry
-
split any vectors or triangles crossing crossing longitude
seams when Longitude is mapped to a Cartesian display axis;
default implementation: rotate if necessary, then return points
- adjustLongitude(DataRenderer) - Method in class visad.VisADGeometryArray
-
split any vectors or triangles crossing crossing longitude
seams when Longitude is mapped to a Cartesian display axis;
default implementation: rotate if necessary, then return points
- adjustLongitude(DataRenderer) - Method in class visad.VisADIndexedTriangleStripArray
-
- adjustLongitude(DataRenderer) - Method in class visad.VisADLineArray
-
- adjustLongitude(DataRenderer) - Method in class visad.VisADLineStripArray
-
- adjustLongitude(DataRenderer) - Method in class visad.VisADPointArray
-
like the default implementation in VisADGeometryArray.java,
except no need to construct new VisADPointArray since this
already is a VisADPointArray;
split any vectors or trianlges crossing crossing longitude
seams when Longitude is mapped to a Cartesian display axis;
default implementation: rotate if necessary, then return points
- adjustLongitude(DataRenderer) - Method in class visad.VisADTriangleStripArray
-
- adjustLongitudeBulk(DataRenderer) - Method in class visad.VisADGeometryArray
-
like adjustLongitude, but rather than splitting vectors or
triangles, keep the VisADGeometryArray intact but possibly
move it in longitude (try to keep its centroid on the "main"
side of the seam)
- adjustmentValueChanged(AdjustmentEvent) - Method in class visad.ss.SpreadSheet
-
Handles scrollbar changes.
- AdjustProjectionSeam - Static variable in interface visad.Display
-
Adjust along projection seams - ConstantMap only
- adjustSamplingError(Data, int) - Method in class visad.cluster.RemoteClientFieldImpl
-
- adjustSamplingError(Data, int) - Method in class visad.cluster.RemoteClientPartitionedFieldImpl
-
- adjustSamplingError(Data, int) - Method in class visad.cluster.RemoteClientTupleImpl
-
- adjustSamplingError(Data, int) - Method in class visad.cluster.RemoteNodeFieldImpl
-
- adjustSamplingError(Data, int) - Method in class visad.cluster.RemoteNodePartitionedFieldImpl
-
- adjustSamplingError(Data, int) - Method in class visad.cluster.RemoteNodeTupleImpl
-
- adjustSamplingError(Data, int) - Method in interface visad.Data
-
return a clone of this, except with ErrorEstimates
combined with values in error, according to error_mode
- adjustSamplingError(Data, int) - Method in class visad.data.AreaImageCacheAdapter
-
- adjustSamplingError(Data, int) - Method in class visad.data.FileFlatField
-
- adjustSamplingError(Data, int) - Method in class visad.DataImpl
-
return a clone of this, except with ErrorEstimates
combined with values in error, according to error_mode
- adjustSamplingError(Data, int) - Method in class visad.FieldImpl
-
return a Field that clones this, except its ErrorEstimate-s
are adjusted for sampling errors in error
- adjustSamplingError(Data, int) - Method in class visad.FlatField
-
return a FlatField that clones this, except its ErrorEstimate-s
are adjusted for sampling errors in error
- adjustSamplingError(Data, int) - Method in class visad.Real
-
return a Real that clones this, except its ErrorEstimate
is adjusted for the sampling error in error
- adjustSamplingError(Data, int) - Method in interface visad.RealIface
-
Returns a clone, except that the ErrorEstimate of the clone
is adjusted for a given error mode and uncertainty.
- adjustSamplingError(Data, int) - Method in class visad.RemoteDataImpl
-
return a clone of this, except with ErrorEstimates
combined with values in error, according to error_mode
- adjustSamplingError(Data, int) - Method in class visad.Tuple
-
return a Tuple that clones this, except its ErrorEstimate-s
are adjusted for sampling errors in error
- adjustSamplingError(Data, int) - Method in interface visad.TupleIface
-
return a Tuple that clones this, except its ErrorEstimate-s
are adjusted for sampling errors in error
- adjustSeam(DataRenderer) - Method in class visad.ContourLabelGeometry
-
eliminate any vectors or triangles crossing seams of
map projections, defined by display-side CoordinateSystems;
this default implementation does nothing
- adjustSeam(DataRenderer) - Method in class visad.VisADGeometryArray
-
eliminate any vectors or triangles crossing seams of
map projections, defined by display-side CoordinateSystems;
this default implementation does nothing
- adjustSeam(DataRenderer) - Method in class visad.VisADLineArray
-
eliminate any vectors or triangles crossing seams of
map projections, defined by display-side CoordinateSystems;
this default implementation does nothing
- adjustSeam(DataRenderer) - Method in class visad.VisADLineStripArray
-
- adjustSeam(DataRenderer) - Method in class visad.VisADTriangleStripArray
-
- adjustTextField(JTextField) - Static method in class visad.ss.SpreadSheet
-
Deprecated.
Use Util.adjustTextField(JTextField) instead.
- adjustTextField(JTextField) - Static method in class visad.util.Util
-
Limit the given text field to one line in height.
- adjustZ(DisplayImplJ3D, Canvas3D, double, Point3d[]) - Static method in class visad.bom.annotations.ScreenAnnotatorUtils
-
This adjusts a set of points so that the drawn object has the
same appearance even though the Z value is adjusted to a user
given setting.
- adjustZ(float[]) - Method in class visad.java3d.ShadowFunctionOrSetTypeJ3D
-
- adjustZ(float[]) - Method in class visad.ShadowType
-
- AdobeDeflateCodec - Class in loci.formats.codec
-
This class implements Adobe Deflate decompression.
- AdobeDeflateCodec() - Constructor for class loci.formats.codec.AdobeDeflateCodec
-
- Aeri - Class in visad.aeri
-
- Aeri(String[]) - Constructor for class visad.aeri.Aeri
-
- AGET - Static variable in class edu.wisc.ssec.mcidas.adde.AddeURLConnection
-
AGET request type
- AlbersCoordinateSystem - Class in visad.jmet
-
- AlbersCoordinateSystem(double, double, double, double, double, double) - Constructor for class visad.jmet.AlbersCoordinateSystem
-
Albers Equal Area projection
- Alias() - Method in class dods.dap.parser.DASParser
-
- ALIAS - Static variable in interface dods.dap.parser.DASParserConstants
-
- alias(String) - Method in class visad.ScalarType
-
Change the primary name for this ScalarType.
- AliconaReader - Class in loci.formats.in
-
AliconaReader is the file format reader for Alicona AL3D files.
- AliconaReader() - Constructor for class loci.formats.in.AliconaReader
-
Constructs a new Alicona reader.
- alive - Variable in class visad.data.SocketDataServer
-
Whether the server is still active.
- ALL - Static variable in class edu.wisc.ssec.mcidas.adde.AddeURL
-
Value for ALL
- allocate(FlatField[], boolean[], long[], long[]) - Method in class visad.data.CacheStrategy
-
- allowConstantColorSurfaces() - Method in class visad.java3d.ShadowTypeJ3D
-
Do we allo constant color surfaces?
- allowConstantColorSurfaces() - Method in class visad.ShadowType
-
- allowCurvedTexture() - Method in class visad.java2d.ShadowTypeJ2D
-
- allowCurvedTexture() - Method in class visad.ShadowType
-
- allowLinearContour() - Method in class visad.ShadowType
-
- ALPHA - Static variable in class visad.BaseColorControl
-
The index of the alpha channel.
- Alpha - Static variable in interface visad.Display
-
display alpha (transparency)
- alpha - Variable in class visad.VisADAppearance
-
- Altitude - Static variable in class visad.RealType
-
- altitudeToPressure(double) - Static method in class visad.data.vis5d.Vis5DVerticalSystem.Vis5DVerticalCoordinateSystem
-
Converts an altitude value in meters to a pressure value in
millibars.
- AmandaFile - Class in visad.data.amanda
-
- AmandaFile(String) - Constructor for class visad.data.amanda.AmandaFile
-
- AmandaFile(URL) - Constructor for class visad.data.amanda.AmandaFile
-
- ampere - Static variable in class visad.SI
-
Base unit of electric current.
- AMPERSAND - Static variable in interface dods.dap.parser.ExprParserConstants
-
- amplitudeType - Static variable in class visad.data.amanda.Hit
-
- anav - Variable in class visad.data.hrit.HRITCoordinateSystem
-
- anav - Variable in class visad.data.mcidas.AREACoordinateSystem
-
- AncillaryData - Class in edu.wisc.ssec.mcidas
-
AncillaryData creates an object providing access to image
parameters needed to do conversion from McIDAS area format
to some other image format.
- AncillaryData(DataInputStream) - Constructor for class edu.wisc.ssec.mcidas.AncillaryData
-
constructor
- AndCondition - Class in visad.data.in
-
Provides support for complementary conditions for a VisAD data object.
- AndCondition(Condition, Condition) - Constructor for class visad.data.in.AndCondition
-
Constructs from two, necessary conditions for a VisAD data object.
- andCondition(Condition, Condition) - Static method in class visad.data.in.AndCondition
-
Returns an instance of this class.
- Animation - Static variable in interface visad.Display
-
display animation
- animation_string(RealType, Set, double, int) - Method in class visad.Control
-
build String representation of current animation step
and pass it to DisplayRenderer.setAnimationString()
called by java3d.AnimationControlJ3D and java2d.AnimationControlJ2D
- AnimationControl - Interface in visad
-
AnimationControl is the VisAD interface for controlling Animation
display scalars.
- AnimationControlJ2D - Class in visad.java2d
-
AnimationControlJ2D is the VisAD class for controlling Animation
display scalars under Java2D.
- AnimationControlJ2D(DisplayImplJ2D, RealType) - Constructor for class visad.java2d.AnimationControlJ2D
-
- AnimationControlJ3D - Class in visad.java3d
-
AnimationControlJ3D is the VisAD class for controlling Animation
display scalars under Java3D.
- AnimationControlJ3D(DisplayImplJ3D, RealType) - Constructor for class visad.java3d.AnimationControlJ3D
-
- AnimationRendererJ3D - Class in visad.java3d
-
- AnimationRendererJ3D() - Constructor for class visad.java3d.AnimationRendererJ3D
-
- AnimationSetControl - Class in visad
-
AnimationSetControl is the VisAD class for sampling Animation
steps.
- AnimationSetControl(DisplayImpl, AnimationControl) - Constructor for class visad.AnimationSetControl
-
construct an AnimationSetControl for the given DisplayImpl
and AnimationControl
- AnimationSetControlJ2D - Class in visad.java2d
-
AnimationSetControlJ2D is the VisAD class for sampling Animation
steps under Java2D.
- AnimationSetControlJ2D(DisplayImpl, AnimationControl) - Constructor for class visad.java2d.AnimationSetControlJ2D
-
- AnimationWidget - Class in visad.util
-
A widget that allows users to control aspects of animation (stop/start,
step, animation speed and direction).
- AnimationWidget(ScalarMap) - Constructor for class visad.util.AnimationWidget
-
construct an AnimationWidget linked to the Control in smap
(which must be to Display.Animation) with auto-detecting ms/frame
- AnimationWidget(ScalarMap, int) - Constructor for class visad.util.AnimationWidget
-
construct an AnimationWidget linked to the Control in smap
(which must be to Display.Animation) with specified ms/frame
- anyCursorStringVector() - Method in class visad.java2d.DisplayRendererJ2D
-
- anyDirects() - Method in class visad.DisplayRenderer
-
- anyDirects() - Method in class visad.java2d.DisplayRendererJ2D
-
- anyDirects() - Method in class visad.java3d.DisplayRendererJ3D
-
Check to see if there are any DirectManipulationRenderers
in this display.
- anyDirects() - Method in class visad.java3d.TransformOnlyDisplayRendererJ3D
-
- appearanceCnt - Static variable in class visad.java3d.ShadowTypeJ3D
-
For logging the number of Appearance objects created
- appendClause(Clause) - Method in class dods.dap.Server.CEEvaluator
-
Add a clause to the constraint expression.
- appendDateOrPosString(StringBuffer) - Method in class edu.wisc.ssec.mcidas.adde.AddeImageURL
-
Create a DAY/TIME or POS string
- appendDim(int, String) - Method in class dods.dap.Server.SDArray
-
Given a size and a name, this function adds a dimension to the array.
- appendDim(int) - Method in class dods.dap.Server.SDArray
-
Add a dimension to the array.
- appendKeyValue(StringBuffer, String, String) - Method in class edu.wisc.ssec.mcidas.adde.AddeURL
-
A utility method to make a name=value part of the adde request string
- APPLETFRAME - Static variable in class visad.java3d.DisplayImplJ3D
-
Field for specifying that the DisplayImpl be created in an Applet
- ArcAsciiGridAdapter - Class in visad.data.gis
-
AsciiArcGridAdapter converts an ASCII ArcGrid file into
a VisAD Data object.
- ArcAsciiGridAdapter(String) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file.
- ArcAsciiGridAdapter(String, RealType) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the RealType specified for the data metadata.
- ArcAsciiGridAdapter(String, RealTupleType) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the RealType specified for the data metadata.
- ArcAsciiGridAdapter(String, RealTupleType, RealType) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the RealType specified for the data metadata.
- ArcAsciiGridAdapter(String, Unit) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use units specified for the data.
- ArcAsciiGridAdapter(String, String) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the supplied RealType for the data values, and units
if different from default from RealType.
- ArcAsciiGridAdapter(String, String, String) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the supplied RealType for the data values, and units
if different from default from RealType.
- ArcAsciiGridAdapter(String, RealType, Unit) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the supplied RealType for the data values, and units
if different from default from RealType.
- ArcAsciiGridAdapter(String, RealTupleType, RealType, Unit) - Constructor for class visad.data.gis.ArcAsciiGridAdapter
-
Create an ArcAsciiGridAdapter for the particular file and
use the supplied RealType for the data values, and units
if different from default from RealType.
- ArcAsciiGridForm - Class in visad.data.gis
-
ArcAsciiGridForm is the ARC/INFO ASCIIGRID data format adapter for
serialized visad.Data objects.
- ArcAsciiGridForm() - Constructor for class visad.data.gis.ArcAsciiGridForm
-
Construct a Form for reading in ARC/INFO ASCIIGRID files
- ArcAsciiGridForm(MathType) - Constructor for class visad.data.gis.ArcAsciiGridForm
-
Construct a Form for reading in Arc/Info ASCIIGRID files
- area - Variable in class visad.util.DataConverter
-
- AreaAdapter - Class in visad.data.mcidas
-
this is an adapter for McIDAS AREA images
- AreaAdapter(String) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA file or a URL.
- AreaAdapter(String, int) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA file or a URL.
- AreaAdapter(String, boolean) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA file or a URL.
- AreaAdapter(String, int, int, int, int) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA file using
the subsecting information
- AreaAdapter(String, int, int, int, int, int) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA subsected
according to the parameters
- AreaAdapter(String, int, int, int, int, int, boolean) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA subsected
according to the parameters
- AreaAdapter(String, int, int, int, int, int, int, int) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA subsected
according to the parameters
- AreaAdapter(String, int, int, int, int, int, int, int, int) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA subsected
according to the parameters
- AreaAdapter(String, int, int, int, int, int, int, int, boolean) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA subsected
according to the parameters
- AreaAdapter(String, int, int, int, int, int, int, int, int, boolean) - Constructor for class visad.data.mcidas.AreaAdapter
-
Create a VisAD FlatField from a local McIDAS AREA subsected
according to the parameters
- AREACoordinateSystem - Class in visad.data.mcidas
-
AREACoordinateSystem is the VisAD CoordinateSystem class
for conversions to/from (Latitude, Longitude) and Cartesian (element,line),
and with Latitude and Longitude in degrees.
- AREACoordinateSystem(AreaFile) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem(RealTupleType, AreaFile) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem(int[], int[]) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem(int[], int[], int[]) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem(int[], int[], int[], boolean) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem(RealTupleType, int[], int[]) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem(RealTupleType, int[], int[], int[]) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- AREACoordinateSystem() - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system with nothing initialized.
- AREACoordinateSystem(RealTupleType, int[], int[], int[], boolean) - Constructor for class visad.data.mcidas.AREACoordinateSystem
-
create a AREA coordinate system from the Area file's
directory and navigation blocks.
- areaCoordToImageCoord(double[][]) - Method in class edu.wisc.ssec.mcidas.AREAnav
-
Converts line/element array values from AREA (file) to Image
coordinates.
- areaCoordToImageCoord(double[][], double[][]) - Method in class edu.wisc.ssec.mcidas.AREAnav
-
Converts line/element array values from AREA (file) to Image
coordinates.
- areaCoordToImageCoord(float[][]) - Method in class edu.wisc.ssec.mcidas.AREAnav
-
Converts line/element array values from AREA (file) to Image
coordinates.
- areaCoordToImageCoord(float[][], float[][]) - Method in class edu.wisc.ssec.mcidas.AREAnav
-
Converts line/element array values from AREA (file) to Image
coordinates.
- AreaDirectory - Class in edu.wisc.ssec.mcidas
-
AreaDirectory interface for the metadata of McIDAS 'area' file format
image data.
- AreaDirectory(int[]) - Constructor for class edu.wisc.ssec.mcidas.AreaDirectory
-
Create an AreaDirectory from the raw block of data of
an AreaFile.
- AreaDirectory(AreaDirectory) - Constructor for class edu.wisc.ssec.mcidas.AreaDirectory
-
Create an AreaDirectory from another AreaDirectory object.
- AreaDirectoryList - Class in edu.wisc.ssec.mcidas
-
AreaDirectoryList interface for McIDAS 'area' file format image data.
- AreaDirectoryList(String) - Constructor for class edu.wisc.ssec.mcidas.AreaDirectoryList
-
creates an AreaDirectory object that allows reading
of McIDAS 'area' file format image data.
- AreaDirectoryList(URL) - Constructor for class edu.wisc.ssec.mcidas.AreaDirectoryList
-
creates an AreaDirectory object that allows reading
of the directory of McIDAS 'area' files from a URL
- AreaFile - Class in edu.wisc.ssec.mcidas
-
AreaFile interface with McIDAS 'area' file format image data.
- AreaFile(String) - Constructor for class edu.wisc.ssec.mcidas.AreaFile
-
Creates an AreaFile object that allows reading
of McIDAS 'area' file format image data.
- AreaFile(String, Applet) - Constructor for class edu.wisc.ssec.mcidas.AreaFile
-
creates an AreaFile object that allows reading
of McIDAS 'area' file format image data from an applet
- AreaFile(URL) - Constructor for class edu.wisc.ssec.mcidas.AreaFile
-
create an AreaFile that allows reading of McIDAS 'area'
file format image data from a URL with a protocol of either
file or ADDE.
- AreaFile(String, int, int, int, int, int, int, int) - Constructor for class edu.wisc.ssec.mcidas.AreaFile
-
Create a subsetted instance.
- AreaFileException - Exception in edu.wisc.ssec.mcidas
-
AreaFileException class is to handle exceptions when dealing
with McIDAS 'area' files.
- AreaFileException() - Constructor for exception edu.wisc.ssec.mcidas.AreaFileException
-
Constructs an AreaFileException with no specified detail message.
- AreaFileException(String) - Constructor for exception edu.wisc.ssec.mcidas.AreaFileException
-
Constructs an AreaFileException with the specified detail message.
- AreaFileFactory - Class in edu.wisc.ssec.mcidas
-
Utility class for creating AreaFile instances.
- AreaForm - Class in visad.data.mcidas
-
to allow determination of whether a file is of type McIDAS
'area'.
- AreaForm() - Constructor for class visad.data.mcidas.AreaForm
-
- AreaImageAccessor - Class in visad.data
-
Knows how to read local satellite data to be used by a cache adaptor.
- AreaImageAccessor(String, int, int[][][]) - Constructor for class visad.data.AreaImageAccessor
-
Create an instance.
- AreaImageCacheAdapter - Class in visad.data
-
Adapts a FlatField backed by a AreaImageAccessor to work
with a FlatFieldCache.
- AreaImageCacheAdapter(SatelliteImage, AreaImageAccessor, FlatFieldCache) - Constructor for class visad.data.AreaImageCacheAdapter
-
- AREAnav - Class in edu.wisc.ssec.mcidas
-
The AREAnav is the superclass for AREA file navigation modules.
- AREAnav() - Constructor for class edu.wisc.ssec.mcidas.AREAnav
-
- arg_list() - Method in class dods.dap.parser.ExprParser
-
- ArithProg - Class in visad.data.in
-
Provides support for determining if a sequence of numeric values corresponds
to an arithmetic progression and, if so, the progression parameters.
- ArithProg() - Constructor for class visad.data.in.ArithProg
-
- array - Variable in class visad.VisADAppearance
-
- array_index(int, ServerArrayMethods) - Method in class dods.dap.parser.ExprParser
-
- ArrayCache - Class in visad.data
-
This class is used by the CachingCoordinateSystem to do the actual caching mapping one array to another one
- ArrayCache() - Constructor for class visad.data.ArrayCache
-
ctor
- ArrayCache(boolean) - Constructor for class visad.data.ArrayCache
-
ctor
- ArrayCache.DoubleResult - Class in visad.data
-
- ArrayCache.DoubleResult() - Constructor for class visad.data.ArrayCache.DoubleResult
-
- ArrayCache.DoubleResult(boolean) - Constructor for class visad.data.ArrayCache.DoubleResult
-
- ArrayCache.DoubleResult(double[][]) - Constructor for class visad.data.ArrayCache.DoubleResult
-
- ArrayCache.FloatResult - Class in visad.data
-
- ArrayCache.FloatResult() - Constructor for class visad.data.ArrayCache.FloatResult
-
- ArrayCache.FloatResult(boolean) - Constructor for class visad.data.ArrayCache.FloatResult
-
- ArrayCache.FloatResult(float[][]) - Constructor for class visad.data.ArrayCache.FloatResult
-
- ArrayDecl() - Method in class dods.dap.parser.DDSParser
-
- arrayLeftDivide(JamaMatrix) - Method in class visad.matrix.JamaMatrix
-
Element-by-element left division, C = A.
- arrayLeftDivideEquals(JamaMatrix) - Method in class visad.matrix.JamaMatrix
-
Element-by-element left division in place, A = A.
- arrayRightDivide(JamaMatrix) - Method in class visad.matrix.JamaMatrix
-
Element-by-element right division, C = A.
- arrayRightDivideEquals(JamaMatrix) - Method in class visad.matrix.JamaMatrix
-
Element-by-element right division in place, A = A.
- arraysEqual(Object[], Object[]) - Static method in class visad.ss.BasicSSCell
-
Deprecated.
Use visad.Util.arraysEqual(Object[], Object[]) instead.
- arraysEqual(Object[], Object[]) - Static method in class visad.util.Util
-
Tests whether two arrays are component-wise equal.
- arrayTimes(JamaMatrix) - Method in class visad.matrix.JamaMatrix
-
Element-by-element multiplication, C = A.
- arrayTimesEquals(JamaMatrix) - Method in class visad.matrix.JamaMatrix
-
Element-by-element multiplication in place, A = A.
- ArrayVariableAdapter - Class in visad.data.dods
-
Provides support for adapting DODS DArray variables to the
VisAD data-import context.
- arrayVariableAdapter(DArray, DAS, VariableAdapterFactory) - Static method in class visad.data.dods.ArrayVariableAdapter
-
Returns an instance corresponding to a DODS DArray.
- arrayVariableAdapter(DArray, DAS) - Method in class visad.data.dods.VariableAdapterFactory
-
Returns the adapter corresponding to a DODS DArray.
- ArrayWrapper - Class in visad.data
-
- ArrayWrapper(byte[]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(byte[][]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(float[]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(float[][]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(double[]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(double[][]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(int[]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(int[][]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(short[]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrayWrapper(short[][]) - Constructor for class visad.data.ArrayWrapper
-
add the data to the cache
- ArrowSlider - Class in visad.util
-
A pointer slider for visad .
- ArrowSlider() - Constructor for class visad.util.ArrowSlider
-
Construct a new arrow slider with the default values
- ArrowSlider(float, float, float) - Constructor for class visad.util.ArrowSlider
-
Construct a new arrow slider with the givden lower, upper and initial values
- ArrowSlider(float, float, float, String) - Constructor for class visad.util.ArrowSlider
-
Construct a new arrow slider with the given lower, upper and initial values
- asArray() - Method in class visad.data.DataRange
-
Get a 2-aray array holding min/max
- asFloatArray() - Method in class visad.data.DataRange
-
Get a 2-aray array holding min/max
- ASIN - Static variable in interface visad.Data
-
- asin() - Method in interface visad.Data
-
call unary() to take the arcsin of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- asin(int, int) - Method in interface visad.Data
-
call unary() to take the arcsin of this producing
radian Units
- asin() - Method in class visad.DataImpl
-
call unary() to take the arcsin of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- asin(int, int) - Method in class visad.DataImpl
-
call unary() to take the arcsin of this producing
radian Units
- asin(Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arcsine value of data, in radians
- asin() - Method in class visad.RemoteDataImpl
-
call unary() to take the arcsin of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- asin(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the arcsin of this producing
radian Units
- ASIN_DEGREES - Static variable in interface visad.Data
-
- asinDegrees() - Method in interface visad.Data
-
call unary() to take the arcsin of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- asinDegrees(int, int) - Method in interface visad.Data
-
call unary() to take the arcsin of this producing
degree Units
- asinDegrees() - Method in class visad.DataImpl
-
call unary() to take the arcsin of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- asinDegrees(int, int) - Method in class visad.DataImpl
-
call unary() to take the arcsin of this producing
degree Units
- asinDegrees(Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arcsine value of data, in degrees.
- asinDegrees() - Method in class visad.RemoteDataImpl
-
call unary() to take the arcsin of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- asinDegrees(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the arcsin of this producing
degree Units
- asinz(double) - Static method in class visad.data.hdfeos.GctpFunction
-
- askSaveChanges(boolean) - Method in class visad.util.TextFrame
-
prompts user to save the document before it is discarded
- assembleColor(float[][], int, int[], DisplayImpl, float[], boolean[][], boolean[], ShadowType) - Method in class visad.java2d.ShadowTypeJ2D
-
composite and transform color and Alpha DisplayRealType values
from display_values, and return as (Red, Green, Blue, Alpha)
- assembleColor(float[][], int, int[], DisplayImpl, float[], boolean[][], boolean[], ShadowType) - Method in class visad.java3d.ShadowTypeJ3D
-
composite and transform color and Alpha DisplayRealType values from
display_values, and return as (Red, Green, Blue, Alpha)
- assembleColor(float[][], int, int[], DisplayImpl, float[], boolean[][], boolean[], ShadowType) - Method in class visad.ShadowType
-
composite and transform color and Alpha DisplayRealType values from
display_values, and return as (Red, Green, Blue, Alpha)
- assembleFlow(float[][], float[][], float[], float[][], int, int[], DisplayImpl, float[], boolean[][], DataRenderer, ShadowType) - Method in class visad.java2d.ShadowTypeJ2D
-
assemble Flow components;
Flow components are 'single', so no compositing is required
- assembleFlow(float[][], float[][], float[], float[][], int, int[], DisplayImpl, float[], boolean[][], DataRenderer, ShadowType) - Method in class visad.java3d.ShadowTypeJ3D
-
assemble Flow components; Flow components are 'single', so no compositing
is required
- assembleFlow(float[][], float[][], float[], float[][], int, int[], DisplayImpl, float[], boolean[][], DataRenderer, ShadowType) - Method in class visad.ShadowType
-
assemble Flow components; Flow components are 'single', so no compositing
is required
- assembleSelect(float[][], int, int, int[], DisplayImpl, ShadowType) - Method in class visad.java2d.ShadowTypeJ2D
-
return a composite of SelectRange DisplayRealType values from
display_values, as 0.0 for select and Double.Nan for no select
(these values can be added to other DisplayRealType values)
- assembleSelect(float[][], int, int, int[], DisplayImpl, ShadowType) - Method in class visad.java3d.ShadowTypeJ3D
-
return a composite of SelectRange DisplayRealType values from
display_values, as 0.0 for select and Double.Nan for no select (these
values can be added to other DisplayRealType values)
- assembleSelect(float[][], int, int, int[], DisplayImpl, ShadowType) - Method in class visad.ShadowType
-
return a composite of SelectRange DisplayRealType values from
display_values, as 0.0 for select and Double.Nan for no select (these
values can be added to other DisplayRealType values)
- assembleShape(float[][], int, int[], Vector, int[], DisplayImpl, float[], int[], float[][], byte[][], boolean[][], int, ShadowType) - Method in class visad.java2d.ShadowTypeJ2D
-
collect and transform Shape DisplayRealType values from display_values;
offset by spatial_values, selected by range_select
- assembleShape(float[][], int, int[], Vector, int[], DisplayImpl, float[], int[], float[][], byte[][], boolean[][], int, ShadowType) - Method in class visad.java3d.ShadowTypeJ3D
-
collect and transform Shape DisplayRealType values from display_values;
offset by spatial_values, selected by range_select
- assembleShape(float[][], int, int[], Vector, int[], DisplayImpl, float[], int[], float[][], byte[][], boolean[][], int, ShadowType) - Method in class visad.ShadowType
-
collect and transform Shape DisplayRealType values from display_values;
offset by spatial_values, colored by color_values and selected by
range_select
- assembleSpatial(float[][], float[][], int, int[], DisplayImpl, float[], int[], Set, boolean, boolean, int[], boolean[][], float[][], float[][], float[], boolean[], DataRenderer, ShadowType) - Method in class visad.java2d.ShadowTypeJ2D
-
collect and transform spatial DisplayRealType values from display_values;
add spatial offset DisplayRealType values;
adjust flow1_values and flow2_values for any coordinate transform;
if needed, return a spatial Set from spatial_values, with the same topology
as domain_set (or an appropriate Irregular topology);
domain_set = null and allSpatial = false if not called from
ShadowFunctionType
- assembleSpatial(float[][], float[][], int, int[], DisplayImpl, float[], int[], Set, boolean, boolean, int[], boolean[][], float[][], float[][], float[], boolean[], DataRenderer, ShadowType) - Method in class visad.java3d.ShadowTypeJ3D
-
collect and transform spatial DisplayRealType values from display_values;
add spatial offset DisplayRealType values; adjust flow1_values and
flow2_values for any coordinate transform; if needed, return a spatial Set
from spatial_values, with the same topology as domain_set (or an
appropriate Irregular topology); domain_set = null and allSpatial = false
if not called from ShadowFunctionType
- assembleSpatial(float[][], float[][], int, int[], DisplayImpl, float[], int[], Set, boolean, boolean, int[], boolean[][], float[][], float[][], float[], boolean[], DataRenderer, ShadowType) - Method in class visad.ShadowType
-
collect and transform spatial DisplayRealType values from display_values;
add spatial offset DisplayRealType values; adjust flow1_values and
flow2_values for any coordinate transform; if needed, return a spatial Set
from spatial_values, with the same topology as domain_set (or an
appropriate Irregular topology); domain_set = null and allSpatial = false
if not called from ShadowFunctionType
- assignFormula(String, String) - Method in class visad.formula.FormulaManager
-
assign a formula to a variable
- ASTERISK - Static variable in interface dods.dap.parser.ExprParserConstants
-
- ATAN - Static variable in interface visad.Data
-
- atan() - Method in interface visad.Data
-
call unary() to take the arctan of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan(int, int) - Method in interface visad.Data
-
call unary() to take the arctan of this producing
radian Units
- atan() - Method in class visad.DataImpl
-
call unary() to take the arctan of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan(int, int) - Method in class visad.DataImpl
-
call unary() to take the arctan of this producing
radian Units
- atan(Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arctangent value of data, in radians.
- atan() - Method in class visad.RemoteDataImpl
-
call unary() to take the arctan of this producing
radian Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the arctan of this producing
radian Units
- ATAN2 - Static variable in interface visad.Data
-
- atan2(Data) - Method in interface visad.Data
-
call binary() to take the atan of this by data
producing radian Units, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan2(Data, int, int) - Method in interface visad.Data
-
call binary() to take the atan of this by data
producing radian Units
- atan2(Data) - Method in class visad.DataImpl
-
call binary() to take the atan of this by data
producing radian Units, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan2(Data, int, int) - Method in class visad.DataImpl
-
call binary() to take the atan of this by data
producing radian Units
- atan2(Data, Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arc tangent value of data1 / data2 over
full (-pi, pi) range, returned in radians.
- atan2(Data, double) - Static method in class visad.python.JPythonMethods
-
Return point-wise arc tangent value of data1 / data2 over
full (-pi, pi) range, returned in radians.
- atan2(double, Data) - Static method in class visad.python.JPythonMethods
-
Return point-wise arctangent value of data1 / data2 over
full (-pi, pi) range, returned in radians.
- atan2(Data) - Method in class visad.RemoteDataImpl
-
call binary() to take the atan of this by data
producing radian Units, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan2(Data, int, int) - Method in class visad.RemoteDataImpl
-
call binary() to take the atan of this by data
producing radian Units
- ATAN2_DEGREES - Static variable in interface visad.Data
-
- atan2Degrees(Data) - Method in interface visad.Data
-
call binary() to take the atan of this by data
producing degree Units, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan2Degrees(Data, int, int) - Method in interface visad.Data
-
call binary() to take the atan of this by data
producing degree Units
- atan2Degrees(Data) - Method in class visad.DataImpl
-
call binary() to take the atan of this by data
producing degree Units, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan2Degrees(Data, int, int) - Method in class visad.DataImpl
-
call binary() to take the atan of this by data
producing degree Units
- atan2Degrees(Data, Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arc tangent value of data1 / data2 over
full (-pi, pi) range, returned in degrees.
- atan2Degrees(Data, double) - Static method in class visad.python.JPythonMethods
-
Return point-wise arc tangent value of data1 / data2 over
full (-pi, pi) range, returned in degrees.
- atan2Degrees(double, Data) - Static method in class visad.python.JPythonMethods
-
Return point-wise arctangent value of data1 / data2 over
full (-pi, pi) range, returned in degrees.
- atan2Degrees(Data) - Method in class visad.RemoteDataImpl
-
call binary() to take the atan of this by data
producing degree Units, using default modes
for sampling (Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atan2Degrees(Data, int, int) - Method in class visad.RemoteDataImpl
-
call binary() to take the atan of this by data
producing degree Units
- ATAN_DEGREES - Static variable in interface visad.Data
-
- atanDegrees() - Method in interface visad.Data
-
call unary() to take the arctan of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atanDegrees(int, int) - Method in interface visad.Data
-
call unary() to take the arctan of this producing
degree Units
- atanDegrees() - Method in class visad.DataImpl
-
call unary() to take the arctan of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atanDegrees(int, int) - Method in class visad.DataImpl
-
call unary() to take the arctan of this producing
degree Units
- atanDegrees(Data) - Static method in class visad.python.JPythonMethods
-
return point-wise arctangent value of data, in degrees.
- atanDegrees() - Method in class visad.RemoteDataImpl
-
call unary() to take the arctan of this producing
degree Units, using default modes for sampling
(Data.NEAREST_NEIGHBOR) and error estimation
(Data.NO_ERRORS)
- atanDegrees(int, int) - Method in class visad.RemoteDataImpl
-
call unary() to take the arctan of this producing
degree Units
- ATTR - Static variable in interface dods.dap.parser.DASParserConstants
-
- Attribute() - Method in class dods.dap.parser.DASParser
-
- ATTRIBUTE - Static variable in class visad.data.hdf5.hdf5objects.HDF5Object
-
- AttributeAdapter - Class in visad.data.dods
-
Provides support for adapting a DODS attribute to the VisAD data-import
context.
- AttributeAdapter() - Constructor for class visad.data.dods.AttributeAdapter
-
- attributeAdapter(String, Attribute) - Method in class visad.data.dods.AttributeAdapterFactory
-
Returns an adapter of a DODS attribute.
- AttributeAdapterFactory - Class in visad.data.dods
-
Provides support for creating adapters that bridge between DODS attributes
and the VisAD data-import context.
- AttributeAdapterFactory() - Constructor for class visad.data.dods.AttributeAdapterFactory
-
Constructs from nothing.
- attributeAdapterFactory() - Static method in class visad.data.dods.AttributeAdapterFactory
-
Returns an instance of this class.
- Attributes(DAS) - Method in class dods.dap.parser.DASParser
-
- attributeTable(DAS, BaseType) - Static method in class visad.data.dods.Adapter
-
Returns the attribute table corresponding to a DODS variable.
- attributeTable(DAS, String) - Static method in class visad.data.dods.Adapter
-
Returns the attribute table corresponding to a name.
- AttrList() - Method in class dods.dap.parser.DASParser
-
- AttrTuple() - Method in class dods.dap.parser.DASParser
-
- AUTO_SCALE - Static variable in class visad.ScalarMapEvent
-
- AutoDetect - Variable in class visad.ss.FancySSCell
-
Whether this cell should auto-detect mappings for data.
- AutoDetect - Variable in class visad.ss.SpreadSheet
-
Flag marking whether spreadsheet's cells
automatically detect mappings.
- AutoDetectBox - Variable in class visad.ss.SpreadSheet
-
Checkbox menu items.
- autoDetectMappings() - Method in class visad.ss.FancySSCell
-
Guesses a good set of mappings for this cell's data and applies them.
- AutoShowBox - Variable in class visad.ss.SpreadSheet
-
Checkbox menu items.
- AutoShowControls - Variable in class visad.ss.FancySSCell
-
Whether this cell should auto-display its widget frame.
- AutoShowControls - Variable in class visad.ss.SpreadSheet
-
Flag marking whether spreadsheet's cells
automatically show controls.
- AutoSwitch - Variable in class visad.ss.FancySSCell
-
Whether this cell should auto-switch to 3-D.
- AutoSwitch - Variable in class visad.ss.SpreadSheet
-
Flag marking whether spreadsheet's cells
automatically switch dimensions when needed.
- AutoSwitchBox - Variable in class visad.ss.SpreadSheet
-
Checkbox menu items.
- AVControl - Interface in visad
-
AVControl is the VisAD interface for AnimationControl
and ValueControl.
- AVControlJ2D - Class in visad.java2d
-
AVControlJ2D is the VisAD abstract superclass for AnimationControlJ2D
and ValueControlJ2D.
- AVControlJ2D(DisplayImplJ2D) - Constructor for class visad.java2d.AVControlJ2D
-
- AVControlJ3D - Class in visad.java3d
-
AVControlJ3D is the VisAD abstract superclass for AnimationControlJ3D
and ValueControlJ3D.
- AVControlJ3D(DisplayImplJ3D) - Constructor for class visad.java3d.AVControlJ3D
-
- AVControlJ3D.SwitchSet - Class in visad.java3d
-
SwitchSet is an inner class of AVControlJ3D for
(Switch, Set, DataRenderer) structures
- AVERAGE_COLOR_MODE - Static variable in class visad.GraphicsModeControl
-
Average color style for merging color maps
- AVIForm - Class in visad.data.avi
-
Deprecated.
Use visad.data.bio.LociForm with
loci.formats.in.AVIReader and loci.formats.out.AVIWriter
- AVIForm() - Constructor for class visad.data.avi.AVIForm
-
Deprecated.
- AVIReader - Class in loci.formats.in
-
AVIReader is the file format reader for AVI files.
- AVIReader() - Constructor for class loci.formats.in.AVIReader
-
Constructs a new AVI reader.
- AVIWriter - Class in loci.formats.out
-
AVIWriter is the file format writer for AVI files.
- AVIWriter() - Constructor for class loci.formats.out.AVIWriter
-
- AxisScale - Class in visad
-
Class which defines the scales displayed along the spatial axes
of a display.
- AxisScale(ScalarMap) - Constructor for class visad.AxisScale
-
Construct a new AxisScale for the given ScalarMap
- azimuth - Variable in class visad.bom.RadarAdapter.PolarData
-
- azimuth - Variable in class visad.bom.RadarFile.PolarByteData
-
- azimuthres - Variable in class visad.bom.RadarFile
-