|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Data is the top-level interface of the VisAD data hierarchy. See the DataImpl class for more information.
| Field Summary | |
static int |
ABS
constants for various unary arithmetic operations |
static int |
ACOS
|
static int |
ACOS_DEGREES
|
static int |
ADD
constants for various binary arithmetic operations |
static int |
ASIN
|
static int |
ASIN_DEGREES
|
static int |
ATAN
|
static int |
ATAN_DEGREES
|
static int |
ATAN2
|
static int |
ATAN2_DEGREES
|
static int |
CEIL
|
static int |
COS
|
static int |
COS_DEGREES
|
static double |
DEGREES_TO_RADIANS
|
static int |
DEPENDENT
DEPENDENT error estimation Mode |
static int |
DIVIDE
|
static int |
EXP
|
static int |
FLOOR
|
static int |
INDEPENDENT
INDEPENDENT error estimation Mode |
static int |
INV_ATAN2
|
static int |
INV_ATAN2_DEGREES
|
static int |
INV_DIVIDE
|
static int |
INV_POW
|
static int |
INV_REMAINDER
|
static int |
INV_SUBTRACT
|
static int |
LOG
|
static int |
MAX
|
static int |
MIN
|
static int |
MULTIPLY
|
static int |
NEAREST_NEIGHBOR
NEAREST_NEIGHBOR resampling mode |
static int |
NEGATE
|
static int |
NO_ERRORS
NO_ERRORS error estimation Mode |
static int |
NOP
|
static int |
POW
|
static double |
RADIANS_TO_DEGREES
constants for angle Unit conversions |
static int |
REMAINDER
|
static int |
RINT
|
static int |
ROUND
|
static int |
SIN
|
static int |
SIN_DEGREES
|
static int |
SQRT
|
static int |
SUBTRACT
|
static int |
TAN
|
static int |
TAN_DEGREES
|
static int |
WEIGHTED_AVERAGE
WEIGHTED_AVERAGE resampling Mode |
| Method Summary | |
Data |
abs()
call unary() to take the absolute value of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
abs(int sampling_mode,
int error_mode)
call unary() to take the absolute value of this |
Data |
acos()
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) |
Data |
acos(int sampling_mode,
int error_mode)
call unary() to take the arccos of this producing radian Units |
Data |
acosDegrees()
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) |
Data |
acosDegrees(int sampling_mode,
int error_mode)
call unary() to take the arccos of this producing degree Units |
Data |
add(Data data)
call binary() to add data to this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
add(Data data,
int sampling_mode,
int error_mode)
call binary() to add data to this |
Data |
adjustSamplingError(Data error,
int error_mode)
return a clone of this, except with ErrorEstimates combined with values in error, according to error_mode |
Data |
asin()
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) |
Data |
asin(int sampling_mode,
int error_mode)
call unary() to take the arcsin of this producing radian Units |
Data |
asinDegrees()
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) |
Data |
asinDegrees(int sampling_mode,
int error_mode)
call unary() to take the arcsin of this producing degree Units |
Data |
atan()
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) |
Data |
atan(int sampling_mode,
int error_mode)
call unary() to take the arctan of this producing radian Units |
Data |
atan2(Data 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) |
Data |
atan2(Data data,
int sampling_mode,
int error_mode)
call binary() to take the atan of this by data producing radian Units |
Data |
atan2Degrees(Data 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) |
Data |
atan2Degrees(Data data,
int sampling_mode,
int error_mode)
call binary() to take the atan of this by data producing degree Units |
Data |
atanDegrees()
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) |
Data |
atanDegrees(int sampling_mode,
int error_mode)
call unary() to take the arctan of this producing degree Units |
Data |
binary(Data data,
int op,
int sampling_mode,
int error_mode)
Pointwise binary operation between this and data. |
Data |
binary(Data data,
int op,
MathType new_type,
int sampling_mode,
int error_mode)
Pointwise binary operation between this and data. |
Data |
ceil()
call unary() to take the ceiling of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
ceil(int sampling_mode,
int error_mode)
call unary() to take the ceiling of this |
Data |
changeMathType(MathType new_type)
call unary() to clone this except with a new MathType |
double[][] |
computeRanges(RealType[] reals)
compute ranges of values in this of given RealTypes, using a dummy DisplayImplJ2D |
DataShadow |
computeRanges(ShadowType type,
DataShadow shadow)
Recursive version of computeRanges(), called down through Data object tree. |
DataShadow |
computeRanges(ShadowType type,
int n)
Compute ranges of values for each of 'n' RealTypes in DisplayImpl.RealTypeVector. |
Data |
cos()
call unary() to take the cos of this assuming radian Units unless this actual Units are degrees, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
cos(int sampling_mode,
int error_mode)
call unary() to take the cos of this assuming radian Units unless this actual Units are degrees |
Data |
cosDegrees()
call unary() to take the cos of this assuming degree Units unless this actual Units are radians, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
cosDegrees(int sampling_mode,
int error_mode)
call unary() to take the cos of this assuming degree Units unless this actual Units are radians |
Object |
dataClone()
A VisAD adaptation of clone that works for local or remote Data. |
Data |
divide(Data data)
call binary() to divide this by data, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
divide(Data data,
int sampling_mode,
int error_mode)
call binary() to divide this by data |
Data |
exp()
call unary() to take the exponent of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
exp(int sampling_mode,
int error_mode)
call unary() to take the exponent of this |
Data |
floor()
call unary() to take the floor of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
floor(int sampling_mode,
int error_mode)
call unary() to take the floor of this |
MathType |
getType()
|
boolean |
isMissing()
|
DataImpl |
local()
|
Data |
log()
call unary() to take the log of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
log(int sampling_mode,
int error_mode)
call unary() to take the log of this |
String |
longString()
|
String |
longString(String pre)
|
Data |
max(Data data)
call binary() to take the max of this and data, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
max(Data data,
int sampling_mode,
int error_mode)
call binary() to take the max of this and data |
Data |
min(Data data)
call binary() to take the min of this and data, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
min(Data data,
int sampling_mode,
int error_mode)
call binary() to take the min of this and data |
Data |
multiply(Data data)
call binary() to multiply this by data, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
multiply(Data data,
int sampling_mode,
int error_mode)
call binary() to multiply this by data |
Data |
negate()
call unary() to negate this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
negate(int sampling_mode,
int error_mode)
call unary() to negate this |
Data |
pow(Data data)
call binary() to raise this to data power, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
pow(Data data,
int sampling_mode,
int error_mode)
call binary() to raise this to data power |
Data |
remainder(Data data)
call binary() to take the remainder of this divided by data, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
remainder(Data data,
int sampling_mode,
int error_mode)
call binary() to take the remainder of this divided by data |
Data |
rint()
call unary() to take the rint (essentially round) of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
rint(int sampling_mode,
int error_mode)
call unary() to take the rint (essentially round) of this |
Data |
round()
call unary() to take the round of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
round(int sampling_mode,
int error_mode)
call unary() to take the round of this |
Data |
sin()
call unary() to take the sin of this assuming radian Units unless this actual Units are degrees, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
sin(int sampling_mode,
int error_mode)
call unary() to take the sin of this assuming radian Units unless this actual Units are degrees |
Data |
sinDegrees()
call unary() to take the sin of this assuming degree Units unless this actual Units are radians, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
sinDegrees(int sampling_mode,
int error_mode)
call unary() to take the sin of this assuming degree Units unless this actual Units are radians |
Data |
sqrt()
call unary() to take the square root of this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
sqrt(int sampling_mode,
int error_mode)
call unary() to take the square root of this |
Data |
subtract(Data data)
call binary() to subtract data from this, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
subtract(Data data,
int sampling_mode,
int error_mode)
call binary() to subtract data from this |
Data |
tan()
call unary() to take the tan of this assuming radian Units unless this actual Units are degrees, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
tan(int sampling_mode,
int error_mode)
call unary() to take the tan of this assuming radian Units unless this actual Units are degrees |
Data |
tanDegrees()
call unary() to take the tan of this assuming degree Units unless this actual Units are radians, using default modes for sampling (Data.NEAREST_NEIGHBOR) and error estimation (Data.NO_ERRORS) |
Data |
tanDegrees(int sampling_mode,
int error_mode)
call unary() to take the tan of this assuming degree Units unless this actual Units are radians |
Data |
unary(int op,
int sampling_mode,
int error_mode)
Pointwise unary operation applied to this. |
Data |
unary(int op,
MathType new_type,
int sampling_mode,
int error_mode)
Pointwise unary operation applied to this. |
| Methods inherited from interface visad.Thing |
addReference, removeReference |
| Field Detail |
public static final int NEAREST_NEIGHBOR
public static final int WEIGHTED_AVERAGE
public static final int INDEPENDENT
public static final int DEPENDENT
public static final int NO_ERRORS
public static final int ADD
public static final int SUBTRACT
public static final int INV_SUBTRACT
public static final int MULTIPLY
public static final int DIVIDE
public static final int INV_DIVIDE
public static final int POW
public static final int INV_POW
public static final int MAX
public static final int MIN
public static final int ATAN2
public static final int ATAN2_DEGREES
public static final int INV_ATAN2
public static final int INV_ATAN2_DEGREES
public static final int REMAINDER
public static final int INV_REMAINDER
public static final int ABS
public static final int ACOS
public static final int ACOS_DEGREES
public static final int ASIN
public static final int ASIN_DEGREES
public static final int ATAN
public static final int ATAN_DEGREES
public static final int CEIL
public static final int COS
public static final int COS_DEGREES
public static final int EXP
public static final int FLOOR
public static final int LOG
public static final int RINT
public static final int ROUND
public static final int SIN
public static final int SIN_DEGREES
public static final int SQRT
public static final int TAN
public static final int TAN_DEGREES
public static final int NEGATE
public static final int NOP
public static final double RADIANS_TO_DEGREES
public static final double DEGREES_TO_RADIANS
| Method Detail |
public DataImpl local()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public MathType getType()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public boolean isMissing()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data binary(Data data,
int op,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationop - may be Data.ADD, Data.SUBTRACT, etc; these include all
binary operations defined for Java primitive data typessampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data binary(Data data,
int op,
MathType new_type,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationop - may be Data.ADD, Data.SUBTRACT, etc; these include all
binary operations defined for Java primitive data typesnew_type - MathType of the resultsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data add(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data subtract(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data multiply(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data divide(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data pow(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data max(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data min(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atan2(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atan2Degrees(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data remainder(Data data)
throws VisADException,
RemoteException
data - other Data operand for binary operation
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data add(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data subtract(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data multiply(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data divide(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data pow(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data max(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data min(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atan2(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atan2Degrees(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data remainder(Data data,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
data - other Data operand for binary operationsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data unary(int op,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
op - may be Data.ABS, Data.ACOS, etc; these include all
unary operations defined for Java primitive data typessampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data unary(int op,
MathType new_type,
int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
op - may be Data.ABS, Data.ACOS, etc; these include all
unary operations defined for Java primitive data typesnew_type - MathType of the resultsampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data changeMathType(MathType new_type)
throws VisADException,
RemoteException
new_type - MathType of returned Data object
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data abs()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data acos()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data acosDegrees()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data asin()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data asinDegrees()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atan()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atanDegrees()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data ceil()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data cos()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data cosDegrees()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data exp()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data floor()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data log()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data rint()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data round()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data sin()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data sinDegrees()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data sqrt()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data tan()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data tanDegrees()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data negate()
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data abs(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data acos(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data acosDegrees(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data asin(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data asinDegrees(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atan(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data atanDegrees(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data ceil(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data cos(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data cosDegrees(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data exp(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data floor(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data log(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data rint(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data round(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data sin(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data sinDegrees(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data sqrt(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data tan(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data tanDegrees(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data negate(int sampling_mode,
int error_mode)
throws VisADException,
RemoteException
sampling_mode - may be Data.NEAREST_NEIGHBOR or
Data.WEIGHTED_AVERAGEerror_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public double[][] computeRanges(RealType[] reals)
throws VisADException,
RemoteException
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public DataShadow computeRanges(ShadowType type,
int n)
throws VisADException,
RemoteException
type - ShadowType generated for MathType of thisn - number of RealTypes in DisplayImpl.RealTypeVector
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public DataShadow computeRanges(ShadowType type,
DataShadow shadow)
throws VisADException,
RemoteException
type - ShadowType generated for MathType of thisshadow - DataShadow instance whose contained double[][]
array and animation sampling Set are modified
according to RealType values in this, and used
as return value
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public Data adjustSamplingError(Data error,
int error_mode)
throws VisADException,
RemoteException
error - error_mode - may be Data.INDEPENDENT, Data.DEPENDENT or
Data.NO_ERRORS;
VisADException - a VisAD error occurred
RemoteException - an RMI error occurred
public String longString()
throws VisADException,
RemoteException
VisADException
RemoteException
public String longString(String pre)
throws VisADException,
RemoteException
pre - String added to start of each line
VisADException
RemoteException
public Object dataClone()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||