Package | Description |
---|---|
ucar.nc2.constants |
Enumerated constants used throughout the CDM library.
|
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.point |
Scientific data type "Point", collections of point observation data.
|
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.iosp.misc |
Miscellaneous IOSPs.
|
Modifier and Type | Method and Description |
---|---|
static AxisType |
AxisType.getType(String name)
Find the AxisType that matches this name.
|
static AxisType |
AxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisType[] |
AxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
AxisType |
CoordSysBuilder.VarProcess.axisType |
protected AxisType |
CoordinateAxis.axisType |
Modifier and Type | Method and Description |
---|---|
AxisType |
CoordinateAxis.getAxisType()
Get type of axis
|
protected AxisType |
CoordSysBuilder.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
Identify what kind of AxisType the named variable is.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CoordinateSystem.containsAxisType(AxisType wantAxisType)
Do we have an axes of the given type?
|
CoordinateAxis |
CoordinateSystem.findAxis(AxisType type)
Find the CoordinateAxis that has the given AxisType.
|
CoordinateAxis |
NetcdfDataset.findCoordinateAxis(AxisType type)
Retrieve the CoordinateAxis with the specified Axis Type.
|
void |
CoordinateAxis.setAxisType(AxisType axisType)
Set type of axis, or null if none.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CoordinateSystem.containsAxisTypes(List<AxisType> wantAxes)
Do we have all the axes types in the list?
|
Modifier and Type | Method and Description |
---|---|
protected AxisType |
M3IOConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
GDVConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
AWIPSsatConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
Cosmic1Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
Suomi.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
protected AxisType |
WRFConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
AWIPSConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
DefaultConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
NUWGConvention.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 |
Jason2Convention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v)
_more_
|
protected AxisType |
ADASConvention.getAxisType(NetcdfDataset ds,
VariableEnhanced ve) |
protected AxisType |
COARDSConvention.getAxisType(NetcdfDataset ncDataset,
VariableEnhanced v) |
Modifier and Type | Method and Description |
---|---|
static Variable |
UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds,
AxisType a)
Deprecated.
Tries to find the coordinate variable of the specified type.
|
Modifier and Type | Method and Description |
---|---|
static CoordinateAxis |
CoordSysEvaluator.findCoordByType(List<CoordinateAxis> axes,
AxisType atype,
CoordSysEvaluator.Predicate p) |
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 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.
|
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) |
Modifier and Type | Method and Description |
---|---|
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
|
protected String |
CFpointObs.matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer) |
Modifier and Type | Method and Description |
---|---|
protected Variable |
AbstractLightningIOSP.makeLightningVariable(NetcdfFile ncfile,
Group group,
Structure seq,
String name,
DataType dataType,
String dims,
String longName,
String cfName,
String units,
AxisType type)
Make lightning variables
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.