Uses of Class
ucar.unidata.xml.XmlEncoder
Packages that use XmlEncoder
Package
Description
The data package.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
The idv package.
Meteorological symbol drawing.
General utilities.
Provides support for aerological diagrams.
This package provides a set of Xml related classes.
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of XmlEncoder in ucar.unidata.data
Methods in ucar.unidata.data with parameters of type XmlEncoderModifier and TypeMethodDescriptionDataSourceImpl.createElement
(XmlEncoder encoder) Create the XML element for persisting this DataSourcevoid
DataManager.initEncoder
(XmlEncoder encoder, boolean forRead) Seed the given encoder with theDataSourceDescriptor
s and the DataManager object.boolean
DataSourceImpl.initFromXml
(XmlEncoder encoder, Element element) Initialize this from XML -
Uses of XmlEncoder in ucar.unidata.data.imagery
Methods in ucar.unidata.data.imagery with parameters of type XmlEncoderModifier and TypeMethodDescriptionAddeImageDescriptor.createElement
(XmlEncoder encoder) We just have this here so we can define a XmlDelegate for the AreaDirectory classAddeImageDescriptor.createElement
(XmlEncoder encoder, Object object) This is the delegate method for AreaDirectoryAddeImageDescriptor.createObject
(XmlEncoder encoder, Element element) Create an image descriptor from the XML elementboolean
AddeImageDescriptor.initFromXml
(XmlEncoder encoder, Element element) DO nothing. -
Uses of XmlEncoder in ucar.unidata.idv
Methods in ucar.unidata.idv that return XmlEncoderModifier and TypeMethodDescriptionprotected XmlEncoder
IdvBase.getEncoder()
protected XmlEncoder
IntegratedDataViewer.getEncoder()
Get the XmlEncoder for this instanceprotected XmlEncoder
IntegratedDataViewer.getEncoder
(boolean forRead) Create anXmlEncoder
and initialize it with the VisADPersistence delegates.IntegratedDataViewer.getEncoderForRead()
Create a newXmlEncoder
for doing unpersisting.IntegratedDataViewer.getEncoderForWrite()
Create a newXmlEncoder
for doing persisting.Methods in ucar.unidata.idv with parameters of type XmlEncoderModifier and TypeMethodDescriptionIdvBase.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, Element element) Just needed so we can implement XmlPersistableConstructors in ucar.unidata.idv with parameters of type XmlEncoderModifierConstructorDescriptionIdvObjectStore
(IntegratedDataViewer idv, String systemName, String appName, XmlEncoder encoder, String overrideUserDirectory) Create the store. -
Uses of XmlEncoder in ucar.unidata.ui.symbol
Constructors in ucar.unidata.ui.symbol with parameters of type XmlEncoder -
Uses of XmlEncoder in ucar.unidata.util
Methods in ucar.unidata.util that return XmlEncoderModifier and TypeMethodDescriptionprotected XmlEncoder
ResourceManager.getEncoder()
create if needed and return the XmlEncoderConstructors in ucar.unidata.util with parameters of type XmlEncoder -
Uses of XmlEncoder in ucar.unidata.view.sounding
Methods in ucar.unidata.view.sounding with parameters of type XmlEncoderModifier and TypeMethodDescriptionParcelMode.createElement
(XmlEncoder encoder) Returns the XML element corresponding to this instance.ParcelMode.Factory.getObject
(XmlEncoder encoder, Element elt) Returns an instance of the enclosing class corresponding to an XML element.boolean
ParcelMode.initFromXml
(XmlEncoder encoder, Element elt) Returns an instance corresponding to an XML element. -
Uses of XmlEncoder in ucar.unidata.xml
Methods in ucar.unidata.xml that return XmlEncoderModifier and TypeMethodDescriptionprotected XmlEncoder
XmlObjectStore.getEncoder()
Get the encoder we useMethods in ucar.unidata.xml with parameters of type XmlEncoderModifier and TypeMethodDescriptionXmlDelegate.createElement
(XmlEncoder encoder, Object object) Create the xml element for the given object.XmlDelegateImpl.createElement
(XmlEncoder encoder, Object object) Create the xml element for the given object.XmlPersistable.createElement
(XmlEncoder encoder) Create the xml representation of the object.XmlDelegate.createObject
(XmlEncoder encoder, Element element) Create the Object defined by the given xml element.XmlDelegateImpl.createObject
(XmlEncoder encoder, Element element) Create the Object defined by the given xml element.XmlObjectFactory.getObject
(XmlEncoder encoder, Element node) Returns an object corresponding to an XML element.boolean
XmlPersistable.initFromXml
(XmlEncoder encoder, Element element) Initialize this object from the given xml element.protected void
XmlObjectStore.setEncoder
(XmlEncoder encoder) Set theXmlEncoder
that we useConstructors in ucar.unidata.xml with parameters of type XmlEncoder -
Uses of XmlEncoder in ucar.visad
Methods in ucar.visad with parameters of type XmlEncoderModifier and TypeMethodDescriptionProjectionCoordinateSystem.createElement
(XmlEncoder encoder) Create the XML to represent this object.RadarMapProjection.createElement
(XmlEncoder encoder) Create the XML to represent this object.UTMCoordinateSystem.createElement
(XmlEncoder encoder) needed for XmlPersistablestatic Unit
VisADPersistence.createUnit
(XmlEncoder e, Element o) Create a unit from the XMLstatic void
VisADPersistence.init
(XmlEncoder encoder) Initialize a new VisADPersistence with the encoderboolean
ProjectionCoordinateSystem.initFromXml
(XmlEncoder encoder, 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, Element node) Do nothing, return true to tell the encoder that it is ok to process any methods or properties.boolean
UTMCoordinateSystem.initFromXml
(XmlEncoder encoder, Element node) Do nothing, return true to tell the encoder that it is ok to process any methods or properties.