|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformType | |
---|---|
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. |
Uses of TransformType in ucar.nc2.dataset |
---|
Methods in ucar.nc2.dataset that return TransformType | |
---|---|
TransformType |
CoordTransBuilderIF.getTransformType()
Get the Transform Type : Vertical or Projection |
TransformType |
CoordinateTransform.getTransformType()
get the transform type |
static TransformType |
TransformType.valueOf(java.lang.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. |
Constructors in ucar.nc2.dataset with parameters of type TransformType | |
---|---|
CoordinateTransform(java.lang.String name,
java.lang.String authority,
TransformType transformType)
Create a Coordinate Transform. |
Uses of TransformType in ucar.nc2.dataset.transform |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |