Uses of Class
ucar.ma2.Range

Packages that use Range
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.unidata.geoloc.vertical Implementations of vertical coordinate transformations. 
 

Uses of Range in ucar.ma2
 

Methods in ucar.ma2 that return Range
static Range[] Range.toArray(java.util.List ranges)
          Convert List of Ranges to array of Ranges.
 

Methods in ucar.ma2 with parameters of type Range
static java.util.List Range.toList(Range[] ranges)
          Convert array of Ranges to List of Ranges.
 

Constructors in ucar.ma2 with parameters of type Range
Range(Range r)
          Copy Constructor
Range(Range base, Range r)
          Create a range by combining two other ranges.
 

Uses of Range in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset with parameters of type Range
 CoordinateAxis1D CoordinateAxis1D.section(Range r)
          Create a new CoordinateAxis1D as a section of this CoordinateAxis1D.
 CoordinateAxis2D CoordinateAxis2D.section(Range r1, Range r2)
          Create a new CoordinateAxis2D as a section of this CoordinateAxis2D.
 

Uses of Range in ucar.nc2.dt
 

Methods in ucar.nc2.dt that return Range
 Range TrajectoryObsDatatype.getFullRange()
          Get the range for the entire trajectory.
 Range TrajectoryObsDatatype.getPointRange(int point)
          Get a range for a single point in the trajectory.
 Range TrajectoryObsDatatype.getRange(int start, int end, int stride)
          Get a range with the given start, end, and stride in the trajectory.
 

Methods in ucar.nc2.dt with parameters of type Range
 Array TrajectoryObsDatatype.getData(Range range, java.lang.String parameterName)
          Get the values of the requested parameter on the given Range of the trajectory.
 Array TrajectoryObsDatatype.getElevation(Range range)
          Get the elevation values on the given Range of the trajectory.
 Array TrajectoryObsDatatype.getLatitude(Range range)
          Get the latitude values on the given Range of the trajectory.
 Array TrajectoryObsDatatype.getLongitude(Range range)
          Get the longitude values on the given Range of the trajectory.
 Array TrajectoryObsDatatype.getTime(Range range)
          Get the time values on the given Range of the trajectory.
 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.
 

Uses of Range in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid with parameters of type Range
 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)
           
 GeoGrid GeoGrid.subset(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.
 GeoGrid GeoGrid.subset(Range t_range, Range z_range, Range y_range, Range x_range)
          Create a new GeoGrid that is a logical subset of this GeoGrid.
 

Constructors in ucar.nc2.dt.grid with parameters of type Range
GridCoordSys(GridCoordSys from, Range t_range, Range z_range, Range y_range, Range x_range)
          Create a GridCoordSys as a section of an existing GridCoordSys.
 

Uses of Range in ucar.unidata.geoloc.vertical
 

Methods in ucar.unidata.geoloc.vertical with parameters of type Range
 VerticalTransform VerticalTransformImpl.subset(Range t_range, Range z_range, Range y_range, Range x_range)
           
 VerticalTransform VerticalTransform.subset(Range t_range, Range z_range, Range y_range, Range x_range)
          Create a VerticalTransform as a section of an existing VerticalTransform.
 

Constructors in ucar.unidata.geoloc.vertical with parameters of type Range
VerticalTransformSubset(VerticalTransform original, Range t_range, Range z_range, Range y_range, Range x_range)
          Create a subset of an existing VerticalTransform