| Package | Description |
|---|---|
| ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.ft.point.standard.plug |
package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets
|
| Modifier and Type | Field and Description |
|---|---|
TableConfig |
TableConfig.parent |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<TableConfig> |
TableConfig.children |
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
TableConfigurer.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
Create a TableConfig for this dataset.
|
TableConfig |
PointConfigXML.readConfigXML(java.lang.String fileLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
PointConfigXML.readConfigXMLfromResource(java.lang.String resourceLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfig.addChild(TableConfig t) |
static Table |
Table.factory(NetcdfDataset ds,
TableConfig config) |
static void |
CoordSysEvaluator.findCoords(TableConfig nt,
java.util.List<CoordinateAxis> axes) |
static void |
CoordSysEvaluator.findCoords(TableConfig nt,
NetcdfDataset ds)
Look for Axis by Type, assign to TableConfig if found.
|
static void |
CoordSysEvaluator.findCoordWithDimension(TableConfig nt,
NetcdfDataset ds,
Dimension outer) |
void |
PointConfigXML.writeConfigXML(TableConfig tc,
java.lang.String tableConfigurerClass,
java.util.Formatter sf) |
| Constructor and Description |
|---|
Table(NetcdfDataset ds,
TableConfig config) |
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
UnidataPointObs.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
UnidataPointFeature.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
Deprecated.
|
TableConfig |
Suomi.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
RafNimbus.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
Nldn.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
Ndbc.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
MadisAcars.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
Madis.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
Jason.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
Iridl.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
GempakCdm.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
FslWindProfiler.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
FslRaob.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
Cosmic.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
CFpointObs.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
CdmDirect.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
TableConfig |
BuoyShipSynop.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
protected TableConfig |
GempakCdm.getStationAsPointConfig(NetcdfDataset ds,
java.util.Formatter errlog) |
protected TableConfig |
GempakCdm.getStationConfig(NetcdfDataset ds,
java.util.Formatter errlog) |
protected TableConfig |
CdmDirect.getStationConfig(NetcdfDataset ds,
java.util.Formatter errlog) |
protected TableConfig |
GempakCdm.getStationProfileConfig(NetcdfDataset ds,
java.util.Formatter errlog) |
protected TableConfig |
CdmDirect.getStationProfileConfig(NetcdfDataset ds,
java.util.Formatter errlog) |
protected TableConfig |
GempakCdm.makeStationTable(NetcdfDataset ds,
java.util.Formatter errlog) |