Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.gis |
DataSource classes and utilities for GIS-like data.
|
ucar.unidata.gis.maps |
Geographic information: Map display information classes.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.chooser.adde | |
ucar.unidata.idv.ui |
User Interface (UI) classes for the IDV
|
ucar.unidata.metdata |
Meteorological data classes.
|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
ucar.unidata.ui.symbol |
Meteorological symbol drawing.
|
ucar.unidata.xml |
This package provides a set of Xml related classes.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
DerivedDataDescriptor.init(DataContext dataContext,
XmlResourceCollection xrc)
Go through each xml file defined by the given XmlResourceCollection
and create the DerivedDataDescriptor-s defined in the xml.
|
static void |
DataGroup.init(XmlResourceCollection xrc)
Initialize from XML.
|
static void |
DataAlias.init(XmlResourceCollection resources)
Initialize the DataAlias-es with the given collection
of xml resources,
XmlResourceCollection |
static void |
DataCategory.init(XmlResourceCollection resources)
Used by XML persistence initialization.
|
static void |
DataGroup.init(XmlResourceCollection xrc,
boolean andClear)
Initialize from XML.
|
void |
DataManager.loadDataSourceXml(XmlResourceCollection resources)
Process the list of xml documents that define the different
DataSource s used within the idv. |
static void |
DataAlias.reInit(XmlResourceCollection resources)
Reinitialize the data structures and reprocess
the xml.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
WmsSelection.parseWmsResources(XmlResourceCollection xrc)
Process the xms xml resources
|
Constructor and Description |
---|
MapInfo(XmlResourceCollection mapResources,
boolean stopAfterFirst)
Create the MapInfo from the xml files pointed to by the resource collection
|
MapInfo(XmlResourceCollection mapResources,
boolean stopAfterFirst,
boolean stopAfterEditable)
Create the MapInfo from the xml files pointed to by the resource collection
|
Modifier and Type | Method and Description |
---|---|
protected XmlResourceCollection |
IdvResourceManager.createXmlResourceCollection(java.lang.String id)
Create, if needed, and return the XmlResourceCollection
defined by the given id
|
XmlResourceCollection |
IdvResourceManager.getMapResources(boolean forGlobe)
_more_
|
XmlResourceCollection |
IdvResourceManager.getXmlResources(IdvResourceManager.IdvResource resource)
Create, if needed, and return the
XmlResourceCollection that is represented by
the given resource. |
XmlResourceCollection |
IdvResourceManager.getXmlResources(java.lang.String name)
Lookup up in the resource collections map the XmlResouceCollection
with the given id
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ControlDescriptor.load(IntegratedDataViewer idv,
XmlResourceCollection resources)
Iterate through the ControlDescriptor describing xml files defined by the given
resources parameter and create the ControlDescriptor objects
|
Modifier and Type | Method and Description |
---|---|
protected XmlResourceCollection |
AddeImageChooser.getImageDefaults()
Get the xml resource collection that defines the image default xml
|
Modifier and Type | Method and Description |
---|---|
void |
ParamDefaultsEditor.loadResources(XmlResourceCollection resources)
Load in the xml resources
|
Modifier and Type | Method and Description |
---|---|
static java.util.List |
NamedStationTable.createStationTables(XmlResourceCollection xrc)
Create a list of NamedStationTables from a set of resources
|
Constructor and Description |
---|
HelpTipDialog(XmlResourceCollection resources,
java.awt.event.ActionListener actionListener,
XmlObjectStore store,
java.lang.Class origin,
boolean showByDefault)
Create the HelpTipDialog
|
MapWidget(XmlResourceCollection mapResources,
boolean standAlone)
Construct the widget using the specified set of default and users xml
|
Modifier and Type | Field and Description |
---|---|
protected XmlResourceCollection |
StationModelManager.symbolTypes
This defines where we get the symbol definition xml files
|
Modifier and Type | Method and Description |
---|---|
void |
StationModelManager.init(XmlResourceCollection symbolTypes,
ResourceCollection stationModels)
Initialize.
|
Modifier and Type | Method and Description |
---|---|
int |
XmlObjectStore.append(XmlResourceCollection rc,
boolean onlyAddIfNotExists)
_more_
|
int |
XmlObjectStore.init(XmlResourceCollection rc)
Initialize the store.
|
Constructor and Description |
---|
XmlResourceCollection(java.lang.String id,
XmlResourceCollection that)
copy ctor
|