Package | Description |
---|---|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.xml |
This package provides a set of Xml related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AddeImageDescriptor
A class to hold an image directory + the location
|
Modifier and Type | Class and Description |
---|---|
class |
XmlDelegateImpl
A siomple implementation of the
XmlDelegate interface. |
Modifier and Type | Method and Description |
---|---|
protected XmlDelegate |
XmlEncoder.getDelegate(java.lang.Class theClass)
Find the
XmlDelegate that handles the given class. |
Modifier and Type | Method and Description |
---|---|
void |
XmlEncoder.addDelegateForClass(java.lang.Class theClass,
XmlDelegate delegate)
Add an
XmlDelegate for the given class. |
void |
XmlEncoder.addHighPriorityDelegateForClass(java.lang.Class theClass,
XmlDelegate delegate)
Add an
XmlDelegate for the given class. |