Uses of Interface
visad.TupleIface

Packages that use TupleIface
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.cluster   
visad.data Provides for importing data to and exporting data from VisAD. 
visad.formula Provides an interface for automatically evaluating formulas based on user-defined operators and functions. 
visad.georef Provides classes for geo-referencing. 
visad.matrix   
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of TupleIface in visad
 

Subinterfaces of TupleIface in visad
 interface RealTupleIface
          Interface to the VisAD data class for vectors in R^n for n>0.
 interface RemoteTupleIface
          RemoteTupleIface is the interface for Remote VisAD TupleIface-s.
 

Classes in visad that implement TupleIface
 class DoubleStringTuple
          This provides a LoCal Tuple that can hold numeric and string values without taking the hit that having slots and lots of Real and Text objects around.
 class DoubleTuple
          This provides a LoCal RealTuple that can hold numeric values without taking the hit that having lots and lots of Real objects around.
 class RealTuple
          RealTuple is the VisAD data class for vectors in R^n for n>0.
 class Tuple
          Tuple is the general VisAD data class for vectors.
 

Uses of TupleIface in visad.cluster
 

Subinterfaces of TupleIface in visad.cluster
 interface RemoteClientTuple
          RemoteClientTuple is the interface for cluster client VisAD Tuple data objects.
 interface RemoteNodeTuple
          RemoteNodeTuple is the interface for cluster node VisAD Tuple data objects.
 

Classes in visad.cluster that implement TupleIface
 class RemoteClientTupleImpl
          RemoteClientTupleImpl is the class for cluster client VisAD Tuple data objects.
 class RemoteNodeTupleImpl
          RemoteNodeTupleImpl is the class for cluster client VisAD Tuple data objects.
 

Uses of TupleIface in visad.data
 

Methods in visad.data with parameters of type TupleIface
 boolean DataVisitor.visit(TupleIface tuple)
          Visit a VisAD Tuple.
 

Uses of TupleIface in visad.formula
 

Methods in visad.formula with parameters of type TupleIface
static Data FormulaUtil.dot(TupleIface t, Real r)
          evaluate the dot operator
 

Uses of TupleIface in visad.georef
 

Classes in visad.georef that implement TupleIface
 class EarthLocationLite
          This provides a LoCal EarthLocation that is much faster to create than the EarthLocationTuple.
 class EarthLocationTuple
          RealTuple implementation of EarthLocation for representing a location on the earth's surface in terms of latitude, longitude and altitude above sea level.
 class LatLonTuple
          RealTuple implementation of LatLonPoint for defining lat/lon points
 class NamedLocationTuple
          Tuple implementation of NamedLocation for representing a location on the earth's surface in terms of latitude, longitude and altitude above sea level and some sort of identifier.
 class UTMCoordinate
          RealTuple implementation of a Universal Transverse Mercator (UTM) coordinate
 

Uses of TupleIface in visad.matrix
 

Classes in visad.matrix that implement TupleIface
 class JamaCholeskyDecomposition
          JamaCholeskyDecomposition is a VisAD wrapper for JAMA CholeskyDecompositions.
 class JamaEigenvalueDecomposition
          JamaEigenvalueDecomposition is a VisAD wrapper for JAMA EigenvalueDecompositions.
 class JamaLUDecomposition
          JamaLUDecomposition is a VisAD wrapper for JAMA LUDecompositions.
 class JamaQRDecomposition
          JamaQRDecomposition is a VisAD wrapper for JAMA QRDecompositions.
 class JamaSingularValueDecomposition
          JamaSingularValueDecomposition is a VisAD wrapper for JAMA SingularValueDecompositions.
 

Uses of TupleIface in visad.util
 

Methods in visad.util that return TupleIface
static TupleIface DataUtility.ensureTuple(Data datum)
          Ensures that a Data is a Tuple.