Package | Description |
---|---|
dap4.servlet | |
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.client.catalog.writer | |
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.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 polar coordinate system.
|
ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.cover.impl | |
ucar.nc2.ft.fmrc | |
ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
ucar.nc2.ft.point.bufr | |
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.ft.swath | |
ucar.nc2.grib.collection | |
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 | Field and Description |
---|---|
protected NetcdfDataset |
CDMDSP.ncdfile |
Modifier and Type | Method and Description |
---|---|
NetcdfDataset |
CDMDSP.getNetcdfDataset() |
Modifier and Type | Method and Description |
---|---|
NetcdfDataset |
InvDatasetFeatureCollection.getNetcdfDataset(String matchPath)
Get the dataset named by the path.
|
NetcdfDataset |
InvDatasetFcGrib.getNetcdfDataset(String matchPath) |
Modifier and Type | Method and Description |
---|---|
NetcdfDataset |
DataFactory.openDataset(Access access,
boolean acquire,
CancelTask task,
Formatter log)
Try to open Access as a NetcdfDataset.
|
NetcdfDataset |
DataFactory.openDataset(Dataset Dataset,
boolean acquire,
CancelTask task,
Formatter log)
Try to open as a NetcdfDataset.
|
NetcdfDataset |
DataFactory.openDataset(String location,
boolean acquire,
CancelTask task,
Formatter log)
Open a NetcdfDataset from a URL location string.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataFactory.annotate(Dataset ds,
NetcdfDataset ncDataset)
Add information from the Dataset to the NetcdfDataset.
|
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,
String location,
Set<NetcdfDataset.Enhance> enhanceMode,
int buffer_size,
CancelTask cancelTask,
Object iospMessage)
Same as openDataset, but file is acquired through the File Cache.
|
static NetcdfDataset |
NetcdfDataset.acquireDataset(String location,
boolean enhance,
CancelTask cancelTask) |
static NetcdfDataset |
NetcdfDataset.acquireDataset(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(String location)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.openDataset(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(String location,
boolean enhance,
int buffer_size,
CancelTask cancelTask,
Object spiObject)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.openDataset(String location,
Set<NetcdfDataset.Enhance> enhanceMode,
int buffer_size,
CancelTask cancelTask,
Object spiObject)
Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
|
static NetcdfDataset |
NetcdfDataset.wrap(NetcdfFile ncfile,
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 |
CoordSysBuilder.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
CoordSysBuilderIF.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask)
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
|
void |
CoordSysBuilder.buildCoordinateSystems(NetcdfDataset ncDataset)
Heres where the work is to identify coordinate axes and coordinate systems.
|
void |
CoordSysBuilderIF.buildCoordinateSystems(NetcdfDataset ncDataset)
Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.
|
static void |
NetcdfDataset.debugDump(PrintWriter 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,
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.
|
protected CoordinateTransform |
CoordSysBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
CoordinateTransform |
CoordTransBuilderIF.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make a CoordinateTransform from a Coordinate Transform Variable.
|
static CoordinateTransform |
CoordTransBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv,
Formatter parseInfo,
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,
String shortName,
DataType dataType,
String dims,
String units,
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,
String shortName,
DataType dataType,
String dims,
String units,
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,
Collection<CoordinateAxis> axes,
Collection<CoordinateTransform> coordTrans)
Constructor.
|
NetcdfDatasetInfo(NetcdfDataset ds) |
StructureDS(NetcdfDataset ds,
Group group,
Structure parentStructure,
String shortName,
String dims,
String units,
String desc)
Constructor when theres no underlying variable.
|
StructureDS(NetcdfDataset ds,
Group group,
Structure parent,
String shortName,
Structure orgVar)
Wrap the given Structure, making it into a StructureDS.
|
StructurePseudo2Dim(NetcdfDataset ncfile,
Group group,
String shortName,
List<String> varNames,
Dimension outer,
Dimension inner)
Make a Structure out of named Variables which have var(outer, inner, ...)
|
StructurePseudoDS(NetcdfDataset ncfile,
Group group,
String shortName) |
StructurePseudoDS(NetcdfDataset ncfile,
Group group,
String shortName,
List<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,
String shortName,
DataType dataType,
String dims,
String units,
String desc)
Constructor when there's no underlying variable.
|
VarProcess(NetcdfDataset ds) |
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 |
GIEFConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
DefaultConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
HdfEosOmiConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
WRFConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
IFPSConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
UnidataObsConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
void |
Cosmic1Convention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
_more_
|
void |
FslWindProfiler.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
EpicInsitu.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
AWIPSsatConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ZebraConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NsslRadarMosaicConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
GDVConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ModisSatellite.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
Suomi.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CEDRICRadarConvention.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
AWIPSConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
M3IOConvention.augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask) |
void |
NUWGConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
MADISStation.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ATDRadarConvention.augmentDataset(NetcdfDataset ncDataset,
CancelTask cancelTask) |
void |
Nimbus.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CSMConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
NppConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
ADASConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
|
void |
AvhrrConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
HdfEosModisConvention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
void |
CF1Convention.augmentDataset(NetcdfDataset ds,
CancelTask cancelTask) |
protected void |
M3IOConvention.constructCoordAxes(NetcdfDataset ds) |
protected void |
DefaultConvention.findCoordinateAxes(NetcdfDataset ds) |
protected void |
GDVConvention.findCoordinateAxes(NetcdfDataset ds)
look for aliases.
|
protected void |
CSMConvention.findCoordinateAxes(NetcdfDataset ds)
The attribute "coordinates" is an alias for _CoordinateAxes.
|
protected AxisType |
DefaultConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
WRFConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Cosmic1Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
AWIPSsatConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
GDVConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Suomi.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
protected AxisType |
AWIPSConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
M3IOConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
NUWGConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Jason2Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
ADASConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
CF1Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
Augment COARDS axis type identification with Standard names (including dimensionless vertical coordinates) and CF.AXIS attributes
|
protected AxisType |
COARDSConvention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
protected String |
IFPSConvention.getZisPositive(NetcdfDataset ds,
CoordinateAxis v) |
protected CoordinateTransform |
CSMConvention.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
protected void |
DefaultConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
WRFConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
AWIPSsatConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
GDVConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
AWIPSConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
M3IOConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
NUWGConvention.makeCoordinateTransforms(NetcdfDataset ds) |
protected void |
ADASConvention.makeCoordinateTransforms(NetcdfDataset ds) |
Modifier and Type | Field and Description |
---|---|
protected NetcdfDataset |
TypedDatasetImpl.netcdfDataset
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TypedDatasetFactoryIF.isMine(NetcdfDataset ncd)
Deprecated.
Determine if this dataset belongs to you
|
static TypedDataset |
TypedDatasetFactory.open(FeatureType datatype,
NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
Open a dataset as a TypedDataset.
|
TypedDataset |
TypedDatasetFactoryIF.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
Open a NetcdfDataset as a TypedDataset.
|
Constructor and Description |
---|
TypedDatasetImpl(NetcdfDataset netcdfDataset)
Deprecated.
Construtor when theres a NetcdfFile underneath
|
Modifier and Type | Method and Description |
---|---|
NetcdfDataset |
GridDataset.getNetcdfDataset() |
Constructor and Description |
---|
GridDataset(NetcdfDataset ncd)
Create a GridDataset from a NetcdfDataset.
|
GridDataset(NetcdfDataset ncd,
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 LatLonRect |
UnidataObsDatasetHelper.getBoundingBox(NetcdfDataset ds)
Deprecated.
|
static Variable |
UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Deprecated.
Tries to find the coordinate variable of the specified type.
|
static Date |
UnidataObsDatasetHelper.getEndDate(NetcdfDataset ds)
Deprecated.
|
static Date |
UnidataObsDatasetHelper.getStartDate(NetcdfDataset ds)
Deprecated.
|
boolean |
MadisStationObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataPointObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
OldUnidataStationObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataStationObsMultidimDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
NdbcDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
MadisPointObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataStationObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
OldUnidataPointObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
CFstationObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataStationObsDataset2.isMine(NetcdfDataset ds)
Deprecated.
|
TypedDataset |
MadisStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
OldUnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsMultidimDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
NdbcDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
MadisPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
OldUnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
CFstationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
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 |
ARMTrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
Float10TrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
RafTrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataTrajectoryObsDataset2.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
ZebraClassTrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
SimpleTrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
COSMICTrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
boolean |
UnidataTrajectoryObsDataset.isMine(NetcdfDataset ds)
Deprecated.
|
static boolean |
ARMTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
Deprecated.
|
static boolean |
Float10TrajectoryObsDataset.isValidFile(NetcdfDataset ds)
Deprecated.
|
static boolean |
RafTrajectoryObsDataset.isValidFile(NetcdfDataset ds)
Deprecated.
|
static boolean |
ZebraClassTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
Deprecated.
|
static boolean |
SimpleTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
Deprecated.
|
static boolean |
COSMICTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
Deprecated.
|
TypedDataset |
ARMTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
Float10TrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
RafTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
SimpleTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
COSMICTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
StringBuilder errlog)
Deprecated.
|
Constructor and Description |
---|
ARMTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
COSMICTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
Float10TrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
MultiTrajectoryObsDataset(NetcdfDataset ncfile)
Deprecated.
|
RafTrajectoryObsDataset(NetcdfDataset ncf)
Deprecated.
|
SimpleTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
SingleTrajectoryObsDataset(NetcdfDataset ncfile)
Deprecated.
|
TrajectoryObsDatasetImpl(NetcdfDataset ncfile)
Deprecated.
_more_
|
UnidataTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
UnidataTrajectoryObsDataset2(NetcdfDataset ncd)
Deprecated.
|
ZebraClassTrajectoryObsDataset(NetcdfDataset ncd)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected NetcdfDataset |
FeatureDatasetImpl.netcdfDataset |
Modifier and Type | Method and Description |
---|---|
Object |
FeatureDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog)
Determine if the factory can open this dataset as an instance of the given feature type
|
Object |
GridDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog) |
FeatureDataset |
FeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog)
Open a NetcdfDataset as a FeatureDataset.
|
FeatureDataset |
GridDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
static FeatureDataset |
FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType,
NetcdfDataset ncd,
CancelTask task,
Formatter errlog)
Wrap a NetcdfDataset as a FeatureDataset.
|
Constructor and Description |
---|
FeatureDatasetImpl(NetcdfDataset netcdfDataset)
Constructor when theres a NetcdfFile underneath
|
Modifier and Type | Field and Description |
---|---|
protected NetcdfDataset |
CoverageCSImpl.ds |
Modifier and Type | Method and Description |
---|---|
static String |
CoverageCSFactory.describe(Formatter f,
NetcdfDataset ds) |
static CoverageCS |
CoverageCSFactory.make(NetcdfDataset ds,
CoordinateSystem cs,
Formatter errlog) |
Constructor and Description |
---|
CoverageCSImpl(NetcdfDataset ds,
CoordinateSystem cs,
CoverageCSFactory fac) |
CoverageDatasetImpl(NetcdfDataset ds,
Formatter parseInfo) |
CurvilinearCSImpl(NetcdfDataset ds,
CoordinateSystem cs,
CoverageCSFactory fac) |
FmrcCSImpl(NetcdfDataset ds,
CoordinateSystem cs,
CoverageCSFactory fac) |
Modifier and Type | Method and Description |
---|---|
GridDataset |
Fmrc.getDataset2D(NetcdfDataset result) |
Modifier and Type | Field and Description |
---|---|
protected NetcdfDataset |
RecordDatasetHelper.ncfile |
Constructor and Description |
---|
PointDatasetImpl(NetcdfDataset ds,
FeatureType featureType) |
RecordDatasetHelper(NetcdfDataset ncfile,
String obsTimeVName,
String nomTimeVName,
List<VariableSimpleIF> typedDataVariables,
String recDimName,
Formatter errBuffer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
BufrFeatureDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog) |
FeatureDataset |
BufrFeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
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 String |
CoordSysEvaluator.findCoordNameByType(NetcdfDataset ds,
AxisType atype)
Look for Axis by Type.
|
static void |
CoordSysEvaluator.findCoords(TableConfig nt,
NetcdfDataset ds,
CoordSysEvaluator.Predicate p)
Look for Axis by Type, assign to TableConfig if found.
|
static String |
CoordSysEvaluator.findCoordShortNameByType(NetcdfDataset ds,
AxisType atype) |
static String |
CoordSysEvaluator.findCoordShortNameByType(NetcdfDataset ds,
AxisType atype,
CoordSysEvaluator.Predicate p) |
static Dimension |
CoordSysEvaluator.findDimensionByType(NetcdfDataset ds,
AxisType atype)
Look for Dimension used by axis of given by Type.
|
static String |
Evaluator.findNameOfVariableWithAttributeValue(NetcdfDataset ds,
String attName,
String attValue)
Find first variable with given attribute name and value
|
static String |
Evaluator.findNameVariableWithStandardNameAndDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog) |
static Structure |
Evaluator.findStructureWithDimensions(NetcdfDataset ds,
Dimension dim0,
Dimension dim1)
Find structure variable of rank 2 with the 2 given dimensions
(or) Find structure variable of rank 1 with the 1 given dimension
|
static Evaluator.VarAtt |
Evaluator.findVariableWithAttribute(NetcdfDataset ds,
String attName)
Find first variable with given attribute name
|
static Variable |
Evaluator.findVariableWithAttributeAndDimension(NetcdfDataset ds,
String att_name,
String att_value,
Dimension outer,
Formatter errlog) |
static Variable |
Evaluator.findVariableWithAttributeValue(NetcdfDataset ds,
String attName,
String attValue)
Find first variable with given attribute name and value.
|
protected CoordinateAxis |
TableConfigurerImpl.findZAxisNotStationAlt(NetcdfDataset ds) |
TableConfig |
TableConfigurer.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Create a TableConfig for this dataset.
|
static Dimension |
Evaluator.getDimension(NetcdfDataset ds,
String key,
Formatter errlog)
Find the dimension pointed to by key
|
static String |
Evaluator.getDimensionName(NetcdfDataset ds,
String key,
Formatter errlog)
Find the dimension pointed to by key
|
static FeatureType |
Evaluator.getFeatureType(NetcdfDataset ds,
String key,
Formatter errlog)
Turn the key into a String and return the corresponding featureType, if any.
|
static String |
Evaluator.getLiteral(NetcdfDataset ds,
String key,
Formatter errlog)
Translate key to value
|
static TableConfigurer |
TableAnalyzer.getTableConfigurer(FeatureType wantFeatureType,
NetcdfDataset ds)
Find a TableConfigurer for this dataset, if there is one.
|
static String |
Evaluator.getVariableName(NetcdfDataset ds,
String key,
Formatter errlog)
Find the variable pointed to by key
|
static boolean |
Evaluator.hasNetcdf3RecordStructure(NetcdfDataset ds)
Does this dataset have a record structure? netcdf-3 specific
|
boolean |
TableConfigurer.isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Determine if this is a dataset that can be opened as a point obs dataset.
|
Object |
PointDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Check if this is a POINT datatype.
|
protected String |
TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension inner) |
protected String |
TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension middle,
Dimension inner) |
FeatureDataset |
PointDatasetStandardFactory.open(FeatureType wantFeatureType,
NetcdfDataset ncd,
Object analyser,
CancelTask task,
Formatter errlog) |
TableConfig |
PointConfigXML.readConfigXML(String fileLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
PointConfigXML.readConfigXMLfromResource(String resourceLocation,
FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
Constructor and Description |
---|
Table(NetcdfDataset ds,
TableConfig config) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CFpointObs.checkCoordinates(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
static LatLonRect |
UnidataPointDatasetHelper.getBoundingBox(NetcdfDataset ds) |
TableConfig |
NdbcCoards.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
CFpointObs.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
CdmDirect.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Iridl.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Cosmic.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
RafNimbus.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
UnidataPointFeature.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog)
Deprecated.
|
TableConfig |
BuoyShipSynop.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
FslWindProfiler.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
NdbcNetcdf4.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Suomi.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Nldn.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
GempakCdm.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Madis.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
MadisAcars.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
FslRaob.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
UnidataPointObs.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
Jason.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
TableConfig |
SimpleTrajectory.getConfig(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
static Variable |
UnidataPointDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
static String |
UnidataPointDatasetHelper.getCoordinateName(NetcdfDataset ds,
AxisType a)
Tries to find the coordinate variable of the specified type.
|
static 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 Date |
UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds,
DateUnit timeUnit) |
protected TableConfig |
CFpointObs.getPointConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
CFpointObs.getProfileConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
CFpointObs.getSectionConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
static Date |
UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds,
DateUnit timeUnit) |
protected TableConfig |
GempakCdm.getStationAsPointConfig(NetcdfDataset ds,
Formatter errlog) |
protected TableConfig |
CFpointObs.getStationConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
CdmDirect.getStationConfig(NetcdfDataset ds,
Formatter errlog) |
protected TableConfig |
GempakCdm.getStationConfig(NetcdfDataset ds,
Formatter errlog) |
protected TableConfig |
CdmDirect.getStationProfileConfig(NetcdfDataset ds,
Formatter errlog) |
protected TableConfig |
GempakCdm.getStationProfileConfig(NetcdfDataset ds,
Formatter errlog) |
protected TableConfig |
CFpointObs.getTimeSeriesProfileConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected TableConfig |
CFpointObs.getTrajectoryConfig(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected Madis.VNames |
Madis.getVariableNames(NetcdfDataset ds,
Formatter errlog) |
protected boolean |
CFpointObs.identifyDoubleRaggeds(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog)
Identify ragged array representations for double nests (timeSeries profile, timeSeries trajectory)
This uses the contiguous ragged array representation for each profile (9.5.43.3), and the indexed ragged array
representation to organise the profiles into time series (9.3.54).
|
protected boolean |
CFpointObsExt.identifyEncodingProfile(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
CFpointObs.identifyEncodingProfile(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
CFpointObsExt.identifyEncodingSection(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
CFpointObs.identifyEncodingSection(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
CFpointObsExt.identifyEncodingStation(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
CFpointObs.identifyEncodingStation(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
CFpointObsExt.identifyEncodingTimeSeriesProfile(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
CFpointObs.identifyEncodingTimeSeriesProfile(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
CF.FeatureType ftype,
Formatter errlog) |
protected boolean |
CFpointObsExt.identifyEncodingTraj(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
CFpointObs.identifyEncodingTraj(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Formatter errlog) |
protected boolean |
CFpointObs.identifyRaggeds(NetcdfDataset ds,
CFpointObs.EncodingInfo info,
Dimension instanceDim,
Dimension sampleDim,
Formatter errlog)
Identify ragged array representations for single nests (station, profile, trajectory)
|
boolean |
NdbcCoards.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CFpointObsExt.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CFpointObs.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
CdmDirect.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Iridl.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Cosmic.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
RafNimbus.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
UnidataPointFeature.isMine(FeatureType wantFeatureType,
NetcdfDataset ds)
Deprecated.
|
boolean |
BuoyShipSynop.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
FslWindProfiler.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
NdbcNetcdf4.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Suomi.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Nldn.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
GempakCdm.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Madis.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
MadisAcars.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
FslRaob.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
UnidataPointObs.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
Jason.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
boolean |
SimpleTrajectory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds) |
protected TableConfig |
GempakCdm.makeStationTable(NetcdfDataset ds,
Formatter errlog) |
protected String |
CFpointObs.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer) |
Modifier and Type | Method and Description |
---|---|
Object |
RadialDatasetStandardFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ds,
Formatter errlog) |
FeatureDataset |
RadialDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Method and Description |
---|---|
Object |
SwathDatasetFactory.isMine(FeatureType wantFeatureType,
NetcdfDataset ncd,
Formatter errlog) |
FeatureDataset |
SwathDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
Object analysis,
CancelTask task,
Formatter errlog) |
Modifier and Type | Field and Description |
---|---|
protected NetcdfDataset |
Aggregation.ncDataset |
Modifier and Type | Method and Description |
---|---|
static NetcdfDataset |
NcMLReader.mergeNcML(NetcdfFile ref,
org.jdom2.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.jdom2.Element parentElem)
Use NCML to directly modify the dataset
|
static NetcdfDataset |
NcMLReader.readNcML(InputStream ins,
CancelTask cancelTask)
Read NcML doc from an InputStream, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(Reader r,
CancelTask cancelTask)
Read NcML doc from a Reader, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(Reader r,
String ncmlLocation,
CancelTask cancelTask)
Read NcML doc from a Reader, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(String ncmlLocation,
CancelTask cancelTask)
Read an NcML file from a URL location, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(String ncmlLocation,
org.jdom2.Element netcdfElem,
CancelTask cancelTask)
Read NcML from a JDOM Document, and construct a NetcdfDataset.
|
static NetcdfDataset |
NcMLReader.readNcML(String ncmlLocation,
org.jdom2.Element netcdfElem,
String referencedDatasetUri,
CancelTask cancelTask)
Read NcML from a JDOM Document, and pass in the name of the dataset.
|
static NetcdfDataset |
NcMLReader.readNcML(String ncmlLocation,
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.jdom2.Element parentElem)
Use NCML to directly modify the dataset
|
protected void |
Aggregation.setDatasetAcquireProxy(Aggregation.Dataset typicalDataset,
NetcdfDataset newds) |
static void |
NcMLReader.wrapNcML(NetcdfDataset ncDataset,
String ncmlLocation,
CancelTask cancelTask)
Use NCML to modify the dataset, getting NcML from a URL
|
static void |
NcMLReader.wrapNcMLresource(NetcdfDataset ncDataset,
String ncmlResourceLocation,
CancelTask cancelTask)
Use NCML to modify a dataset, getting the NcML document as a resource stream.
|
void |
NcMLGWriter.writeXML(NetcdfDataset ncd,
OutputStream os,
boolean showCoords,
String uri)
Write a NetcdfDataset as an NcML-G document to the specified stream.
|
Constructor and Description |
---|
Aggregation(NetcdfDataset ncd,
String dimName,
Aggregation.Type type,
String recheckS)
Create an Aggregation for the given NetcdfDataset.
|
AggregationExisting(NetcdfDataset ncd,
String dimName,
String recheckS) |
AggregationFmrc(NetcdfDataset ncd,
String dimName,
String recheckS) |
AggregationNew(NetcdfDataset ncd,
String dimName,
String recheckS) |
AggregationOuterDimension(NetcdfDataset ncd,
String dimName,
Aggregation.Type type,
String recheckS)
Create an Aggregation for the given NetcdfDataset.
|
AggregationTiled(NetcdfDataset ncd,
String dimName,
String recheckS) |
AggregationUnion(NetcdfDataset ncd,
String dimName,
String recheckS) |
Modifier and Type | Method and Description |
---|---|
NetcdfDataset |
ThreddsDataFactory.openDataset(InvAccess access,
boolean acquire,
CancelTask task,
Formatter log)
Try to open invAccess as a NetcdfDataset.
|
NetcdfDataset |
ThreddsDataFactory.openDataset(InvDataset invDataset,
boolean acquire,
CancelTask task,
Formatter log)
Try to open as a NetcdfDataset.
|
NetcdfDataset |
ThreddsDataFactory.openDataset(String location,
boolean acquire,
CancelTask task,
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.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.