| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.bom | |
| visad.cluster | |
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| visad.data.amanda | |
| visad.data.dods |
Supports read-only access to datasets on DODS servers by
importing such datasets as VisAD data objects.
|
| visad.data.gis | |
| visad.data.netcdf |
Provides for importing a netCDF dataset into VisAD and for exporting a VisAD
data object to a netCDF dataset.
|
| visad.data.netcdf.in |
Provides for importing a netCDF dataset into VisAD.
|
| visad.data.vis5d |
Provides for importing a Vis5D dataset into VisAD.
|
| visad.data.visad |
Provides for importing and exporting serialized Java object files
into and out of VisAD.
|
| visad.data.visad.object | |
| visad.formula |
Provides an interface for automatically evaluating formulas based on
user-defined operators and functions.
|
| visad.georef |
Provides classes for geo-referencing.
|
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| visad.jmet | |
| visad.python | |
| visad.rabin | |
| visad.util |
Provides a collection of useful utilities, many of them
GUI widgets, to aid in VisAD application design.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayRealType
DisplayRealType is the class for display real scalar types.
|
| Modifier and Type | Field and Description |
|---|---|
static RealType |
RealType.Altitude |
static RealType |
RealType.Declination
astronomical coordinates
|
static RealType |
RealType.Generic
generic RealType
|
static RealType |
RealType.Latitude
Spherical spatial coordinate for Latitude
|
static RealType |
RealType.Longitude
Spherical spatial coordinate for Longitude
|
static RealType |
RealType.Radius |
static RealType |
RealType.RightAscension |
static RealType |
RealType.Time
Timestamp coordinate
|
static RealType |
RealType.TimeInterval
Temporal-interval coordinate
|
static RealType |
RealType.XAxis
Cartesian spatial coordinate - X axis
|
static RealType |
RealType.YAxis
Cartesian spatial coordinate - Y axis
|
static RealType |
RealType.ZAxis
Cartesian spatial coordinate - Z axis
|
| Modifier and Type | Method and Description |
|---|---|
RealType[] |
ImageFlatField.getDomainTypes()
Gets RealType for each domain component (X and Y).
|
RealType[] |
ImageFlatField.getRangeTypes()
Gets RealType for each range component.
|
RealType[] |
TupleType.getRealComponents() |
RealType[] |
FunctionType.getRealComponents() |
static RealType |
RealType.getRealType(String name)
Returns a RealType corresponding to a name.
|
static RealType |
RealType.getRealType(String name,
int attrMask)
Returns a RealType corresponding to a name and attribute mask.
|
static RealType |
RealType.getRealType(String name,
Unit u)
Returns a RealType corresponding to a name and unit.
|
static RealType |
RealType.getRealType(String name,
Unit u,
int attrMask)
Returns a RealType corresponding to a name, unit, and attribute mask.
|
static RealType |
RealType.getRealType(String name,
Unit u,
Set set)
Returns a RealType corresponding to a name, unit, and representational set.
|
static RealType |
RealType.getRealType(String name,
Unit u,
Set set,
int attrMask)
Returns a RealType corresponding to a name, unit, representational set,
and attribute mask.
|
static RealType |
RealType.getRealTypeByName(String name)
return any RealType constructed in this JVM with name,
or null
|
static RealType[] |
RealTupleType.makeArray(RealType a) |
static RealType[] |
RealTupleType.makeArray(RealType a,
RealType b) |
static RealType[] |
RealTupleType.makeArray(RealType a,
RealType b,
RealType c) |
static RealType[] |
RealTupleType.makeArray(RealType a,
RealType b,
RealType c,
RealType d) |
| Modifier and Type | Method and Description |
|---|---|
void |
Control.animation_string(RealType real,
Set set,
double value,
int current)
build String representation of current animation step
and pass it to DisplayRenderer.setAnimationString()
called by java3d.AnimationControlJ3D and java2d.AnimationControlJ2D
|
MathType |
TupleType.cloneDerivative(RealType d_partial) |
MathType |
TextType.cloneDerivative(RealType d_partial) |
MathType |
SetType.cloneDerivative(RealType d_partial) |
MathType |
RealType.cloneDerivative(RealType d_partial) |
abstract MathType |
MathType.cloneDerivative(RealType d_partial) |
MathType |
FunctionType.cloneDerivative(RealType d_partial) |
double[][] |
RemoteDataImpl.computeRanges(RealType[] reals)
compute ranges of values in this of given RealTypes, using
a dummy DisplayImplJ2D
|
double[][] |
DataImpl.computeRanges(RealType[] reals)
compute ranges of values in this of given RealTypes, using
a dummy DisplayImplJ2D
|
double[][] |
Data.computeRanges(RealType[] reals)
compute ranges of values in this of given RealTypes, using
a dummy DisplayImplJ2D
|
Data |
RemoteFunctionImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
abstract Data |
FunctionImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
Function.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode)
return the tuple of derivatives of this Function with respect
to the RealTypes in d_partial_s; the RealTypes in d_partial_s
may occur in this Function's domain RealTupleType, or, if the
domain has a CoordinateSystem, in its Reference RealTupleType;
set result MathTypes of tuple components to derivType_s;
propogate errors according to error_mode
|
Data |
FlatField.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
FieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Function |
RemoteFunctionImpl.derivative(RealType d_partial,
int error_mode) |
abstract Function |
FunctionImpl.derivative(RealType d_partial,
int error_mode) |
Function |
Function.derivative(RealType d_partial,
int error_mode)
return the derivative of this Function with respect to d_partial;
d_partial may occur in this Function's domain RealTupleType, or,
if the domain has a CoordinateSystem, in its Reference
RealTupleType; propogate errors according to error_mode
|
Function |
FlatField.derivative(RealType d_partial,
int error_mode) |
Function |
FieldImpl.derivative(RealType d_partial,
int error_mode) |
Function |
RemoteFunctionImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
abstract Function |
FunctionImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Function |
Function.derivative(RealType d_partial,
MathType derivType,
int error_mode)
return the derivative of this Function with respect to d_partial;
set result MathType to derivType; d_partial may occur in this
Function's domain RealTupleType, or, if the domain has a
CoordinateSystem, in its Reference RealTupleType;
propogate errors according to error_mode
|
Function |
FlatField.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Function |
FieldImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Field |
RemoteFieldImpl.domainFactor(RealType factor)
factor Field domain into domains of two nested Fields
|
Field |
FieldImpl.domainFactor(RealType factor)
Factors this instance into a (nested) field-of-fields.
|
Field |
Field.domainFactor(RealType factor)
factor Field domain into domains of two nested Fields
|
Field |
FieldImpl.domainFactor(RealType factor,
boolean copy)
Factors this instance into a (nested) field-of-fields.
|
double |
DisplayRenderer.getDirectAxisValue(RealType type)
get the value of a RealType if it is included in the
cursor location
|
static RealType[] |
RealTupleType.makeArray(RealType a) |
static RealType[] |
RealTupleType.makeArray(RealType a,
RealType b) |
static RealType[] |
RealTupleType.makeArray(RealType a,
RealType b,
RealType c) |
static RealType[] |
RealTupleType.makeArray(RealType a,
RealType b,
RealType c,
RealType d) |
abstract ShadowType |
DataRenderer.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent)
factory for constructing a subclass of ShadowType appropriate
for the graphics API, that also adapts ShadowRealType;
ShadowType trees are constructed that 'shadow' the MathType trees of
Data to be depicted, via recursive calls to buildShadowType() methods
of MathType sub-classes, to DataRenderer.makeShadow*Type() methods,
to Shadow*Type constructors, then back to buildShadowType() methods;
the recursive call chain is initiated by DataDisplayLink.prepareData()
calls to buildShadowType() methods of MathType sub-classes;
|
| Constructor and Description |
|---|
EarthVectorType(RealType a) |
EarthVectorType(RealType[] types) |
EarthVectorType(RealType[] types,
CoordinateSystem coord_sys) |
EarthVectorType(RealType a,
RealType b) |
EarthVectorType(RealType a,
RealType b,
RealType c) |
EarthVectorType(RealType a,
RealType b,
RealType c,
RealType d) |
GridVectorType(RealType[] types) |
GridVectorType(RealType[] types,
CoordinateSystem coord_sys) |
Real(RealType type)
Constructs a Real object.
|
Real(RealType type,
double value)
Constructs a Real object.
|
Real(RealType type,
double value,
Unit u)
Constructs a Real object.
|
Real(RealType type,
double value,
Unit u,
double error)
Constructs a Real object.
|
Real(RealType type,
double value,
Unit u,
ErrorEstimate error)
Constructs a Real object.
|
Real(RealType type,
double value,
Unit u,
ErrorEstimate error,
boolean checkUnit)
trusted constructor for other constructors
|
RealTupleType(RealType a)
construct a RealTupleType with one component
|
RealTupleType(RealType[] types)
array of component types;
default CoordinateSystem and Set are null
|
RealTupleType(RealType[] types,
CoordinateSystem coord_sys,
Set set)
array of component types;
default CoordinateSystem for values of this type (including
Function domains) and may be null; default Set used when this
type is a FunctionType domain and may be null
|
RealTupleType(RealType a,
CoordinateSystem coord_sys,
Set set)
construct a RealTupleType with one component
|
RealTupleType(RealType a,
RealType b)
construct a RealTupleType with two components
|
RealTupleType(RealType a,
RealType b,
CoordinateSystem coord_sys,
Set set)
construct a RealTupleType with two components
|
RealTupleType(RealType a,
RealType b,
RealType c)
construct a RealTupleType with three components
|
RealTupleType(RealType a,
RealType b,
RealType c,
CoordinateSystem coord_sys,
Set set)
construct a RealTupleType with three components
|
RealTupleType(RealType a,
RealType b,
RealType c,
RealType d)
construct a RealTupleType with four components
|
RealTupleType(RealType a,
RealType b,
RealType c,
RealType d,
CoordinateSystem coord_sys,
Set set)
construct a RealTupleType with four components
|
RealVectorType(RealType a) |
RealVectorType(RealType[] types) |
RealVectorType(RealType[] types,
CoordinateSystem coord_sys) |
RealVectorType(RealType a,
RealType b) |
RealVectorType(RealType a,
RealType b,
RealType c) |
RealVectorType(RealType a,
RealType b,
RealType c,
RealType d) |
| Modifier and Type | Method and Description |
|---|---|
ShadowType |
SwellRendererJ3D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
ShadowType |
SwellManipulationRendererJ3D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
ShadowType |
BarbRendererJ3D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
ShadowType |
BarbRendererJ2D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
ShadowType |
BarbManipulationRendererJ3D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
ShadowType |
BarbManipulationRendererJ2D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
static void |
Swells.setupSwellDisplay(RealType swellDir,
RealType swellHeight,
DisplayImpl display)
set up ScalarMaps from swellDir and swellHeight to Display.Shape
in display; swellDir default Unit must be degree and swellHeight
default Unit must be meter
|
| Constructor and Description |
|---|
PointManipulationRendererJ3D(RealType xarg,
RealType yarg)
this DirectManipulationRenderer is quite different - it does not
render its data, but only place values into its DataReference
on right mouse button press;
it uses xarg and yarg to determine spatial ScalarMaps
|
PointManipulationRendererJ3D(RealType xarg,
RealType yarg,
int mmm,
int mmv)
xarg and yarg determine spatial ScalarMaps;
mmm and mmv determine whehter SHIFT or CTRL keys are required -
this is needed since this is a greedy DirectManipulationRenderer
that will grab any right mouse click (that intersects its 2-D
sub-manifold)
|
RubberBandBoxRendererJ3D(RealType xarg,
RealType yarg)
this DirectManipulationRenderer is quite different - it does not
render its data, but only place values into its DataReference
on right mouse button release;
it uses xarg and yarg to determine spatial ScalarMaps
|
RubberBandBoxRendererJ3D(RealType xarg,
RealType yarg,
int mmm,
int mmv)
xarg and yarg determine spatial ScalarMaps;
mmm and mmv determine whehter SHIFT or CTRL keys are required -
this is needed since this is a greedy DirectManipulationRenderer
that will grab any right mouse click (that intersects its 2-D
sub-manifold)
|
RubberBandLineRendererJ3D(RealType xarg,
RealType yarg)
this DirectManipulationRenderer is quite different - it does not
render its data, but only place values into its DataReference
on right mouse button release;
it uses xarg and yarg to determine spatial ScalarMaps
|
RubberBandLineRendererJ3D(RealType xarg,
RealType yarg,
int mmm,
int mmv)
xarg and yarg determine spatial ScalarMaps;
mmm and mmv determine whehter SHIFT or CTRL keys are required -
this is needed since this is a greedy DirectManipulationRenderer
that will grab any right mouse click (that intersects its 2-D
sub-manifold)
|
| Modifier and Type | Method and Description |
|---|---|
double[][] |
RemoteNodeTupleImpl.computeRanges(RealType[] reals) |
double[][] |
RemoteNodePartitionedFieldImpl.computeRanges(RealType[] reals) |
double[][] |
RemoteNodeFieldImpl.computeRanges(RealType[] reals) |
double[][] |
RemoteClientTupleImpl.computeRanges(RealType[] reals) |
double[][] |
RemoteClientPartitionedFieldImpl.computeRanges(RealType[] reals) |
double[][] |
RemoteClientFieldImpl.computeRanges(RealType[] reals) |
Data |
RemoteNodePartitionedFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteNodeFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteClientPartitionedFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Data |
RemoteClientFieldImpl.derivative(RealTuple location,
RealType[] d_partial_s,
MathType[] derivType_s,
int error_mode) |
Function |
RemoteNodePartitionedFieldImpl.derivative(RealType d_partial,
int error_mode) |
Function |
RemoteNodeFieldImpl.derivative(RealType d_partial,
int error_mode) |
Function |
RemoteClientPartitionedFieldImpl.derivative(RealType d_partial,
int error_mode) |
Function |
RemoteClientFieldImpl.derivative(RealType d_partial,
int error_mode) |
Function |
RemoteNodePartitionedFieldImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Function |
RemoteNodeFieldImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Function |
RemoteClientPartitionedFieldImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Function |
RemoteClientFieldImpl.derivative(RealType d_partial,
MathType derivType,
int error_mode) |
Field |
RemoteNodePartitionedFieldImpl.domainFactor(RealType factor) |
Field |
RemoteNodeFieldImpl.domainFactor(RealType factor) |
Field |
RemoteClientPartitionedFieldImpl.domainFactor(RealType factor) |
Field |
RemoteClientFieldImpl.domainFactor(RealType factor) |
ShadowType |
NodeRendererJ3D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
| Modifier and Type | Method and Description |
|---|---|
Field |
FileFlatField.domainFactor(RealType factor) |
Field |
AreaImageCacheAdapter.domainFactor(RealType factor) |
void |
EmptyDataProcessor.processReal(RealType type,
double value,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
void |
DataProcessor.processReal(RealType type,
double value,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
abstract void |
BaseDataProcessor.processReal(RealType type,
double value,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
| Modifier and Type | Field and Description |
|---|---|
static RealType |
Hit.amplitudeType |
static RealType |
Hits.indexType |
static RealType |
Hit.indexType |
static RealType |
Event.indexType |
static RealType |
BaseTrack.indexType |
static RealType |
Hit.leadingEdgeTimeType |
static RealType |
AmandaFile.moduleIndexType |
static RealType |
Hit.moduleType |
| Modifier and Type | Method and Description |
|---|---|
RealType |
NumericAttributeAdapter.getRealType()
Returns the VisAD
RealType of this instance. |
protected static RealType |
Adapter.realType(dods.dap.BaseType variable,
dods.dap.AttributeTable table)
Returns the VisAD
RealType corresponding to a DODS variable. |
protected static RealType |
Adapter.realType(dods.dap.BaseType variable,
dods.dap.DAS das)
Returns the VisAD
RealType corresponding to a DODS variable. |
protected static RealType |
Adapter.realType(String name,
dods.dap.AttributeTable table)
Returns the VisAD
RealType corresponding to a name. |
protected static RealType |
Adapter.realType(String name,
dods.dap.DAS das)
Returns the VisAD
RealType corresponding to a name. |
| Modifier and Type | Method and Description |
|---|---|
abstract SimpleSet |
Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet |
IntValuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet |
Float64Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
SimpleSet |
Float32Valuator.getRepresentationalSet(RealType realType)
Returns the set used to represent unpacked, numeric values associated
with this instance in the range of a VisAD
FlatField. |
| Modifier and Type | Field and Description |
|---|---|
static RealType |
ArcAsciiGridAdapter.DEFAULT_DATA_TYPE
Default data type
|
| Modifier and Type | Method and Description |
|---|---|
RealType |
ArcAsciiGridAdapter.getDataType()
Get the type of the Data.
|
| Modifier and Type | Method and Description |
|---|---|
FieldImpl |
ArcAsciiGridAdapter.getData(RealTupleType spatialType,
RealType dataType)
Get the ASCIIGRID as a VisAD data object with the specified spatial domain
and range.
|
void |
ArcAsciiGridAdapter.setDataType(RealType newType)
Set the range type.
|
| Constructor and Description |
|---|
ArcAsciiGridAdapter(String filename,
RealTupleType spatialType,
RealType dataType)
Create an ArcAsciiGridAdapter for the particular file and
use the RealType specified for the data metadata.
|
ArcAsciiGridAdapter(String filename,
RealTupleType spatialType,
RealType dataType,
Unit dataUnit)
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 filename,
RealType dataType)
Create an ArcAsciiGridAdapter for the particular file and
use the RealType specified for the data metadata.
|
ArcAsciiGridAdapter(String filename,
RealType dataType,
Unit dataUnit)
Create an ArcAsciiGridAdapter for the particular file and
use the supplied RealType for the data values, and units
if different from default from RealType.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Quantity
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).
|
| Modifier and Type | Method and Description |
|---|---|
protected RealType |
View.getRealType(ucar.netcdf.Dimension dim)
Returns the VisAD
MathType of the domain corresponding to a
netCDF dimension. |
protected RealType |
View.getRealType(ucar.netcdf.Variable var)
Returns the VisAD
RealType of a netCDF variable. |
protected RealType |
View.getRealTypeFromLongName(ucar.netcdf.Variable var)
Returns the VisAD RealType corresponding to the
long_name
attribute of a netCDF variable. |
protected RealType |
View.getRealTypeFromName(ucar.netcdf.Variable var)
Returns the VisAD
RealType corresponding to the name of a
netCDF variable. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
View.isLatitude(RealType type)
Indicates if a VisAD
RealType represents latitude. |
protected boolean |
View.isLongitude(RealType type)
Indicates if a VisAD
RealType represents longitude. |
| Constructor and Description |
|---|
VirtualReal(RealType type,
ucar.netcdf.Variable var,
SimpleSet rangeSet,
Unit unit,
visad.data.netcdf.in.Vetter vetter)
Constructs from a scalar type, a 1-D netCDF variable, a range set,
a unit, and a value vetter.
|
| Constructor and Description |
|---|
Vis5DFile(String filename,
V5DStruct vv,
Set space_set,
FunctionType grid_type,
RealType[] vars,
int[] vars_indexes,
int grid_size) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryWriter.processReal(RealType type,
double value,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
void |
BinarySizer.processReal(RealType type,
double value,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
static RealType |
BinaryRealType.read(BinaryReader reader,
int index) |
| Modifier and Type | Method and Description |
|---|---|
static int |
BinaryRealType.computeBytes(RealType rt) |
static void |
BinaryReal.write(BinaryWriter writer,
RealType type,
double value,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
static int |
BinaryRealType.write(BinaryWriter writer,
RealType rt,
Object token) |
static void |
BinaryReal.writeDependentData(BinaryWriter writer,
RealType type,
Unit unit,
ErrorEstimate error,
Real real,
Object token) |
| Modifier and Type | Field and Description |
|---|---|
static RealType |
FormulaVar.CONSTANT
constant tag
|
| Modifier and Type | Method and Description |
|---|---|
RealType |
VRealType.getRealType()
return the wrapper's RealType
|
| Modifier and Type | Method and Description |
|---|---|
static VRealType |
VRealType.get(RealType rt)
gets the VRealType corresponding to the specified RealType,
creating it if necessary
|
| Constructor and Description |
|---|
VRealType(RealType rt)
constructor
|
| Modifier and Type | Field and Description |
|---|---|
static RealType |
UTMCoordinate.EASTING
The
RealType for the easting component of the UTM
grid. |
static RealType |
UTMCoordinate.HEMISPHERE
The
RealType for the zone component of the UTM
grid. |
static RealType |
UTMCoordinate.NORTHING
The
RealType for the easting component of the UTM
grid. |
static RealType |
UTMCoordinate.ZONE
The
RealType for the zone component of the UTM
grid. |
| Modifier and Type | Method and Description |
|---|---|
ShadowType |
RendererJ2D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
| Constructor and Description |
|---|
AnimationControlJ2D(DisplayImplJ2D d,
RealType r) |
| Modifier and Type | Method and Description |
|---|---|
RealType |
AnimationControlJ3D.getRealType() |
| Modifier and Type | Method and Description |
|---|---|
ShadowType |
RendererJ3D.makeShadowRealType(RealType type,
DataDisplayLink link,
ShadowType parent) |
| Constructor and Description |
|---|
AnimationControlJ3D(DisplayImplJ3D d,
RealType r) |
DownRoundingAnimationControlJ3D(DisplayImplJ3D d,
RealType r) |
| Modifier and Type | Field and Description |
|---|---|
protected RealType |
MetGridDirectory.xType |
protected RealType |
MetGridDirectory.yType |
| Modifier and Type | Method and Description |
|---|---|
Tuple[] |
NetcdfGrids.getGrids(String name,
RealType values,
double[][] range)
fetch the grids for one parameter
|
Tuple[][] |
NetcdfGrids.getGridsWithTime(String name,
RealType values,
double[][] range)
fetches grids are returns a Tuple [level][record] of FlatFields
this was implemented to test the offset between mapping to
animator or just doing one at a time...
|
void |
NetcdfGrids.setRealTypes(RealType x,
RealType y,
RealType level,
RealType time_type,
RealType pres)
set the RealTypes to use for coordinates (x,y,z,t) and pressure
values
|
| Modifier and Type | Method and Description |
|---|---|
static RealType |
JPythonMethods.getRealType(String name)
TODO
|
static RealType |
JPythonMethods.getRealType(String name,
Unit unit) |
static RealType |
JPythonMethods.makeRealType(String name)
Make or get the RealType corresponding to the name; if none exists,
make one and return it.
|
static RealType |
JPythonMethods.makeRealType(String name,
Unit unit)
Make or get the RealType corresponding to the name; if none exists, make
one and return it.
|
| Modifier and Type | Method and Description |
|---|---|
static Field |
JPythonMethods.domainFactor(Field data,
RealType factor)
Factors out the given MathType from the domain of the data object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rain.finishDisplay(RemoteServer cs,
RealType rt,
int i,
int j) |
| Modifier and Type | Field and Description |
|---|---|
protected static RealType |
BarGraph.BAR_B |
protected static RealType |
BarGraph.BAR_G |
protected static RealType |
BarGraph.BAR_R |
protected static RealType |
BarGraph.BAR_X |
protected static RealType |
BarGraph.BAR_Y |
protected static RealType |
BarGraph.BAR_Z |
| Modifier and Type | Method and Description |
|---|---|
static RealType |
DataUtility.getUniqueRealType(String name,
Unit unit)
Make a RealType with a unique name for the given unit
|
static RealType |
DataUtility.getUniqueRealType(String name,
Unit unit,
Set set,
int attrMask)
Make a RealType with a unique name for the given unit
|
| Modifier and Type | Method and Description |
|---|---|
static double[] |
CursorUtil.cursorToDomain(DisplayImpl d,
RealType[] types,
double[] cursor)
Converts the given cursor coordinates to domain coordinates.
|
static double[] |
CursorUtil.domainToCursor(DisplayImpl d,
RealType[] types,
double[] domain)
Converts the given domain coordinates to cursor coordinates.
|
static double[][] |
CursorUtil.getScaleValues(DisplayImpl d,
RealType[] types)
Gets scale values (multiplier and offset) for the X, Y and Z maps
corresponding to the given RealTypes (or the first ScalarMaps to
X, Y and Z if types is null).
|
static ScalarMap[] |
CursorUtil.getXYZMaps(DisplayImpl d,
RealType[] types)
Gets X, Y and Z maps for the given display, corresponding to the specified
RealTypes, or the first ScalarMaps to X, Y and Z if types is null.
|
| Constructor and Description |
|---|
VisADSlider(DataReference ref,
float min,
float max,
float start,
RealType rt,
String n)
construct a VisADSlider by creating a Real and linking it to r,
using RealType rt and name n, with minimum and maximum bounds
min and max, and starting value start
|
VisADSlider(String n,
int lo,
int hi,
int st,
double scale,
DataReference ref,
RealType rt)
JSlider values range between low and hi
(with initial value st) and are multiplied by
scale to create Real values of RealType rt
referenced by ref.
|
VisADSlider(String n,
int lo,
int hi,
int st,
double scale,
DataReference ref,
RealType rt,
boolean dynamicLabelWidth)
JSlider values range between low and hi
(with initial value st) and are multiplied by
scale to create Real values of RealType rt
referenced by ref.
|