Uses of Class
ucar.nc2.dataset.CoordinateSystem

Packages that use CoordinateSystem
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.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.ft.coordsys   
ucar.nc2.ft.scan   
ucar.unidata.geoloc.ogc   
 

Uses of CoordinateSystem in ucar.nc2.dataset
 

Fields in ucar.nc2.dataset declared as CoordinateSystem
 CoordinateSystem CoordSysBuilder.VarProcess.cs
           
 

Methods in ucar.nc2.dataset that return CoordinateSystem
 CoordinateSystem NetcdfDataset.findCoordinateSystem(String name)
          Retrieve the CoordinateSystem with the specified name.
 

Methods in ucar.nc2.dataset that return types with arguments of type CoordinateSystem
 List<CoordinateSystem> VariableDS.getCoordinateSystems()
           
 List<CoordinateSystem> NetcdfDataset.getCoordinateSystems()
          Get the list of all CoordinateSystem objects used by this dataset.
 List<CoordinateSystem> StructureDS.getCoordinateSystems()
           
 List<CoordinateSystem> Enhancements.getCoordinateSystems()
          Get the list of Coordinate Systems for this Variable.
 

Methods in ucar.nc2.dataset with parameters of type CoordinateSystem
 void VariableDS.addCoordinateSystem(CoordinateSystem p0)
           
 void NetcdfDataset.addCoordinateSystem(CoordinateSystem cs)
          Add a CoordinateSystem to the dataset.
 void StructureDS.addCoordinateSystem(CoordinateSystem p0)
           
 void Enhancements.addCoordinateSystem(CoordinateSystem cs)
          Add a CoordinateSystem to the dataset.
 void VariableDS.removeCoordinateSystem(CoordinateSystem p0)
           
 void StructureDS.removeCoordinateSystem(CoordinateSystem p0)
           
 void Enhancements.removeCoordinateSystem(CoordinateSystem cs)
          Remove a CoordinateSystem from the dataset.
 

Uses of CoordinateSystem in ucar.nc2.dataset.conv
 

Methods in ucar.nc2.dataset.conv with parameters of type CoordinateSystem
protected  List<CoordinateTransform> M3IOVGGridConvention.getCoordinateTransforms(CoordinateSystem cs)
           
 

Uses of CoordinateSystem in ucar.nc2.dataset.transform
 

Constructors in ucar.nc2.dataset.transform with parameters of type CoordinateSystem
WRFEtaTransformBuilder(CoordinateSystem cs)
           
 

Uses of CoordinateSystem in ucar.nc2.dt.grid
 

Subclasses of CoordinateSystem in ucar.nc2.dt.grid
 class GridCoordSys
          A georeferencing "gridded" CoordinateSystem.
 

Methods in ucar.nc2.dt.grid with parameters of type CoordinateSystem
static boolean GridCoordSys.isGridCoordSys(Formatter sbuff, CoordinateSystem cs, VariableEnhanced v)
          Determine if this CoordinateSystem can be made into a GridCoordSys.
static GridCoordSys GridCoordSys.makeGridCoordSys(Formatter sbuff, CoordinateSystem cs, VariableEnhanced v)
          Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
 

Constructors in ucar.nc2.dt.grid with parameters of type CoordinateSystem
GridCoordSys(CoordinateSystem cs, Formatter sbuff)
          Create a GridCoordSys from an existing Coordinate System.
 

Uses of CoordinateSystem in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial with parameters of type CoordinateSystem
static boolean RadialCoordSys.isRadialCoordSys(Formatter parseInfo, CoordinateSystem cs)
          Determine if this CoordinateSystem can be made into a RadialCoordSys.
static RadialCoordSys RadialCoordSys.makeRadialCoordSys(Formatter parseInfo, CoordinateSystem cs, VariableEnhanced v)
          Determine if the CoordinateSystem cs can be made into a GridCoordSys for the Variable v.
 

Constructors in ucar.nc2.dt.radial with parameters of type CoordinateSystem
RadialCoordSys(CoordinateSystem cs)
          Create a RadialCoordSys from an existing Coordinate System.
 

Uses of CoordinateSystem in ucar.nc2.ft.coordsys
 

Constructors in ucar.nc2.ft.coordsys with parameters of type CoordinateSystem
GeoReferencingCoordSys(CoordinateSystem cs)
           
 

Uses of CoordinateSystem in ucar.nc2.ft.scan
 

Method parameters in ucar.nc2.ft.scan with type arguments of type CoordinateSystem
 void FeatureScan.Bean.setCoordMap(List<CoordinateSystem> csysList)
           
 

Uses of CoordinateSystem in ucar.unidata.geoloc.ogc
 

Methods in ucar.unidata.geoloc.ogc with parameters of type CoordinateSystem
static org.jdom.Document CoordRefSysToGML.genCoordRefSysAsGML(CoordinateSystem coordSys)
           
static void CoordRefSysToGML.writeCoordRefSysAsGML(PrintWriter pw, CoordinateSystem coordSys)
           
 



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