| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
| ucar.nc2.dataset.conv |
Parses the information in netCDF datasets using Conventions, and extracts
information about coordinate systems.
|
| ucar.nc2.dataset.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.fmrc |
Support classes for Forecast Model Run Collections.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
| ucar.nc2.ft |
Scientific feature types package
|
| ucar.nc2.ft.fmrc | |
| ucar.nc2.ft.grid | |
| ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
| 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
|
| ucar.nc2.ft.radial | |
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| ucar.nc2.iosp.mcidas | |
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| Modifier and Type | Method and Description |
|---|---|
NetcdfDataset |
InvDatasetFmrc.getDataset(java.lang.String path)
Deprecated.
Get the dataset named by the path
|
NetcdfDataset |
InvDatasetFeatureCollection.getNetcdfDataset(java.lang.String matchPath)
Get the dataset named by the path.
|
| Modifier and Type | Field and Description |
|---|---|
NetcdfDataset |
CoordSysBuilder.VarProcess.ds |
protected NetcdfDataset |
CoordinateSystem.ds |
protected NetcdfDataset |
CoordinateAxis.ncd |
| Modifier and Type | Method and Description |
|---|---|
static NetcdfDataset |
NetcdfDataset.acquireDataset(FileFactory fac,
java.lang.String location,
java.util.Set<NetcdfDataset.Enhance> enhanceMode,
int buffer_size,
CancelTask cancelTask,
java.lang.Object iospMessage)
Same as openDataset, but file is acquired through the File Cache.
|
static NetcdfDataset |
NetcdfDataset.acquireDataset(java.lang.String location,
boolean enhance,
CancelTask cancelTask) |
static NetcdfDataset |
NetcdfDataset.acquireDataset(java.lang.String location,
CancelTask cancelTask)
Same as openDataset, but file is acquired through the File Cache, with defaultEnhanceMode.
|
NetcdfDataset |
CoordinateSystem.getNetcdfDataset()
Get the underlying NetcdfDataset
|
static NetcdfDataset |
NetcdfDataset.openDataset(java.lang.String location)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.openDataset(java.lang.String location,
boolean enhance,
CancelTask cancelTask)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.openDataset(java.lang.String location,
boolean enhance,
int buffer_size,
CancelTask cancelTask,
java.lang.Object spiObject)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.openDataset(java.lang.String location,
java.util.Set<NetcdfDataset.Enhance> enhanceMode,
int buffer_size,
CancelTask cancelTask,
java.lang.Object spiObject)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.wrap(NetcdfFile ncfile,
java.util.Set<NetcdfDataset.Enhance> mode)
Make NetcdfFile into NetcdfDataset with given enhance mode
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoordSysBuilder.assignCoordinateSystemsExplicit(NetcdfDataset ncDataset)
Assign explicit CoordinateSystem objects to variables.
|
protected void |
CoordSysBuilder.assignCoordinateTransforms(NetcdfDataset ncDataset)
Assign CoordinateTransform objects to Coordinate Systems.
|
void |
CoordSysBuilderIF.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask)
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
|
void |
CoordSysBuilder.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
CoordSysBuilderIF.buildCoordinateSystems(NetcdfDataset ncDataset)
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.
|
void |
CoordSysBuilder.buildCoordinateSystems(NetcdfDataset ncDataset)
Heres where the work is to identify coordinate axes and coordinate systems.
|
static void |
NetcdfDataset.debugDump(java.io.PrintStream out,
NetcdfDataset ncd)
Debugging
|
static CoordSysBuilderIF |
CoordSysBuilder.factory(NetcdfDataset ds,
CancelTask cancelTask)
Get a CoordSysBuilder whose job it is to add Coordinate information to a NetcdfDataset.
|
static CoordinateAxis |
CoordinateAxis.factory(NetcdfDataset ncd,
VariableDS vds)
Create a coordinate axis from an existing Variable.
|
static CoordinateAxis1DTime |
CoordinateAxis1DTime.factory(NetcdfDataset ncd,
VariableDS org,
java.util.Formatter errMessages) |
protected void |
CoordSysBuilder.findCoordinateAxes(NetcdfDataset ncDataset)
Identify coordinate axes, set VarProcess.isCoordinateAxis = true.
|
protected void |
CoordSysBuilder.findCoordinateSystems(NetcdfDataset ncDataset)
Identify coordinate systems, set VarProcess.isCoordinateSystem = true.
|
protected void |
CoordSysBuilder.findCoordinateTransforms(NetcdfDataset ncDataset)
Identify coordinate transforms, set VarProcess.isCoordinateTransform = true.
|
protected AxisType |
CoordSysBuilder.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
Identify what kind of AxisType the named variable is.
|
protected void |
CoordSysBuilder.makeCoordinateAxes(NetcdfDataset ncDataset)
Take previously identified Coordinate Axis and Coordinate Variables and make them into a
CoordinateAxis.
|
protected void |
CoordSysBuilder.makeCoordinateSystems(NetcdfDataset ncDataset)
Take all previously identified Coordinate Systems and create a
CoordinateSystem object.
|
protected void |
CoordSysBuilder.makeCoordinateSystemsImplicit(NetcdfDataset ncDataset)
Make implicit CoordinateSystem objects for variables that dont already have one, by using the
variables' list of coordinate axes, and any coordinateVariables for it.
|
protected void |
CoordSysBuilder.makeCoordinateSystemsMaximal(NetcdfDataset ncDataset)
If a variable still doesnt have a coordinate system, use hueristics to try to find one that was probably
forgotten.
|
CoordinateTransform |
CoordTransBuilderIF.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable.
|
protected CoordinateTransform |
CoordSysBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
static CoordinateTransform |
CoordTransBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv,
java.util.Formatter parseInfo,
java.util.Formatter errInfo)
Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or
registered CoordTransBuilder.
|
protected void |
CoordSysBuilder.makeCoordinateTransforms(NetcdfDataset ncDataset)
Take all previously identified Coordinate Transforms and create a
CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
|
protected VariableDS |
CoordSysBuilder.makeCoordinateTransformVariable(NetcdfDataset ds,
CoordinateTransform ct) |
static VariableDS |
CoordTransBuilder.makeDummyTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform.
|
static VariableDS |
CoordSysBuilder.makeDummyTransformVariable(NetcdfDataset ds,
CoordinateTransform ct)
Deprecated.
use CoordTransBuilder.makeDummyTransformVariable
|
VerticalTransform |
CoordTransBuilderIF.makeMathTransform(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Make a VerticalTransform.
|
VerticalTransform |
VerticalCT.makeVerticalTransform(NetcdfDataset ds,
Dimension timeDim)
Use the builder to make the Vertical Transform function
|
static void |
DatasetConstructor.transferDataset(NetcdfFile src,
NetcdfDataset target,
ReplaceVariableCheck replaceCheck)
Copy contents of "src" to "target".
|
| Constructor and Description |
|---|
CoordinateAxis(NetcdfDataset ds,
Group group,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable.
|
CoordinateAxis(NetcdfDataset ncd,
VariableDS vds)
Create a coordinate axis from an existing Variable.
|
CoordinateAxis1D(NetcdfDataset ds,
Group group,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable.
|
CoordinateAxis1D(NetcdfDataset ncd,
VariableDS vds)
Create a 1D coordinate axis from an existing Variable
|
CoordinateAxis2D(NetcdfDataset ncd,
VariableDS vds)
Create a 2D coordinate axis from an existing VariableDS
|
CoordinateSystem(NetcdfDataset ds,
java.util.Collection<CoordinateAxis> axes,
java.util.Collection<CoordinateTransform> coordTrans)
Constructor.
|
CoordSysBuilder.VarProcess(NetcdfDataset ds) |
StructureDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
java.lang.String shortName,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when theres no underlying variable.
|
StructureDS(NetcdfDataset ds,
Group group,
Structure parent,
java.lang.String shortName,
Structure orgVar)
Wrap the given Structure, making it into a StructureDS.
|
StructurePseudo2Dim(NetcdfDataset ncfile,
Group group,
java.lang.String shortName,
java.util.List<java.lang.String> varNames,
Dimension outer,
Dimension inner)
Make a Structure out of named Variables which have var(outer, inner, ...)
|
StructurePseudoDS(NetcdfDataset ncfile,
Group group,
java.lang.String shortName) |
StructurePseudoDS(NetcdfDataset ncfile,
Group group,
java.lang.String shortName,
java.util.List<java.lang.String> varNames,
Dimension outerDim)
Make a Structure out of all Variables with the named dimension as their outermost dimension, or from a list
named Variables, each has the same named outermost dimension.
|
VariableDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc)
Constructor when there's no underlying variable.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WRFConvention.assignCoordinateTransforms(NetcdfDataset ncDataset)
Assign CoordinateTransform objects to Coordinate Systems.
|
protected void |
ADASConvention.assignCoordinateTransforms(NetcdfDataset ncDataset)
Assign CoordinateTransform objects to Coordinate Systems.
|
void |
ZebraConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
WRFConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
UnidataObsConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
void |
Suomi.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NUWGConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NsslRadarMosaicConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NppConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
Nimbus.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ModisSatellite.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
MADISStation.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
M3IOVGGridConvention.augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask) |
void |
M3IOConvention.augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask) |
void |
IFPSConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
GIEFConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
GDVConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
FslWindProfiler.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
EpicInsitu.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
DefaultConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CSMConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
Cosmic1Convention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
_more_
|
void |
CF1Convention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CEDRICRadarConvention.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
BUFRConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
void |
AWIPSsatConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
AWIPSConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
AvhrrConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ATDRadarConvention.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
ADASConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
protected void |
M3IOVGGridConvention.constructCoordAxes(NetcdfDataset ds) |
protected void |
M3IOConvention.constructCoordAxes(NetcdfDataset ds) |
protected void |
GDVConvention.findCoordinateAxes(NetcdfDataset ds)
look for aliases.
|
protected void |
DefaultConvention.findCoordinateAxes(NetcdfDataset ds) |
protected void |
CSMConvention.findCoordinateAxes(NetcdfDataset ds)
The attribute "coordinates" is an alias for _CoordinateAxes.
|
protected AxisType |
WRFConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Suomi.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
protected AxisType |
NUWGConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
M3IOVGGridConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
M3IOConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Jason2Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
GDVConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
DefaultConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
CSMConvention.getAxisType(NetcdfDataset ncd,
VariableEnhanced v) |
protected AxisType |
Cosmic1Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
COARDSConvention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
protected AxisType |
CF1Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
Augment CSM axis type identification with "projection_x_coordinate", "projection_y_coordinate"
and the various dimensionless vertical coordinates
|
protected AxisType |
AWIPSsatConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
AWIPSConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
ADASConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected java.lang.String |
IFPSConvention.getZisPositive(NetcdfDataset ds,
CoordinateAxis v) |
protected CoordinateTransform |
CSMConvention.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
protected void |
WRFConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
NUWGConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
M3IOConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
GDVConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
DefaultConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
AWIPSsatConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
AWIPSConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
ADASConvention.makeCoordinateTransforms(NetcdfDataset ds) |
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfDataset |
TypedDatasetImpl.ncfile |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypedDatasetFactoryIF.isMine(NetcdfDataset ncd)
Determine if this dataset belongs to you
|
static TypedDataset |
TypedDatasetFactory.open(FeatureType datatype,
NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
Open a dataset as a TypedDataset.
|
TypedDataset |
TypedDatasetFactoryIF.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Open a NetcdfDataset as a TypedDataset.
|
| Constructor and Description |
|---|
TypedDatasetImpl(NetcdfDataset ncfile)
Construtor when theres a NetcdfFile underneath
|
| Modifier and Type | Method and Description |
|---|---|
NetcdfDataset |
ForecastModelRunCollection.getBestTimeSeries()
Get a NetcdfDataset that has the "best" time series, across model runs.
|
NetcdfDataset |
FmrcImpl.getBestTimeSeries() |
NetcdfDataset |
ForecastModelRunCollection.getFmrcDataset()
Get a NetcdfDataset that is the underlying datasets with the "2d time"
|
NetcdfDataset |
FmrcImpl.getFmrcDataset() |
NetcdfDataset |
ForecastModelRunCollection.getForecastOffsetDataset(double hours)
Get a NetcdfDataset that has all the data for a fixed forecast offset, across model runs.
|
NetcdfDataset |
FmrcImpl.getForecastOffsetDataset(double hours) |
NetcdfDataset |
ForecastModelRunCollection.getForecastTimeDataset(java.util.Date forecastTime)
Get a NetcdfDataset that has all the data for a fixed forecast time, across model runs.
|
NetcdfDataset |
FmrcImpl.getForecastTimeDataset(java.util.Date forecastTime) |
NetcdfDataset |
ForecastModelRunCollection.getRunTimeDataset(java.util.Date runTime)
Get a NetcdfDataset that has all the data for a model run.
|
NetcdfDataset |
FmrcImpl.getRunTimeDataset(java.util.Date wantRuntime) |
| Constructor and Description |
|---|
FmrcImpl(NetcdfDataset ncd) |
| Modifier and Type | Method and Description |
|---|---|
NetcdfDataset |
GridDataset.getNetcdfDataset() |
| Constructor and Description |
|---|
GridDataset(NetcdfDataset ds)
Create a GridDataset from a NetcdfDataset.
|
GridDataset(NetcdfDataset ds,
java.util.Formatter parseInfo)
Create a GridDataset from a NetcdfDataset.
|
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfDataset |
RecordDatasetHelper.ncfile
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PointObsDataset |
DapperDataset.factory(NetcdfDataset ds) |
static LatLonRect |
UnidataObsDatasetHelper.getBoundingBox(NetcdfDataset ds) |
static Variable |
UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
static java.util.Date |
UnidataObsDatasetHelper.getEndDate(NetcdfDataset ds) |
static java.util.Date |
UnidataObsDatasetHelper.getStartDate(NetcdfDataset ds) |
boolean |
UnidataStationObsMultidimDataset.isMine(NetcdfDataset ds) |
boolean |
UnidataStationObsDataset2.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataStationObsDataset.isMine(NetcdfDataset ds) |
boolean |
UnidataPointObsDataset.isMine(NetcdfDataset ds) |
boolean |
SequenceObsDataset.isMine(NetcdfDataset ds) |
boolean |
OldUnidataStationObsDataset.isMine(NetcdfDataset ds) |
boolean |
OldUnidataPointObsDataset.isMine(NetcdfDataset ds) |
boolean |
NdbcDataset.isMine(NetcdfDataset ds) |
boolean |
MadisStationObsDataset.isMine(NetcdfDataset ds) |
boolean |
MadisPointObsDataset.isMine(NetcdfDataset ds) |
boolean |
DapperDataset.isMine(NetcdfDataset ds) |
boolean |
CFstationObsDataset.isMine(NetcdfDataset ds) |
TypedDataset |
UnidataStationObsMultidimDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataStationObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
SequenceObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
OldUnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
OldUnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
NdbcDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
MadisStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
MadisPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
DapperDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
CFstationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
| Constructor and Description |
|---|
CFstationObsDataset(NetcdfDataset ds) |
DapperDataset(NetcdfDataset ds) |
MadisPointObsDataset(NetcdfDataset ds) |
MadisStationObsDataset(NetcdfDataset ds) |
NdbcDataset(NetcdfDataset ds) |
OldUnidataPointObsDataset(NetcdfDataset ds) |
OldUnidataStationObsDataset(NetcdfDataset ds) |
OldUnidataStationObsDataset(NetcdfDataset ds,
java.lang.String ncmlURL) |
PointObsDatasetImpl(NetcdfDataset ncfile) |
RecordDatasetHelper(NetcdfDataset ncfile,
java.lang.String obsTimeVName,
java.lang.String nomTimeVName,
java.util.List typedDataVariables)
Deprecated.
Constructor.
|
RecordDatasetHelper(NetcdfDataset ncfile,
java.lang.String obsTimeVName,
java.lang.String nomTimeVName,
java.util.List typedDataVariables,
java.lang.StringBuffer errBuffer)
Deprecated.
|
RecordDatasetHelper(NetcdfDataset ncfile,
java.lang.String obsTimeVName,
java.lang.String nomTimeVName,
java.util.List typedDataVariables,
java.lang.String recDimName,
java.lang.StringBuffer errBuffer)
Deprecated.
Constructor.
|
SequenceHelper(NetcdfDataset ncfile,
boolean isProfile,
StructureDS sequenceOuter,
StructureDS sequenceInner,
Variable latVar,
Variable lonVar,
Variable altVar,
Variable timeVar,
java.util.List typedDataVariables,
java.lang.StringBuffer errBuffer)
Constructor.
|
SequenceObsDataset(NetcdfDataset ds,
CancelTask task) |
StationObsDatasetImpl(NetcdfDataset ncfile) |
UnidataPointObsDataset(NetcdfDataset ds) |
UnidataStationObsDataset(NetcdfDataset ds) |
UnidataStationObsDataset2(NetcdfDataset ds)
Deprecated.
|
UnidataStationObsMultidimDataset(NetcdfDataset ds) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UF2Dataset.addRadialVariable(NetcdfDataset nds,
Variable var) |
protected abstract void |
RadialDatasetSweepAdapter.addRadialVariable(NetcdfDataset ds,
Variable var) |
protected void |
Nids2Dataset.addRadialVariable(NetcdfDataset nds,
Variable var) |
protected void |
Netcdf2Dataset.addRadialVariable(NetcdfDataset nds,
Variable var) |
protected void |
LevelII2Dataset.addRadialVariable(NetcdfDataset nds,
Variable var) |
protected void |
Dorade2Dataset.addRadialVariable(NetcdfDataset nds,
Variable var) |
protected void |
CFnetCDF2Dataset.addRadialVariable(NetcdfDataset nds,
Variable var)
_more_
|
boolean |
LevelII2Dataset.isHighResolution(NetcdfDataset nds) |
boolean |
CFnetCDF2Dataset.isHighResolution(NetcdfDataset nds)
_more_
|
boolean |
UF2Dataset.isMine(NetcdfDataset ds) |
boolean |
Nids2Dataset.isMine(NetcdfDataset ds) |
boolean |
Netcdf2Dataset.isMine(NetcdfDataset ds) |
boolean |
LevelII2Dataset.isMine(NetcdfDataset ds) |
boolean |
Dorade2Dataset.isMine(NetcdfDataset ds) |
boolean |
CFnetCDF2Dataset.isMine(NetcdfDataset ds)
_more_
|
protected RadialDatasetSweep.RadialVariable |
UF2Dataset.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
protected abstract RadialDatasetSweep.RadialVariable |
RadialDatasetSweepAdapter.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
protected RadialDatasetSweep.RadialVariable |
Nids2Dataset.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
protected RadialDatasetSweep.RadialVariable |
Netcdf2Dataset.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
protected RadialDatasetSweep.RadialVariable |
LevelII2Dataset.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
protected RadialDatasetSweep.RadialVariable |
Dorade2Dataset.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0) |
protected RadialDatasetSweep.RadialVariable |
CFnetCDF2Dataset.makeRadialVariable(NetcdfDataset nds,
VariableSimpleIF v,
Variable v0)
_more_
|
RadialDatasetSweep |
RadialDatasetSweepFactory.open(NetcdfDataset ncd)
Deprecated.
|
TypedDataset |
UF2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Nids2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Netcdf2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
LevelII2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Dorade2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
CFnetCDF2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
_more_
|
void |
Netcdf2Dataset.setIsVolume(NetcdfDataset nds) |
| Constructor and Description |
|---|
CFnetCDF2Dataset(NetcdfDataset ds)
Constructor.
|
Dorade2Dataset(NetcdfDataset ds)
Constructor.
|
LevelII2Dataset(NetcdfDataset ds)
Constructor.
|
Netcdf2Dataset(NetcdfDataset ds)
Constructor.
|
Nids2Dataset(NetcdfDataset ds)
Constructor.
|
RadialDatasetSweepAdapter(NetcdfDataset ds) |
UF2Dataset(NetcdfDataset ds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ZebraClassTrajectoryObsDataset.isMine(NetcdfDataset ds) |
boolean |
UnidataTrajectoryObsDataset2.isMine(NetcdfDataset ds) |
boolean |
UnidataTrajectoryObsDataset.isMine(NetcdfDataset ds) |
boolean |
SimpleTrajectoryObsDataset.isMine(NetcdfDataset ds) |
boolean |
RafTrajectoryObsDataset.isMine(NetcdfDataset ds) |
boolean |
Float10TrajectoryObsDataset.isMine(NetcdfDataset ds) |
boolean |
COSMICTrajectoryObsDataset.isMine(NetcdfDataset ds) |
boolean |
ARMTrajectoryObsDataset.isMine(NetcdfDataset ds) |
static boolean |
ZebraClassTrajectoryObsDataset.isValidFile(NetcdfDataset ncd) |
static boolean |
SimpleTrajectoryObsDataset.isValidFile(NetcdfDataset ncd) |
static boolean |
RafTrajectoryObsDataset.isValidFile(NetcdfDataset ds) |
static boolean |
Float10TrajectoryObsDataset.isValidFile(NetcdfDataset ds) |
static boolean |
COSMICTrajectoryObsDataset.isValidFile(NetcdfDataset ncd) |
static boolean |
ARMTrajectoryObsDataset.isValidFile(NetcdfDataset ncd) |
TypedDataset |
ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
SimpleTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
RafTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Float10TrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
COSMICTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
ARMTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
| Constructor and Description |
|---|
ARMTrajectoryObsDataset(NetcdfDataset ncd) |
COSMICTrajectoryObsDataset(NetcdfDataset ncd) |
Float10TrajectoryObsDataset(NetcdfDataset ncd) |
MultiTrajectoryObsDataset(NetcdfDataset ncfile)
Deprecated.
|
RafTrajectoryObsDataset(NetcdfDataset ncf) |
SimpleTrajectoryObsDataset(NetcdfDataset ncd) |
SingleTrajectoryObsDataset(NetcdfDataset ncfile)
Deprecated.
|
TrajectoryObsDatasetImpl(NetcdfDataset ncfile)
Deprecated.
_more_
|
UnidataTrajectoryObsDataset(NetcdfDataset ncd) |
UnidataTrajectoryObsDataset2(NetcdfDataset ncd) |
ZebraClassTrajectoryObsDataset(NetcdfDataset ncd) |
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfDataset |
FeatureDatasetImpl.ncfile |
| Modifier and Type | Method and Description |
|---|---|
static FeatureType |
FeatureDatasetFactoryManager.findFeatureType(NetcdfDataset ncd)
Try to determine the feature type of the dataset, by looking at its metadata.
|
java.lang.Object |
FeatureDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
java.util.Formatter errlog)
Determine if the factory can open this dataset as an instance of the given feature type
|
FeatureDataset |
FeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
java.lang.Object analysis,
CancelTask task,
java.util.Formatter errlog)
Open a NetcdfDataset as a FeatureDataset.
|
static FeatureDataset |
FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType,
NetcdfDataset ncd,
CancelTask task,
java.util.Formatter errlog)
Wrap a NetcdfDataset as a FeatureDataset.
|
| Constructor and Description |
|---|
FeatureDatasetImpl(NetcdfDataset ncfile)
Constructor when theres a NetcdfFile underneath
|
| Modifier and Type | Method and Description |
|---|---|
GridDataset |
Fmrc.getDataset2D(NetcdfDataset result) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
GridDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
java.util.Formatter errlog) |
FeatureDataset |
GridDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
java.lang.Object analysis,
CancelTask task,
java.util.Formatter errlog) |
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfDataset |
RecordDatasetHelper.ncfile |
| Constructor and Description |
|---|
PointDatasetImpl(NetcdfDataset ds,
FeatureType featureType) |
RecordDatasetHelper(NetcdfDataset ncfile,
java.lang.String obsTimeVName,
java.lang.String nomTimeVName,
java.util.List<VariableSimpleIF> typedDataVariables,
java.lang.String recDimName,
java.util.Formatter errBuffer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NetcdfDataset |
TableAnalyzer.getNetcdfDataset() |
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.factory(NetcdfDataset ds,
TableConfig config) |
static TableAnalyzer |
TableAnalyzer.factory(TableConfigurer tc,
FeatureType wantFeatureType,
NetcdfDataset ds)
Create a TableAnalyser for this dataset with the given TableConfigurer
|
static CoordinateAxis |
CoordSysEvaluator.findCoordByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type.
|
static CoordinateAxis |
CoordSysEvaluator.findCoordByType(NetcdfDataset ds,
AxisType atype,
CoordSysEvaluator.Predicate p)
Look for Axis by Type and test against a predicate
|
static java.lang.String |
CoordSysEvaluator.findCoordNameByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type.
|
static void |
CoordSysEvaluator.findCoords(TableConfig nt,
NetcdfDataset ds)
Look for Axis by Type, assign to TableConfig if found.
|
static java.lang.String |
CoordSysEvaluator.findCoordShortNameByType(NetcdfDataset ds,
AxisType atype) |
static void |
CoordSysEvaluator.findCoordWithDimension(TableConfig nt,
NetcdfDataset ds,
Dimension outer) |
static Dimension |
CoordSysEvaluator.findDimensionByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type.
|
protected java.lang.String |
TableConfigurerImpl.findNameVariableWithStandardNameAndDimension(NetcdfDataset ds,
java.lang.String standard_name,
Dimension outer,
java.util.Formatter errlog) |
protected Variable |
TableConfigurerImpl.findVariableWithStandardNameAndDimension(NetcdfDataset ds,
java.lang.String standard_name,
Dimension outer,
java.util.Formatter errlog) |
protected Variable |
TableConfigurerImpl.findVariableWithStandardNameAndNotDimension(NetcdfDataset ds,
java.lang.String standard_name,
Dimension outer,
java.util.Formatter errlog) |
protected CoordinateAxis |
TableConfigurerImpl.findZAxisNotStationAlt(NetcdfDataset ds) |
TableConfig |
TableConfigurer.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
Create a TableConfig for this dataset.
|
static Dimension |
Evaluator.getDimension(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog) |
static java.lang.String |
Evaluator.getDimensionName(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog) |
static FeatureType |
Evaluator.getFeatureType(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog)
Turn the key into a String and return the corresponding featureType, if any.
|
static java.lang.String |
Evaluator.getLiteral(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog)
Translate key to value
|
static java.lang.String |
Evaluator.getNameOfVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue) |
static Structure |
Evaluator.getStructureWithDimensions(NetcdfDataset ds,
Dimension dim0,
Dimension dim1) |
static TableConfigurer |
TableAnalyzer.getTableConfigurer(FeatureType wantFeatureType,
NetcdfDataset ds)
Find a TableConfigurer for this dataset, if there is one.
|
static java.lang.String |
Evaluator.getVariableAttributeValue(NetcdfDataset ds,
java.lang.String attName) |
static java.lang.String |
Evaluator.getVariableName(NetcdfDataset ds,
java.lang.String key,
java.util.Formatter errlog) |
static Variable |
Evaluator.getVariableWithAttribute(NetcdfDataset ds,
java.lang.String attName) |
static Variable |
Evaluator.getVariableWithAttributeValue(NetcdfDataset ds,
java.lang.String attName,
java.lang.String attValue) |
static boolean |
Evaluator.hasRecordStructure(NetcdfDataset ds) |
boolean |
TableConfigurer.isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Determine if this is a dataset that can be opened as a point obs dataset.
|
java.lang.Object |
PointDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog)
Check if this is a POINT datatype.
|
protected java.lang.String |
TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer) |
protected java.lang.String |
TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension inner) |
protected java.lang.String |
TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension middle,
Dimension inner) |
FeatureDataset |
PointDatasetStandardFactory.open(FeatureType wantFeatureType,
NetcdfDataset ncd,
java.lang.Object analyser,
CancelTask task,
java.util.Formatter errlog) |
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) |
| Constructor and Description |
|---|
Table(NetcdfDataset ds,
TableConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static LatLonRect |
UnidataPointDatasetHelper.getBoundingBox(NetcdfDataset ds) |
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) |
static Variable |
UnidataPointDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
static java.lang.String |
UnidataPointDatasetHelper.getCoordinateName(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
static java.lang.String |
UnidataPointDatasetHelper.getCoordinateName(NetcdfDataset ds,
AxisType a,
Dimension dim)
Tries to find the coordinate variable of the specified type, which has the specified dimension as its firsst dimension
|
static java.util.Date |
UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds,
DateUnit timeUnit) |
static java.util.Date |
UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds,
DateUnit timeUnit) |
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 Madis.VNames |
Madis.getVariableNames(NetcdfDataset ds,
java.util.Formatter errlog) |
boolean |
UnidataPointObs.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
UnidataPointFeature.isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Deprecated.
|
boolean |
Suomi.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
RafNimbus.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Nldn.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Ndbc.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
MadisAcars.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Madis.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Jason.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Iridl.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
GempakCdm.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
FslWindProfiler.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
FslRaob.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Cosmic.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CFpointObs.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CdmDirect.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
BuoyShipSynop.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
protected TableConfig |
GempakCdm.makeStationTable(NetcdfDataset ds,
java.util.Formatter errlog) |
protected java.lang.String |
CFpointObs.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
RadialDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds,
java.util.Formatter errlog) |
FeatureDataset |
RadialDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
java.lang.Object analysis,
CancelTask task,
java.util.Formatter errlog) |
| Constructor and Description |
|---|
AddeVariable(NetcdfDataset ncfile,
Structure parentStructure,
java.lang.String shortName,
DataType dataType,
java.lang.String dims,
java.lang.String units,
java.lang.String desc,
int nparam) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateTransform |
McIDASAreaTransformBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make the coordinate transform
|
| Modifier and Type | Field and Description |
|---|---|
protected NetcdfDataset |
Aggregation.ncDataset |
| Modifier and Type | Method and Description |
|---|---|
static NetcdfDataset |
NcMLReader.mergeNcML(NetcdfFile ref,
org.jdom.Element parentElem)
Use NCML to modify the referenced dataset, create a new dataset with the merged info
Used to wrap each dataset of an aggregation before its aggregated
|
static NetcdfDataset |
NcMLReader.mergeNcMLdirect(NetcdfDataset targetDS,
org.jdom.Element parentElem)
Use NCML to directly modify the dataset
|
static NetcdfDataset |
NcMLReader.readNcML(java.io.InputStream ins,
CancelTask cancelTask)
Read NcML doc from an InputStream, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(java.io.Reader r,
CancelTask cancelTask)
Read NcML doc from a Reader, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(java.io.Reader r,
java.lang.String ncmlLocation,
CancelTask cancelTask)
Read NcML doc from a Reader, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(java.lang.String ncmlLocation,
CancelTask cancelTask)
Read an NcML file from a URL location, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(java.lang.String ncmlLocation,
org.jdom.Element netcdfElem,
CancelTask cancelTask)
Read NcML from a JDOM Document, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(java.lang.String ncmlLocation,
java.lang.String referencedDatasetUri,
CancelTask cancelTask)
Read an NcML file from a URL location, and construct a NetcdfDataset.
|
| Modifier and Type | Method and Description |
|---|---|
static NetcdfDataset |
NcMLReader.mergeNcMLdirect(NetcdfDataset targetDS,
org.jdom.Element parentElem)
Use NCML to directly modify the dataset
|
void |
NcMLReader.readNetcdf(java.lang.String ncmlLocation,
NetcdfDataset targetDS,
NetcdfFile refds,
org.jdom.Element netcdfElem,
CancelTask cancelTask)
parse a netcdf JDOM Element, and add contents to the targetDS NetcdfDataset.
|
protected void |
Aggregation.setDatasetAcquireProxy(Aggregation.Dataset typicalDataset,
NetcdfDataset newds) |
static void |
NcMLReader.wrapNcML(NetcdfDataset ncDataset,
java.lang.String ncmlLocation,
CancelTask cancelTask)
Use NCML to modify the dataset, getting NcML from a URL
|
static void |
NcMLReader.wrapNcMLresource(NetcdfDataset ncDataset,
java.lang.String ncmlResourceLocation,
CancelTask cancelTask)
Use NCML to modify a dataset, getting the NcML document as a resource stream.
|
void |
NcMLGWriter.writeXML(NetcdfDataset ncd,
java.io.OutputStream os,
boolean showCoords,
java.lang.String uri)
Write a NetcdfDataset as an NcML-G document to the specified stream.
|
| Constructor and Description |
|---|
Aggregation(NetcdfDataset ncd,
java.lang.String dimName,
Aggregation.Type type,
java.lang.String recheckS)
Create an Aggregation for the given NetcdfDataset.
|
AggregationExisting(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS) |
AggregationFmrc(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS) |
AggregationNew(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS) |
AggregationOuterDimension(NetcdfDataset ncd,
java.lang.String dimName,
Aggregation.Type type,
java.lang.String recheckS)
Create an Aggregation for the given NetcdfDataset.
|
AggregationTiled(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS) |
AggregationUnion(NetcdfDataset ncd,
java.lang.String dimName,
java.lang.String recheckS) |
| Modifier and Type | Method and Description |
|---|---|
NetcdfDataset |
ThreddsDataFactory.openDataset(InvAccess access,
boolean acquire,
CancelTask task,
java.util.Formatter log)
Try to open invAccess as a NetcdfDataset.
|
NetcdfDataset |
ThreddsDataFactory.openDataset(InvDataset invDataset,
boolean acquire,
CancelTask task,
java.util.Formatter log)
Try to open as a NetcdfDataset.
|
NetcdfDataset |
ThreddsDataFactory.openDataset(java.lang.String location,
boolean acquire,
CancelTask task,
java.util.Formatter log)
Open a NetcdfDataset from a URL location string.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ThreddsDataFactory.annotate(InvDataset ds,
NetcdfDataset ncDataset)
Add information from the InvDataset to the NetcdfDataset.
|