Uses of Class
visad.Text

Packages that use Text
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.netcdf.out Provides for exporting a VisAD data object to a netCDF dataset. 
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. 
 

Uses of Text in visad.data
 

Methods in visad.data with parameters of type Text
 void EmptyDataProcessor.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 void DataProcessor.processText(TextType type, String value, boolean missing, Text text, Object token)
           
abstract  void BaseDataProcessor.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 

Uses of Text in visad.data.mcidas
 

Methods in visad.data.mcidas that return Text
 Text AddeTextAdapter.getData()
          Return the Text object representing the request.
 Text AddeTextAdapter.getDataAsHTML()
          Return the Text object representing the request with HTML formatting.
 

Uses of Text in visad.data.netcdf.out
 

Methods in visad.data.netcdf.out with parameters of type Text
protected  void VisADAdapter.visit(Text text, visad.data.netcdf.out.VisADAccessor outerAccessor)
          Visit a VisAD Text object.
 

Uses of Text in visad.data.visad
 

Methods in visad.data.visad with parameters of type Text
 void BinaryWriter.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 void BinarySizer.processText(TextType type, String value, boolean missing, Text text, Object token)
           
 

Uses of Text in visad.data.visad.object
 

Methods in visad.data.visad.object that return Text
static Text BinaryText.read(BinaryReader reader)
           
 

Methods in visad.data.visad.object with parameters of type Text
static void BinaryText.write(BinaryWriter writer, TextType type, String value, boolean missing, Text text, Object token)
           
 

Uses of Text in visad.georef
 

Methods in visad.georef that return Text
 Text NamedLocationTuple.getIdentifier()
          Return a unique identifier.
 Text NamedLocation.getIdentifier()
          Return a unique identifier.
 

Constructors in visad.georef with parameters of type Text
NamedLocationTuple(Text identifier, EarthLocation location)
          Construct an NamedLocationTuple from a Text and an EarthLocation
NamedLocationTuple(Text id, Real lat, Real lon, Real alt)
          Construct an NamedLocationTuple from a Text and Reals of Latitude, Longitude, and Altitude.