Uses of Class
ucar.nc2.dataset.ProjectionCT

Packages that use ProjectionCT
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 Scientific data types package. 
ucar.nc2.ft.grid   
 

Uses of ProjectionCT in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return ProjectionCT
 ProjectionCT CoordinateSystem.getProjectionCT()
          Find the first ProjectionCT from the list of CoordinateTransforms.
 

Uses of ProjectionCT in ucar.nc2.dataset.conv
 

Fields in ucar.nc2.dataset.conv declared as ProjectionCT
protected  ProjectionCT DefaultConvention.projCT
           
protected  ProjectionCT GDVConvention.projCT
           
 

Uses of ProjectionCT in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return ProjectionCT
 ProjectionCT GridCoordSystem.getProjectionCT()
          Get the Projection CoordinateTransform.
 

Uses of ProjectionCT in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid that return ProjectionCT
 ProjectionCT GridCoordSys.getProjectionCT()
          Get the Projection CoordinateTransform.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.