Uses of Class
visad.RealTuple

Packages that use RealTuple
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.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.data.visad.object   
visad.georef Provides classes for geo-referencing. 
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of RealTuple in visad
 

Subclasses of RealTuple in visad
 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.
 

Methods in visad that return RealTuple
 RealTuple SingletonSet.getData()
          Get the RealTuple that this SingletonSet was initialized with.
 RealTuple RealVectorType.transformVectors(RealTupleType out, CoordinateSystem coord_out, Unit[] units_out, ErrorEstimate[] loc_errors_out, RealTupleType in, CoordinateSystem coord_in, Unit[] units_in, CoordinateSystem coord_vector, double[][] inloc, double[][] outloc, RealTuple tuple)
          transform a single vector in a RealTuple, based on a coordinate transform of the field domain.
 RealTuple RealVectorType.transformVectors(RealTupleType out, CoordinateSystem coord_out, Unit[] units_out, ErrorEstimate[] loc_errors_out, RealTupleType in, CoordinateSystem coord_in, Unit[] units_in, CoordinateSystem coord_vector, float[][] inloc, float[][] outloc, RealTuple tuple)
           
 

Methods in visad with parameters of type RealTuple
 Data FunctionImpl.__getitem__(RealTuple domain)
          A wrapper around evaluate for JPython.
 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)
           
 Data RemoteFunctionImpl.evaluate(RealTuple domain)
           
 Data FunctionImpl.evaluate(RealTuple domain)
          Evaluate this Function at domain; use default modes for resampling (Data.WEIGHTED_AVERAGE) and errors (Data.NO_ERRORS)
 Data Function.evaluate(RealTuple domain)
          Evaluate this Function at domain; use default modes for resampling (Data.WEIGHTED_AVERAGE) and errors (Data.NO_ERRORS)
 Data RemoteFunctionImpl.evaluate(RealTuple domain, int sampling_mode, int error_mode)
           
 Data FunctionImpl.evaluate(RealTuple domain, int sampling_mode, int error_mode)
          Evaluate this Function with non-default modes for resampling and errors
 Data Function.evaluate(RealTuple domain, int sampling_mode, int error_mode)
          Evaluate this Function with non-default modes for resampling and errors
 void RemoteFieldImpl.setSample(RealTuple domain, Data range)
           
 void FieldImpl.setSample(RealTuple domain, Data range)
           
 void Field.setSample(RealTuple domain, Data range)
          set the range value at the sample nearest to domain
 void RemoteFieldImpl.setSample(RealTuple domain, Data range, boolean copy)
           
 void FieldImpl.setSample(RealTuple domain, Data range, boolean copy)
          set the range value at the sample nearest to domain
 void Field.setSample(RealTuple domain, Data range, boolean copy)
          set the range value at the sample nearest to domain
 RealTuple RealVectorType.transformVectors(RealTupleType out, CoordinateSystem coord_out, Unit[] units_out, ErrorEstimate[] loc_errors_out, RealTupleType in, CoordinateSystem coord_in, Unit[] units_in, CoordinateSystem coord_vector, double[][] inloc, double[][] outloc, RealTuple tuple)
          transform a single vector in a RealTuple, based on a coordinate transform of the field domain.
 RealTuple RealVectorType.transformVectors(RealTupleType out, CoordinateSystem coord_out, Unit[] units_out, ErrorEstimate[] loc_errors_out, RealTupleType in, CoordinateSystem coord_in, Unit[] units_in, CoordinateSystem coord_vector, float[][] inloc, float[][] outloc, RealTuple tuple)
           
 

Constructors in visad with parameters of type RealTuple
SingletonSet(RealTuple d)
          Construct a SingletonSet with the single sample given by a RealTuple
SingletonSet(RealTuple d, CoordinateSystem coord_sys, Unit[] units, ErrorEstimate[] errors)
          Construct a SingletonSet with the single sample given by a RealTuple, and a non-default CoordinateSystem, Units and ErrorEstimates.
 

Uses of RealTuple in visad.bom
 

Methods in visad.bom with parameters of type RealTuple
 void TCData.addLocation(int disturbanceID, int trackID, double time, RealTuple location)
           
 

Uses of RealTuple in visad.cluster
 

