Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
ucar.unidata.util |
General utilities.
|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
ucar.unidata.xml |
This package provides a set of Xml related classes.
|
ucar.visad |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
DataSourceImpl.createElement(XmlEncoder encoder)
Create the XML element for persisting this DataSource
|
void |
DataManager.initEncoder(XmlEncoder encoder,
boolean forRead)
Seed the given encoder with the
DataSourceDescriptor s and the
DataManager object. |
boolean |
DataSourceImpl.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element element)
Initialize this from XML
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
AddeImageDescriptor.createElement(XmlEncoder encoder)
We just have this here so we can define a XmlDelegate for
the AreaDirectory class
|
org.w3c.dom.Element |
AddeImageDescriptor.createElement(XmlEncoder encoder,
java.lang.Object object)
This is the delegate method for AreaDirectory
|
java.lang.Object |
AddeImageDescriptor.createObject(XmlEncoder encoder,
org.w3c.dom.Element element)
Create an image descriptor from the XML element
|
boolean |
AddeImageDescriptor.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element element)
DO nothing.
|
Modifier and Type | Method and Description |
---|---|
protected XmlEncoder |
IdvBase.getEncoder() |
protected XmlEncoder |
IntegratedDataViewer.getEncoder()
Get the XmlEncoder for this instance
|
protected XmlEncoder |
IntegratedDataViewer.getEncoder(boolean forRead)
Create an
XmlEncoder and initialize it
with the VisADPersistence delegates. |
XmlEncoder |
IntegratedDataViewer.getEncoderForRead()
Create a new
XmlEncoder for doing
unpersisting. |
XmlEncoder |
IntegratedDataViewer.getEncoderForWrite()
Create a new
XmlEncoder for doing
persisting. |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
IdvBase.createElement(XmlEncoder encoder)
Implement the XmlPersistable createElement method,
just return null since we don't really want to be persisted.
|
protected void |
IntegratedDataViewer.initEncoder(XmlEncoder encoder,
boolean forRead)
A hook so derived classes can add their own initialization to the
given encoder.
|
boolean |
IdvBase.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element element)
Just needed so we can implement XmlPersistable
|
Constructor and Description |
---|
IdvObjectStore(IntegratedDataViewer idv,
java.lang.String systemName,
java.lang.String appName,
XmlEncoder encoder,
java.lang.String overrideUserDirectory)
Create the store.
|
Constructor and Description |
---|
StationModelManager(XmlEncoder encoder)
ctor
|
Modifier and Type | Method and Description |
---|---|
protected XmlEncoder |
ResourceManager.getEncoder()
create if needed and return the XmlEncoder
|
Constructor and Description |
---|
ResourceManager(XmlEncoder xmlEncoder)
ctor
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
ParcelMode.createElement(XmlEncoder encoder)
Returns the XML element corresponding to this instance.
|
java.lang.Object |
ParcelMode.Factory.getObject(XmlEncoder encoder,
org.w3c.dom.Element elt)
Returns an instance of the enclosing class corresponding to an XML
element.
|
boolean |
ParcelMode.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element elt)
Returns an instance corresponding to an XML element.
|
Modifier and Type | Method and Description |
---|---|
protected XmlEncoder |
XmlObjectStore.getEncoder()
Get the encoder we use
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
XmlPersistable.createElement(XmlEncoder encoder)
Create the xml representation of the object.
|
org.w3c.dom.Element |
XmlDelegate.createElement(XmlEncoder encoder,
java.lang.Object object)
Create the xml element for the given object.
|
org.w3c.dom.Element |
XmlDelegateImpl.createElement(XmlEncoder encoder,
java.lang.Object object)
Create the xml element for the given object.
|
java.lang.Object |
XmlDelegate.createObject(XmlEncoder encoder,
org.w3c.dom.Element element)
Create the Object defined by the given xml element.
|
java.lang.Object |
XmlDelegateImpl.createObject(XmlEncoder encoder,
org.w3c.dom.Element element)
Create the Object defined by the given xml element.
|
java.lang.Object |
XmlObjectFactory.getObject(XmlEncoder encoder,
org.w3c.dom.Element node)
Returns an object corresponding to an XML element.
|
boolean |
XmlPersistable.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element element)
Initialize this object from the given xml element.
|
protected void |
XmlObjectStore.setEncoder(XmlEncoder encoder)
Set the
XmlEncoder that we use |
Constructor and Description |
---|
XmlObjectStore(XmlEncoder encoder)
Create a new store.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
UTMCoordinateSystem.createElement(XmlEncoder encoder)
needed for XmlPersistable
|
org.w3c.dom.Element |
ProjectionCoordinateSystem.createElement(XmlEncoder encoder)
Create the XML to represent this object.
|
org.w3c.dom.Element |
RadarMapProjection.createElement(XmlEncoder encoder)
Create the XML to represent this object.
|
static visad.Unit |
VisADPersistence.createUnit(XmlEncoder e,
org.w3c.dom.Element o)
Create a unit from the XML
|
static void |
VisADPersistence.init(XmlEncoder encoder)
Initialize a new VisADPersistence with the encoder
|
boolean |
UTMCoordinateSystem.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element node)
Do nothing, return true to tell the encoder that it is ok to process
any methods or properties.
|
boolean |
ProjectionCoordinateSystem.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element node)
Do nothing, return true to tell the encoder that it is ok to process
any methods or properties.
|
boolean |
RadarMapProjection.initFromXml(XmlEncoder encoder,
org.w3c.dom.Element node)
Do nothing, return true to tell the encoder that it is ok to process
any methods or properties.
|