| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
static EmpiricalCoordinateSystem |
EmpiricalCoordinateSystem.create(Field field)
Constructs an EmpiricalCoordinateSystem from a Field.
|
double[][] |
EmpiricalCoordinateSystem.fromReference(double[][] values)
Converts reference coordinates to world coordinates.
|
float[][] |
EmpiricalCoordinateSystem.fromReference(float[][] values)
Converts reference coordinates to world coordinates.
|
static EmpiricalCoordinateSystem |
EmpiricalCoordinateSystem.inverseCreate(Field field)
Constructs an EmpiricalCoordinateSystem from a Field.
|
double[][] |
EmpiricalCoordinateSystem.toReference(double[][] values)
Convert world coordinates to reference coordinates.
|
float[][] |
EmpiricalCoordinateSystem.toReference(float[][] values)
Convert world coordinates to reference coordinates.
|
protected double[][] |
FlatField.unpackValues(boolean copy)
Unpacks an array of doubles from field sample values according to the
RangeSet-s; returns a copy if copy == true.
|
| Constructor and Description |
|---|
RealType(java.lang.String name,
Unit u,
Set s,
int attrMask,
boolean b)
trusted constructor for initializers
|