Uses of Interface
ucar.nc2.dt.GridDatatype

Packages that use GridDatatype
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.dt.image   
ucar.nc2.geotiff Read and write GeoTIFF files. 
ucar.unidata.geoloc.ogc   
 

Uses of GridDatatype in thredds.wcs.v1_0_0_1
 

Constructors in thredds.wcs.v1_0_0_1 with parameters of type GridDatatype
WcsCoverage(GridDatatype coverage, WcsDataset dataset)
           
 

Uses of GridDatatype in thredds.wcs.v1_0_0_Plus
 

Constructors in thredds.wcs.v1_0_0_Plus with parameters of type GridDatatype
WcsRangeField(GridDatatype gridDatatype)
           
 

Uses of GridDatatype in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return GridDatatype
 GridDatatype GridDataset.findGridDatatype(String name)
          find the named GridDatatype.
 GridDatatype GridDatatype.makeSubset(Range t_range, Range z_range, LatLonRect bbox, int z_stride, int y_stride, int x_stride)
          Create a new GeoGrid that is a logical subset of this GeoGrid.
 GridDatatype GridDatatype.makeSubset(Range rt_range, Range e_range, Range t_range, Range z_range, Range y_range, Range x_range)
          Create a new GeoGrid that is a logical subset of this GeoGrid.
 

Methods in ucar.nc2.dt that return types with arguments of type GridDatatype
 List<GridDatatype> GridDataset.getGrids()
          get the list of GridDatatype objects contained in this dataset.
 List<GridDatatype> GridDataset.Gridset.getGrids()
          Get list of GridDatatype objects with same Coordinate System
 

Uses of GridDatatype in ucar.nc2.dt.grid
 

Classes in ucar.nc2.dt.grid that implement GridDatatype
 class GeoGrid
          A georeferencing "gridded" VariableEnhanced, that has a GridCoordSys.
 

Methods in ucar.nc2.dt.grid that return GridDatatype
 GridDatatype GridDataset.findGridDatatype(String name)
           
 GridDatatype GeoGrid.makeSubset(Range t_range, Range z_range, LatLonRect bbox, int z_stride, int y_stride, int x_stride)
           
 GridDatatype GeoGrid.makeSubset(Range rt_range, Range e_range, Range t_range, Range z_range, Range y_range, Range x_range)
           
 

Methods in ucar.nc2.dt.grid that return types with arguments of type GridDatatype
 List<GridDatatype> GridDataset.getGrids()
           
 List<GridDatatype> GridDataset.Gridset.getGrids()
          Get list of GeoGrid objects
 

Methods in ucar.nc2.dt.grid with parameters of type GridDatatype
 int GeoGrid.compareTo(GridDatatype g)
           
 double GridAsPointDataset.getMissingValue(GridDatatype grid)
           
 boolean GridAsPointDataset.hasTime(GridDatatype grid, Date date)
           
 boolean GridAsPointDataset.hasVert(GridDatatype grid, double zCoord)
           
 GridAsPointDataset.Point GridAsPointDataset.readData(GridDatatype grid, Date date, double lat, double lon)
           
 GridAsPointDataset.Point GridAsPointDataset.readData(GridDatatype grid, Date date, double zCoord, double lat, double lon)
           
 

Constructor parameters in ucar.nc2.dt.grid with type arguments of type GridDatatype
GridAsPointDataset(List<GridDatatype> grids)
           
 

Uses of GridDatatype in ucar.nc2.dt.image
 

Methods in ucar.nc2.dt.image with parameters of type GridDatatype
 BufferedImage ImageDatasetFactory.openDataset(GridDatatype grid)
           
 

Uses of GridDatatype in ucar.nc2.geotiff
 

Methods in ucar.nc2.geotiff with parameters of type GridDatatype
 void GeotiffWriter.writeGrid(GridDataset dataset, GridDatatype grid, Array data, boolean greyScale)
          Write Grid data to the geotiff file.
 void GeotiffWriter.writeGrid(GridDatatype grid, Array data, boolean greyScale, double xStart, double yStart, double xInc, double yInc, int imageNumber)
          Write Grid data to the geotiff file.
 

Uses of GridDatatype in ucar.unidata.geoloc.ogc
 

Methods in ucar.unidata.geoloc.ogc with parameters of type GridDatatype
 String EPSG_OGC_CF_Helper.getWcs1_0CrsId(GridDatatype gridDatatype, GridDataset gridDataset)
           
 



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