| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Text |
AddeTextAdapter.getData()
Return the Text object representing the request.
|
Text |
AddeTextAdapter.getDataAsHTML()
Return the Text object representing the request with HTML formatting.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VisADAdapter.visit(Text text,
visad.data.netcdf.out.VisADAccessor outerAccessor)
Visit a VisAD Text object.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Text |
BinaryText.read(BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinaryText.write(BinaryWriter writer,
TextType type,
String value,
boolean missing,
Text text,
Object token) |
| Modifier and Type | Method and Description |
|---|---|
Text |
NamedLocationTuple.getIdentifier()
Return a unique identifier.
|
Text |
NamedLocation.getIdentifier()
Return a unique identifier.
|
| Constructor and Description |
|---|
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.
|