|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Linear2DSet | |
---|---|
visad | The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. |
visad.data | Provides for importing data to and exporting data from VisAD. |
visad.data.mcidas | Provides for importing McIDAS AREA files and McIDAS base map (OUTL) files into VisAD. |
visad.data.visad | Provides for importing and exporting serialized Java object files into and out of VisAD. |
visad.georef | Provides classes for geo-referencing. |
visad.python |
Uses of Linear2DSet in visad |
---|
Subclasses of Linear2DSet in visad | |
---|---|
class |
Integer2DSet
Integer2DSet represents a finite set of samples of R^2 at an integer lattice based at the origin. |
class |
LinearLatLonSet
LinearLatLonSet represents a finite set of samples of (Latitude, Longitude) in a cross product of two arithmetic progressions. |
Uses of Linear2DSet in visad.data |
---|
Methods in visad.data with parameters of type Linear2DSet | |
---|---|
void |
EmptyDataProcessor.processLinear2DSet(SetType type,
double[] firsts,
double[] lasts,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Linear2DSet set,
Object token)
|
void |
DataProcessor.processLinear2DSet(SetType type,
double[] firsts,
double[] lasts,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Linear2DSet set,
Object token)
|
abstract void |
BaseDataProcessor.processLinear2DSet(SetType type,
double[] firsts,
double[] lasts,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Linear2DSet set,
Object token)
|
Uses of Linear2DSet in visad.data.mcidas |
---|
Methods in visad.data.mcidas with parameters of type Linear2DSet | |
---|---|
void |
BaseMapAdapter.setDomainSet(Linear2DSet domainSet)
Using the domain_set of the FlatField of an image (when one is available), extract the elements required. |
Uses of Linear2DSet in visad.data.visad |
---|
Methods in visad.data.visad with parameters of type Linear2DSet | |
---|---|
void |
BinaryWriter.processLinear2DSet(SetType type,
double[] firsts,
double[] lasts,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Linear2DSet set,
Object token)
|
void |
BinarySizer.processLinear2DSet(SetType type,
double[] firsts,
double[] lasts,
int[] lengths,
CoordinateSystem cs,
Unit[] units,
ErrorEstimate[] errors,
Linear2DSet set,
Object token)
|
Uses of Linear2DSet in visad.georef |
---|
Methods in visad.georef that return Linear2DSet | |
---|---|
Linear2DSet |
LongitudeLatitudeInterpCS.getDomainSet()
|
Constructors in visad.georef with parameters of type Linear2DSet | |
---|---|
LongitudeLatitudeInterpCS(Linear2DSet domainSet,
Gridded2DSet lonlatSet)
|
|
LongitudeLatitudeInterpCS(Linear2DSet domainSet,
Gridded2DSet lonlatSet,
boolean neg180pos180)
|
Uses of Linear2DSet in visad.python |
---|
Methods in visad.python that return Linear2DSet | |
---|---|
static Linear2DSet |
JPythonMethods.makeDomain(double first1,
double last1,
int length1,
double first2,
double last2,
int length2)
Create a Linear2DSet for domain samples |
static Linear2DSet |
JPythonMethods.makeDomain(MathType type,
double first1,
double last1,
int length1,
double first2,
double last2,
int length2)
Create a Linear2DSet for domain samples |
static Linear2DSet |
JPythonMethods.makeDomain(String name,
double first1,
double last1,
int length1,
double first2,
double last2,
int length2)
Create a Linear2DSet for domain samples |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |