Uses of Interface
ucar.nc2.dt.GridCoordSystem

Packages that use GridCoordSystem
thredds.wcs   
thredds.wcs.v1_0_0_1   
thredds.wcs.v1_0_0_Plus   
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.ft.grid   
 

Uses of GridCoordSystem in thredds.wcs
 

Methods in thredds.wcs that return GridCoordSystem
 GridCoordSystem Coverage.getCoordinateSystem()
           
 

Uses of GridCoordSystem in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that return GridCoordSystem
 GridCoordSystem WcsCoverage.getCoordinateSystem()
           
 

Methods in thredds.wcs.v1_0_0_1 with parameters of type GridCoordSystem
protected  org.jdom.Element WcsRequest.genCoverageOfferingBriefElem(String elemName, String covName, String covLabel, String covDescription, GridCoordSystem gridCoordSys)
           
protected  org.jdom.Element WcsRequest.genLonLatEnvelope(GridCoordSystem gcs)
           
 Range WcsCoverage.VerticalRange.getRange(GridCoordSystem gcs)
           
 

Uses of GridCoordSystem in thredds.wcs.v1_0_0_Plus
 

Methods in thredds.wcs.v1_0_0_Plus that return GridCoordSystem
 GridCoordSystem WcsCoverage.getCoordinateSystem()
           
 

Methods in thredds.wcs.v1_0_0_Plus with parameters of type GridCoordSystem
protected  org.jdom.Element WcsRequest.genCoverageOfferingBriefElem(String elemName, String covName, String covLabel, String covDescription, GridCoordSystem gridCoordSys)
           
protected  org.jdom.Element WcsRequest.genLonLatEnvelope(GridCoordSystem gcs)
           
 

Uses of GridCoordSystem in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return GridCoordSystem
 GridCoordSystem GridDatatype.getCoordinateSystem()
          get the Grid's Coordinate System.
 GridCoordSystem GridDataset.Gridset.getGeoCoordSystem()
          all the GridDatatype in this Gridset use this GridCoordSystem
 

Uses of GridCoordSystem in ucar.nc2.dt.grid
 

Classes in ucar.nc2.dt.grid that implement GridCoordSystem
 class GridCoordSys
          A georeferencing "gridded" CoordinateSystem.
 

Methods in ucar.nc2.dt.grid that return GridCoordSystem
 GridCoordSystem GeoGrid.getCoordinateSystem()
          get the GridCoordSys for this GeoGrid.
 GridCoordSystem GridDataset.Gridset.getGeoCoordSystem()
          all GridDatatype point to this GridCoordSystem
 

Uses of GridCoordSystem in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid that return GridCoordSystem
 GridCoordSystem Grid.getCoordinateSystem()
          get the Grid's Coordinate System.
 



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