| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
| ucar.nc2.ft.cover.impl | |
| ucar.unidata.geoloc |
Support library for georeferencing coordinate systems and transformations.
|
| ucar.unidata.geoloc.vertical |
Implementations of vertical coordinate transformations.
|
| ucar.unidata.util |
Miscellaneous utilities.
|
| Constructor and Description |
|---|
Attribute(Parameter param)
A copy constructor using a ucar.unidata.util.Parameter.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameter> |
CoordinateTransform.params |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
CoordinateTransform.findParameterIgnoreCase(String name)
Convenience function; look up Parameter by name, ignoring case.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
CoordinateTransform.getParameters()
get list of ProjectionParameter objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateTransform.addParameter(Parameter param)
add a parameter
|
| Modifier and Type | Method and Description |
|---|---|
protected CoverageProto.Attribute.Builder |
CoverageIndexWriter.writeParameter(Parameter att) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameter> |
ProjectionImpl.atts
list of attributes
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ProjectionImpl.findProjectionParameter(String want) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
Projection.getProjectionParameters()
Get parameters as list of ucar.unidata.util.Parameter
|
List<Parameter> |
ProjectionImpl.getProjectionParameters()
Get parameters as list of ucar.unidata.util.Parameter
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProjectionImpl.addParameter(Parameter p)
Add an attribute to this projection
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
VerticalTransformImpl.getParameterBooleanValue(List<Parameter> params,
String name) |
protected String |
VerticalTransformImpl.getParameterStringValue(List<Parameter> params,
String name) |
| Constructor and Description |
|---|
AtmosLnPressure(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
AtmosSigma(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
HybridHeight(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a coordinate transform for hybrid height
|
HybridSigmaPressure(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a coordinate transform for sigma pressure
|
OceanS(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
OceanSG1(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g1
|
OceanSG2(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean_S_coordinate_g2
|
OceanSigma(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
VTfromExistingData(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Constructor.
|
WRFEta(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a vertical coordinate for the Weather Research and Forecast
(WRF) model's vertical Eta coordinate
|
| Constructor and Description |
|---|
Parameter(String name,
Parameter from)
Copy constructor, with new name.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.