- Qdiv - Class in visad.aeri
-
- Qdiv(String[]) - Constructor for class visad.aeri.Qdiv
-
- qr() - Method in class visad.matrix.JamaMatrix
-
- qr(FlatField) - Static method in class visad.python.JPythonMethods
-
return matrix QR Decomposition of data, as a 2-Tuple
(orthogonal_factor, upper_triangular_factor);
data should have either a 1-D or 2-D gridded domain
- QTForm - Class in visad.data.qt
-
Deprecated.
Use visad.data.bio.LociForm with
loci.formats.in.QTReader and loci.formats.out.QTWriter
- QTForm() - Constructor for class visad.data.qt.QTForm
-
Deprecated.
- QTReader - Class in loci.formats.in
-
QTReader is the file format reader for QuickTime movie files.
- QTReader() - Constructor for class loci.formats.in.QTReader
-
Constructs a new QuickTime reader.
- QTRLECodec - Class in loci.formats.codec
-
Methods for compressing and decompressing data using QuickTime RLE.
- QTRLECodec() - Constructor for class loci.formats.codec.QTRLECodec
-
- qtTools - Variable in class loci.formats.in.PictReader
-
Helper reader in case this one fails.
- QTWriter - Class in loci.formats.out
-
QTWriter is the file format writer for uncompressed QuickTime movie files.
- QTWriter() - Constructor for class loci.formats.out.QTWriter
-
- QuadrilateralJ3D - Class in visad.bom.annotations
-
Meant to encapsulate information representing a Quadrilateral which is
going to be rendered on a VisAD display without being
subject to the usual VisAD transformations.
- QuadrilateralJ3D() - Constructor for class visad.bom.annotations.QuadrilateralJ3D
-
Simple constructor which makes a zero size "box" at (0, 0)
coloured white.
- QuadrilateralJ3D(int, int, int, int, int, float[], double, double) - Constructor for class visad.bom.annotations.QuadrilateralJ3D
-
Constructor to make an upright "box" with the given specifications;
the box should not be self intesecting.
- QuadrilateralJ3D(int, int[][], float[], double, double) - Constructor for class visad.bom.annotations.QuadrilateralJ3D
-
Constructor to make an arbitrary rectangle with the given
specifications; it should not be self intersecting.
- QuadrilateralJ3D(int, int, int, int, int, int, int, int, int, float[], double, double) - Constructor for class visad.bom.annotations.QuadrilateralJ3D
-
Constructor to make an arbitrary rectangle with the given
specifications; it should not be self intersecting.
- quality - Variable in class loci.formats.out.LegacyQTWriter
-
The quality to use.
- quality - Variable in class loci.formats.out.QTWriter
-
The quality to use.
- QUALITY_HIGH - Static variable in class loci.formats.out.QTWriter
-
Value indicating High quality.
- QUALITY_LOW - Static variable in class loci.formats.out.QTWriter
-
Value indicating Low quality.
- QUALITY_MAXIMUM - Static variable in class loci.formats.out.QTWriter
-
Value indicating Maximum quality.
- QUALITY_NORMAL - Static variable in class loci.formats.out.QTWriter
-
Value indicating Normal quality.
- Quantity - Class in visad.data.netcdf
-
The following class represents a quantity -- usually a physical one
such as energy, viscosity, or velocity (although an artificial one
such as "money" should be possible).
- Quantity(String, String, SimpleSet) - Constructor for class visad.data.netcdf.Quantity
-
Constructs from a name, a unit specification, and a sample set.
- Quantity(String, String) - Constructor for class visad.data.netcdf.Quantity
-
Constructs from a name and a unit specification.
- QuantityDB - Class in visad.data.netcdf
-
Provides support for a database of quantities.
- QuantityDB() - Constructor for class visad.data.netcdf.QuantityDB
-
- QuantityDBImpl - Class in visad.data.netcdf
-
Provides support for a database of quantities.
- QuantityDBImpl(QuantityDB) - Constructor for class visad.data.netcdf.QuantityDBImpl
-
Constructs with another quantity database as the successor database.
- QuantityDBImpl.Iterator - Class in visad.data.netcdf
-
Provides support for iterating over the database.
- QuantityDBImpl.Iterator() - Constructor for class visad.data.netcdf.QuantityDBImpl.Iterator
-
- QuantityDBImpl.NameIterator - Class in visad.data.netcdf
-
Provides support for iterating over the names in the database.
- QuantityDBImpl.NameIterator() - Constructor for class visad.data.netcdf.QuantityDBImpl.NameIterator
-
Constructs.
- QuantityDBImpl.NameKey - Class in visad.data.netcdf
-
Provides support for keys to the name map.
- QuantityDBImpl.NameKey(String) - Constructor for class visad.data.netcdf.QuantityDBImpl.NameKey
-
Constructs from the name of a quantity.
- QuantityDBImpl.QuantityIterator - Class in visad.data.netcdf
-
Provides support for iterating over the quantities in the database.
- QuantityDBImpl.QuantityIterator() - Constructor for class visad.data.netcdf.QuantityDBImpl.QuantityIterator
-
Constructs.
- QuantityDBImpl.UnitKey - Class in visad.data.netcdf
-
Provides support for keys to the unit map.
- QuantityDBImpl.UnitKey(Unit, String) - Constructor for class visad.data.netcdf.QuantityDBImpl.UnitKey
-
Constructs from the unit of a quantity and its name.
- QuantityDBManager - Class in visad.data.netcdf
-
Provides support for managing a database of quantities.
- QuantityDimension - Class in visad
-
This class represents the dimension of a quantity.
- QuantityDimension() - Constructor for class visad.QuantityDimension
-
Constructs from nothing (i.e. constructs a dimensionless quantity).
- QuantityDimension(QuantityDimension) - Constructor for class visad.QuantityDimension
-
Constructs from another dimension of a quantity.
- QuantityDimension(Unit) - Constructor for class visad.QuantityDimension
-
Constructs from an existing Unit.
- quantityIterator() - Method in class visad.data.netcdf.in.NetcdfQuantityDB
-
Returns an iterator of the quantities in the database.
- quantityIterator() - Method in class visad.data.netcdf.QuantityDB
-
Returns an iterator of the quantities in the database.
- quantityIterator() - Method in class visad.data.netcdf.QuantityDBImpl
-
Returns an iterator of the quantities in the database.
- quantityName() - Method in class visad.BaseUnit
-
Return the name of the quantity associated with this unit.
- quantityNameToUnit(String) - Static method in class visad.BaseUnit
-
Find the base unit for the given quantity.
- QUATERNARY - Static variable in class visad.AxisScale
-
identifier for quaternary label side of axis
- queue(Runnable) - Method in class visad.util.ThreadPool
-
Add a task to the queue; tasks are executed as soon as a thread is
available, in the order in which they are submitted
- QuickSort - Class in visad
-
QuickSort sorts a set of samples in R using a quicksort
algorithm combined with an insertion sort algorithm to
avoid an excess number of recursive calls.
- QuickSort() - Constructor for class visad.QuickSort
-
- quitProgram() - Method in class visad.ss.SpreadSheet
-
Does any necessary clean-up, then quits the program.
- QUOTED_STR - Static variable in interface dods.dap.parser.ErrorParserConstants
-
- QUOTED_STR - Static variable in interface dods.dap.parser.ExprParserConstants
-