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.transform |
Pluggable framework for handling Coordinate Transforms, both Projections and Vertical.
|
Modifier and Type | Field and Description |
---|---|
protected TransformType |
CoordinateTransform.transformType |
Modifier and Type | Method and Description |
---|---|
TransformType |
CoordinateTransform.getTransformType()
get the transform type
|
TransformType |
CoordTransBuilderIF.getTransformType()
Get the Transform Type : Vertical or Projection
|
static TransformType |
TransformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformType[] |
TransformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CoordinateTransform(String name,
String authority,
TransformType transformType)
Create a Coordinate Transform.
|
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.