| 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.dataset.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.ft.grid | |
| ucar.nc2.iosp.mcidas |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectionCT
A Projection CoordinateTransform is a function from (GeoX, GeoY) -> (Lat, Lon).
|
class |
VerticalCT
A VerticalCT is a CoordinateTransform function CT: (GeoZ) -> Height or Pressure.
|
| Modifier and Type | Field and Description |
|---|---|
CoordinateTransform |
CoordSysBuilder.VarProcess.ct |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CoordinateTransform> |
CoordinateSystem.coordTrans |
| Modifier and Type | Method and Description |
|---|---|
CoordinateTransform |
NetcdfDataset.findCoordinateTransform(java.lang.String name)
Retrieve the CoordinateTransform with the specified name.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoordinateTransform> |
NetcdfDataset.getCoordinateTransforms()
Get the list of all CoordinateTransform objects used by this dataset.
|
java.util.List<CoordinateTransform> |
CoordinateSystem.getCoordinateTransforms()
get the List of CoordinateTransform objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetcdfDataset.addCoordinateTransform(CoordinateTransform ct)
Add a CoordinateTransform to the dataset.
|
void |
CoordinateSystem.addCoordinateTransform(CoordinateTransform ct)
add a CoordinateTransform
|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateSystem.addCoordinateTransforms(java.util.Collection<CoordinateTransform> ct)
add a Collection of CoordinateTransform
|
| Constructor and Description |
|---|
CoordinateSystem(NetcdfDataset ds,
java.util.Collection<CoordinateAxis> axes,
java.util.Collection<CoordinateTransform> coordTrans)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoordinateTransform |
CSMConvention.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<CoordinateTransform> |
M3IOVGGridConvention.getCoordinateTransforms(CoordinateSystem cs) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CSMConvention.addParameter2(CoordinateTransform rs,
java.lang.String paramName,
NetcdfFile ds,
Variable v,
java.lang.String attName,
boolean readData)
Add a Parameter to a CoordinateTransform.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractCoordTransBuilder.addParameter(CoordinateTransform rs,
java.lang.String paramName,
NetcdfFile ds,
java.lang.String varNameEscaped)
Add a Parameter to a CoordinateTransform.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoordinateTransform> |
GridCoordSystem.getCoordinateTransforms()
Get the list of all CoordinateTransforms.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CoordinateTransform> |
GridCoordSys.getCoordinateTransforms()
Get the list of all CoordinateTransforms.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateTransform |
McIDASAreaTransformBuilder.makeCoordinateTransform(NetcdfDataset ds,
Variable ctv)
Make the coordinate transform
|