Methods in visad.cluster with parameters of type RealTuple
 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)
           
 Data RemoteNodePartitionedFieldImpl.evaluate(RealTuple domain)
           
 Data RemoteNodeFieldImpl.evaluate(RealTuple domain)
           
 Data RemoteClientPartitionedFieldImpl.evaluate(RealTuple domain)
           
 Data RemoteClientFieldImpl.evaluate(RealTuple domain)
           
 Data RemoteNodePartitionedFieldImpl.evaluate(RealTuple domain, int sampling_mode, int error_mode)
           
 Data RemoteNodeFieldImpl.evaluate(RealTuple domain, int sampling_mode, int error_mode)
           
 Data RemoteClientPartitionedFieldImpl.evaluate(RealTuple domain, int sampling_mode, int error_mode)
           
 Data RemoteClientFieldImpl.evaluate(RealTuple domain, int sampling_mode, int error_mode)
           
 RemoteClusterData RemoteClusterDataImpl.getClusterData(RealTuple domain)
          return RemoteClusterData for JVM where data resides; may be RemoteClusterData for client for non-partitioned data; may be null for partitioned data outside partitoning
 RemoteClusterData RemoteClusterData.getClusterData(RealTuple domain)
           
 void RemoteNodePartitionedFieldImpl.setSample(RealTuple domain, Data range)
           
 void RemoteNodeFieldImpl.setSample(RealTuple domain, Data range)
           
 void RemoteClientPartitionedFieldImpl.setSample(RealTuple domain, Data range)
           
 void RemoteClientFieldImpl.setSample(RealTuple domain, Data range)
           
 void RemoteNodePartitionedFieldImpl.setSample(RealTuple domain, Data range, boolean copy)
           
 void RemoteNodeFieldImpl.setSample(RealTuple domain, Data range, boolean copy)
           
 void RemoteClientPartitionedFieldImpl.setSample(RealTuple domain, Data range, boolean copy)
           
 void RemoteClientFieldImpl.setSample(RealTuple domain, Data range, boolean copy)
           
 

Uses of RealTuple in visad.data
 

Methods in visad.data with parameters of type RealTuple
 void EmptyDataProcessor.processRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
 void DataProcessor.processRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
abstract  void BaseDataProcessor.processRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
 void EmptyDataProcessor.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 void DataProcessor.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
abstract  void BaseDataProcessor.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 void FileFlatField.setSample(RealTuple domain, Data range)
           
 void AreaImageCacheAdapter.setSample(RealTuple domain, Data range)
           
 

Uses of RealTuple in visad.data.amanda
 

Fields in visad.data.amanda declared as RealTuple
static RealTuple Hit.missing
           
 

Methods in visad.data.amanda that return RealTuple
 RealTuple Hit.makeData()
           
 

Uses of RealTuple in visad.data.visad
 

Methods in visad.data.visad with parameters of type RealTuple
 void BinaryWriter.processRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
 void BinarySizer.processRealTuple(RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
 void BinaryWriter.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 void BinarySizer.processSingletonSet(RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
 

Uses of RealTuple in visad.data.visad.object
 

Methods in visad.data.visad.object that return RealTuple
static RealTuple BinaryRealTuple.read(BinaryReader reader)
           
 

Methods in visad.data.visad.object with parameters of type RealTuple
static Real[] BinarySingletonSet.getSampleReals(RealTuple sample)
           
static void BinarySingletonSet.write(BinaryWriter writer, RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
static void BinaryRealTuple.write(BinaryWriter writer, RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
static void BinarySingletonSet.writeDependentData(BinaryWriter writer, RealTuple sample, CoordinateSystem cs, Unit[] units, ErrorEstimate[] errors, SingletonSet set, Object token)
           
static void BinaryRealTuple.writeDependentData(BinaryWriter writer, RealTupleType type, Real[] components, CoordinateSystem cs, RealTuple rt, Object token)
           
 

Uses of RealTuple in visad.georef
 

Subclasses of RealTuple in visad.georef
 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 UTMCoordinate
          RealTuple implementation of a Universal Transverse Mercator (UTM) coordinate
 

Uses of RealTuple in visad.util
 

Methods in visad.util that return RealTuple
static RealTuple DataUtility.getSample(Set set, int index)
          Gets the specified sample of a VisAD Set.