Package | Description |
---|---|
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.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
Modifier and Type | Class and Description |
---|---|
class |
CoordinateAxis
A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
|
class |
CoordinateAxis1D
A 1-dimensional Coordinate Axis.
|
class |
CoordinateAxis1DTime
A 1-dimensional Coordinate Axis representing Calendar time.
|
class |
CoordinateAxis2D
A 2-dimensional numeric Coordinate Axis.
|
class |
SequenceDS
Enhance sequence
|
class |
StructureDS
An "enhanced" Structure.
|
class |
StructurePseudo2Dim
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
|
class |
StructurePseudoDS
Make a collection of variables with the same outer dimension into a fake Structure.
|
class |
VariableDS
An wrapper around a Variable, creating an "enhanced" Variable.
|
Modifier and Type | Method and Description |
---|---|
protected AxisType |
CoordSysBuilder.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
Identify what kind of AxisType the named variable is.
|
GridCoordSys |
NetcdfDatasetInfo.getGridCoordSys(VariableEnhanced ve) |
protected boolean |
CoordSysBuilder.isCoordinateAxisForVariable(Variable axis,
VariableEnhanced v)
Does this axis "fit" this variable.
|
Modifier and Type | Method and Description |
---|---|
protected AxisType |
COARDSConvention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
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 |
Jason2Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
ADASConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
AWIPSConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
AWIPSsatConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Cosmic1Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
M3IOConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Suomi.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
protected AxisType |
DefaultConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
WRFConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
NUWGConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
GDVConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GridCoordSys.isGridCoordSys(Formatter sbuff,
CoordinateSystem cs,
VariableEnhanced v)
Determine if this CoordinateSystem can be made into a GridCoordSys.
|
static GridCoordSys |
GridCoordSys.makeGridCoordSys(Formatter sbuff,
CoordinateSystem cs,
VariableEnhanced v)
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
|
Modifier and Type | Method and Description |
---|---|
static RadialCoordSys |
RadialCoordSys.makeRadialCoordSys(Formatter parseInfo,
CoordinateSystem cs,
VariableEnhanced v)
Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
|
Modifier and Type | Method and Description |
---|---|
static org.jdom2.Element |
NcMLWriter.writeValues(VariableEnhanced v,
org.jdom2.Namespace ns,
boolean allowRegular) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.