Uses of Class
ucar.ma2.InvalidRangeException

Packages that use InvalidRangeException
thredds.wcs.v1_0_0_1   
thredds.wcs.v1_0_0_Plus   
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2 The public API to the Java-NetCDF library. 
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.dods OpenDAP-netCDF library. 
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.ft.coordsys   
ucar.nc2.iosp General classes for I/O Service Providers 
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
ucar.nc2.iosp.bufr.writer   
ucar.nc2.iosp.cinrad I/O Service Provider for chinese met radar files 
ucar.nc2.iosp.dmsp I/O Service Provider for DMSP format files 
ucar.nc2.iosp.dorade I/O Service Provider for Dorade format files 
ucar.nc2.iosp.fysat   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.gini I/O Service Provider for GINI format files 
ucar.nc2.iosp.grib I/O Service Provider for GRIB-1 and GRIB-2 format files 
ucar.nc2.iosp.grid   
ucar.nc2.iosp.hdf4 I/O Service Provider for HDF-4 format files 
ucar.nc2.iosp.hdf5 I/O Service Provider for HDF-5 and netCDF-4 format files 
ucar.nc2.iosp.mcidas   
ucar.nc2.iosp.misc Miscellaneous IOSPs. 
ucar.nc2.iosp.netcdf3 I/O Service Provider for NetCDF-3 format files 
ucar.nc2.iosp.nexrad2 I/O Service Provider for NEXRAD level 2 format files 
ucar.nc2.iosp.nids I/O Service Provider for NIDS (Nexrad level 3) format files 
ucar.nc2.iosp.uamiv   
ucar.nc2.iosp.uf   
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
ucar.nc2.stream   
ucar.unidata.geoloc.vertical Implementations of vertical coordinate transformations. 
 

Uses of InvalidRangeException in thredds.wcs.v1_0_0_1
 

Methods in thredds.wcs.v1_0_0_1 that throw InvalidRangeException
 Range WcsCoverage.VerticalRange.getRange(GridCoordSystem gcs)
           
 

Uses of InvalidRangeException in thredds.wcs.v1_0_0_Plus
 

Methods in thredds.wcs.v1_0_0_Plus that throw InvalidRangeException
 Range AxisSubset.getRange()
           
 

Uses of InvalidRangeException in ucar.ma2
 

Methods in ucar.ma2 that throw InvalidRangeException
 Section Section.addRangeNames(java.util.List<java.lang.String> rangeNames)
           
 Section Section.appendRange(int size)
          Append a new Range(0,size-1) to the Section
 Section Section.appendRange(int first, int last)
          Append a new Range(first, last) to the Section
 Section Section.appendRange(int first, int last, int stride)
          Append a new Range(first,last,stride) to the Section
 Section Section.appendRange(java.lang.String name, int first, int last, int stride)
          Append a new Range(name,first,last,stride) to the Section
static java.util.List Range.appendShape(java.util.List ranges, int size)
          Deprecated. use Section.appendRange(int size)
 Section Section.compact()
          Create a new Section by compacting each Range.
 Range Range.compact()
          Create a new Range by compacting this Range by removing the stride.
 Range Range.compose(Range r)
          Create a new Range by composing a Range that is reletive to this Range.
 Section Section.compose(Section want)
          Create a new Section by composing with a Section that is reletive to this Section.
 int Range.element(int i)
          Get ith element
 boolean Section.equivalent(int[] shape)
          Is this section equivilent to the given shape.
static java.util.List Range.factory(int[] origin, int[] shape)
          Deprecated. use Section(int[] origin, int[] shape)
static Section Section.fill(Section s, int[] shape)
          Return a Section guarenteed to be non null, with no null Ranges, and within the bounds set by shape.
 IndexIterator Array.getRangeIterator(java.util.List<Range> ranges)
          Get an index iterator for traversing a section of the array in canonical order.
 int Range.index(int elem)
          Get the index for this element: inverse of element
 Range Range.intersect(Range r)
          Create a new Range by intersecting with a Range using same interval as this Range.
 Section Section.intersect(Section other)
          Create a new Section by intersection with another Section
 boolean Section.intersects(Section other)
          See if this Section intersects with another Section.
 int Section.offset(Section intersect)
           
static java.util.List Range.parseSpec(java.lang.String sectionSpec)
          Deprecated. use new Section(String sectionSpec)
 Section Section.removeVlen()
          Create a new Section by compacting each Range.
 Array Array.section(int[] origin, int[] shape)
          Create a new Array as a subsection of this Array, with rank reduction.
 Array Array.section(int[] origin, int[] shape, int[] stride)
          Create a new Array as a subsection of this Array, with rank reduction.
 Array Array.section(java.util.List<Range> ranges)
          Create a new Array as a subsection of this Array, with rank reduction.
 Array Array.sectionNoReduce(int[] origin, int[] shape, int[] stride)
          Create a new Array as a subsection of this Array, without rank reduction.
 Array Array.sectionNoReduce(java.util.List<Range> ranges)
          Create a new Array as a subsection of this Array, without rank reduction.
 void Section.setDefaults(int[] shape)
          If any of the ranges are null, which means "all", set the Range from the corresponding length in shape[].
 Range Range.shiftOrigin(int origin)
          Create a new Range shifting this range by a constant factor.
 Section Section.shiftOrigin(Section newOrigin)
          Create a new Section by shifting each range by newOrigin.first() The result is then a reletive offset from the newOrigin.
 Range Range.union(Range r)
          Create a new Range by making the union with a Range using same interval as this Range.
 Section Section.union(Section other)
          Create a new Section by union with another Section
 

Constructors in ucar.ma2 that throw InvalidRangeException
Range(int first, int last)
          Create a range with unit stride.
Range(int first, int last, int stride)
          Create a range with a specified stride.
Range(java.lang.String name, int first, int last)
          Create a named range with unit stride.
Range(java.lang.String name, int first, int last, int stride)
          Create a named range with a specified stride.
Section(int[] origin, int[] shape)
          Create Section from a shape and origin arrays.
Section(int[] origin, int[] size, int[] stride)
          Create Section from a shape, origin, and stride arrays.
Section(java.util.List<Range> from, int[] shape)
          Create Section from a List.
Section(java.lang.String sectionSpec)
          Parse an index section String specification, return equivilent Section.
 

Uses of InvalidRangeException in ucar.nc2
 

Methods in ucar.nc2 that throw InvalidRangeException
protected  Array Variable._read(Section section)
           
protected  Array StructurePseudo._read(Section section)
           
static java.lang.String ParsedSectionSpec.makeSectionSpecString(Variable v, java.util.List<Range> ranges)
          Make section specification String from a range list for a Variable.
static java.lang.String NCdump.makeSectionString(VariableIF v, java.util.List<Range> ranges)
          Deprecated. Make section specification String from a range list for a Variable.
static ParsedSectionSpec ParsedSectionSpec.parseVariableSection(NetcdfFile ncfile, java.lang.String variableSection)
          Parse a section specification String.
static java.lang.String NCdump.printVariableDataSection(VariableIF v, java.lang.String sectionSpec, CancelTask ct)
          Deprecated. Print a section of the data of the given Variable.
static java.lang.String NCdumpW.printVariableDataSection(Variable v, java.lang.String sectionSpec, CancelTask ct)
          Print a section of the data of the given Variable.
 Array VariableIF.read(int[] origin, int[] shape)
           
 Array Variable.read(int[] origin, int[] shape)
          Read a section of the data for this Variable and return a memory resident Array.
 Array Sequence.read(int[] origin, int[] shape)
          UnsupportedOperation
 Array Variable.read(java.util.List<Range> ranges)
          Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
 Array Sequence.read(java.util.List<Range> ranges)
          UnsupportedOperation
 Array VariableIF.read(Section section)
           
 Array Variable.read(Section section)
          Read a section of the data for this Variable from the netcdf file and return a memory resident Array.
 Array Sequence.read(Section section)
          UnsupportedOperation
 Array VariableIF.read(java.lang.String rangeSpec)
           
 Array Variable.read(java.lang.String sectionSpec)
          Read data section specified by a "section selector", and return a memory resident Array.
 Array Sequence.read(java.lang.String sectionSpec)
          UnsupportedOperation
 Array NetcdfFile.read(java.lang.String variableSection, boolean flatten)
          Deprecated. use readSection(), flatten=false no longer supported
 Array ProxyReader.read(Variable mainv, Section section, CancelTask cancelTask)
          Read a section of the data for a Variable.
protected  Array NetcdfFile.readData(Variable v, Section ranges)
           
 Array NetcdfFile.readSection(java.lang.String variableSection)
          Read a variable using the given section specification.
 StructureData Structure.readStructure(int index)
          Use this when this is a one dimensional array of Structures, or you are doing the index calculation yourself for a multidimension array.
 StructureData Sequence.readStructure(int index)
          UnsupportedOperation
 ArrayStructure Structure.readStructure(int start, int count)
          For rank 1 array of Structures, read count Structures and return the data as an ArrayStructure.
 ArrayStructure Sequence.readStructure(int start, int count)
          UnsupportedOperation
 long Variable.readToByteChannel(Section section, java.nio.channels.WritableByteChannel wbc)
           
protected  long NetcdfFile.readToByteChannel(Variable v, Section section, java.nio.channels.WritableByteChannel wbc)
          Read data from a top level Variable and send data to a WritableByteChannel.
 Variable VariableIF.section(java.util.List<Range> ranges)
           
 Variable Variable.section(java.util.List<Range> ranges)
          Create a new Variable that is a logical subsection of this Variable.
 Variable Variable.section(Section subsection)
          Create a new Variable that is a logical subsection of this Variable.
 Variable Sequence.section(Section subsection)
          UnsupportedOperation
 void Variable.setDimensionsAnonymous(int[] shape)
          Set the dimensions using all anonymous (unshared) dimensions
 Variable Variable.slice(int dim, int value)
          Create a new Variable that is a logical slice of this Variable, by fixing the specified dimension at the specified index value.
 Variable Sequence.slice(int dim, int value)
          UnsupportedOperation
 void NetcdfFileWriteable.write(java.lang.String varName, Array values)
          Write data to the named variable, origin assumed to be 0.
 void NetcdfFileWriteable.write(java.lang.String varName, int[] origin, Array values)
          Write data to the named variable.
 void NetcdfFileWriteable.writeStringData(java.lang.String varName, Array values)
          Write String data to a CHAR variable, origin assumed to be 0.
 void NetcdfFileWriteable.writeStringData(java.lang.String varName, int[] origin, Array values)
          Write String data to a CHAR variable.
 

Uses of InvalidRangeException in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that throw InvalidRangeException
protected  Array VariableDS._read(Section section)
           
protected  Array StructureDS._read(Section section)
           
static void TempRunner.main(java.lang.String[] args)
           
 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.
 void TempRunner.testOpenFile()
           
 void TempRunner.testWriteNcml()
           
 

Uses of InvalidRangeException in ucar.nc2.dataset.conv
 

Methods in ucar.nc2.dataset.conv that throw InvalidRangeException
static void WRFConvention.main(java.lang.String[] args)
           
 

Uses of InvalidRangeException in ucar.nc2.dods
 

Methods in ucar.nc2.dods that throw InvalidRangeException
protected  Array DODSNetcdfFile.readData(Variable v, Section section)
           
 Array DODSNetcdfFile.readSection(java.lang.String variableSection)
           
 long DODSNetcdfFile.readToByteChannel(Variable v, Section section, java.nio.channels.WritableByteChannel channel)
           
 

Uses of InvalidRangeException in ucar.nc2.dt
 

Methods in ucar.nc2.dt that throw InvalidRangeException
 StructureData TrajectoryObsDatatype.getData(int point)
          Get values for all parameters (except time, lat, lon, and elev) at the requested trajectory point.
 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.
 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.
 java.util.List<Range> GridCoordSystem.getRangesFromLatLonRect(LatLonRect llbb)
          Get Index Ranges for the given lat, lon bounding box.
 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 InvalidRangeException in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that throw InvalidRangeException
 java.util.List<Range> GridCoordSys.getLatLonBoundingBox(LatLonRect rect)
          Deprecated. use getRangesFromLatLonRect.
 java.util.List<Range> GridCoordSys.getRangesFromLatLonRect(LatLonRect rect)
          Get Index Ranges for the given lat, lon bounding box.
static void NetcdfCFWriter.main(java.lang.String[] args)
           
 void NetcdfCFWriter.makeFile(java.lang.String location, GridDataset gds, java.util.List<java.lang.String> gridList, LatLonRect llbb, DateRange range, boolean addLatLon, int horizStride, int stride_z, int stride_time)
          Write a CF compliant Netcdf-3 file from any gridded dataset.
 void NetcdfCFWriter.makeFile(java.lang.String location, GridDataset gds, java.util.List<java.lang.String> gridList, LatLonRect llbb, int horizStride, Range zRange, DateRange dateRange, int stride_time, boolean addLatLon)
           
 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.
static void NetcdfCFWriter.test1()
           
 

Constructors in ucar.nc2.dt.grid that throw InvalidRangeException
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.
GridCoordSys(GridCoordSys from, Range rt_range, Range e_range, Range t_range, Range z_range, Range y_range, Range x_range)
          Create a GridCoordSys as a section of an existing GridCoordSys.
 

Uses of InvalidRangeException in ucar.nc2.ft.coordsys
 

Methods in ucar.nc2.ft.coordsys that throw InvalidRangeException
 Section GeoReferencingCoordSys.mapIndex(Variable targetVar, Variable fromVar, int[] fromIndex)
           
 double GeoReferencingCoordSys.readGeoXCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readGeoYCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readGeoZCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readHeightCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readLatitudeCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readLongitudeCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readPressureCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readTimeCoord(Variable fromVar, int[] index)
           
 double GeoReferencingCoordSys.readValue(Variable targetVar, Variable fromVar, int[] index)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp
 

Methods in ucar.nc2.iosp that throw InvalidRangeException
static long AbstractIOServiceProvider.copyToByteChannel(Array data, java.nio.channels.WritableByteChannel channel)
           
static Indexer RegularLayout.factory(long startPos, int elemSize, int recSize, int[] varShape, Section wantSection)
          Deprecated.  
static Indexer RegularSectionLayout.factory(long startFilePos, int elemSize, Section dataSection, Section wantSection)
          Deprecated. This factory allows us to optimize special cases.
 Array IOServiceProvider.readData(Variable v2, Section section)
          Read data from a top level Variable and return a memory resident Array.
static Array IospHelper.readSection(ParsedSectionSpec cer)
           
 Array IOServiceProvider.readSection(ParsedSectionSpec cer)
          Allows reading sections of nested variables
 Array AbstractIOServiceProvider.readSection(ParsedSectionSpec cer)
           
 long IOServiceProvider.readToByteChannel(Variable v2, Section section, java.nio.channels.WritableByteChannel channel)
          Read data from a top level Variable and send data to a WritableByteChannel.
 long AbstractIOServiceProvider.readToByteChannel(Variable v2, Section section, java.nio.channels.WritableByteChannel channel)
           
static long IospHelper.transferData(Array result, java.nio.channels.WritableByteChannel channel)
           
 void IOServiceProviderWriter.writeData(Variable v2, Section section, Array values)
          Write data into a variable.
 

Constructors in ucar.nc2.iosp that throw InvalidRangeException
IndexChunker(int[] srcShape, Section wantSection)
          Constructor
IndexChunkerTiled(Section dataSection, Section wantSection)
          Constructor.
LayoutBBTiled(LayoutBBTiled.DataChunkIterator chunkIterator, int[] chunkSize, int elemSize, Section wantSection)
          Constructor.
LayoutRegular(long startPos, int elemSize, int[] varShape, Section wantSection)
          Constructor.
LayoutRegularSegmented(long startPos, int elemSize, long recSize, int[] srcShape, Section wantSection)
          Constructor.
LayoutSegmented(long[] segPos, int[] segSize, int elemSize, int[] srcShape, Section wantSection)
          Constructor.
LayoutTiled(LayoutTiled.DataChunkIterator chunkIterator, int[] chunkSize, int elemSize, Section wantSection)
          Constructor.
RegularIndexer(int[] varShape, int elemSize, long startPos, java.util.List section, int recSize)
          Deprecated. Constructor.
RegularLayout(int[] varShape, int elemSize, long startPos, java.util.List<Range> ranges, int recSize)
          Deprecated. Constructor: drop in replacement for old RegularIndexer.
RegularLayout(long startPos, int elemSize, int recSize, int[] varShape, Section wantSection)
          Deprecated. Constructor.
RegularSectionLayout(long startFilePos, int elemSize, Section dataSection, Section wantSection)
          Deprecated. Constructor.
SegmentedLayout(long[] segPos, int[] segSize, int elemSize, int[] varShape, Section wantSection)
          Deprecated. Constructor.
 

Uses of InvalidRangeException in ucar.nc2.iosp.bufr
 

Methods in ucar.nc2.iosp.bufr that throw InvalidRangeException
 Array BufrIosp.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.bufr.writer
 

Constructors in ucar.nc2.iosp.bufr.writer that throw InvalidRangeException
WriteT41_ncFlat(NetcdfFile bufr, java.lang.String fileOutName, boolean fill)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.cinrad
 

Methods in ucar.nc2.iosp.cinrad that throw InvalidRangeException
 Array Cinrad2IOServiceProvider.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.dmsp
 

Methods in ucar.nc2.iosp.dmsp that throw InvalidRangeException
 Array DMSPiosp.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.dorade
 

Methods in ucar.nc2.iosp.dorade that throw InvalidRangeException
 Array Doradeiosp.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.fysat
 

Methods in ucar.nc2.iosp.fysat that throw InvalidRangeException
 Array Fysatiosp.readCompressedData(Variable v2, long dataPos, int[] origin, int[] shape, int[] stride)
           
 Array Fysatiosp.readCompressedZlib(Variable v2, long dataPos, int nx, int ny, int[] origin, int[] shape, int[] stride)
           
 Array Fysatiosp.readData(Variable v2, Section section)
           
 Array Fysatiosp.readDataOld(Variable v2, long dataPos, int[] origin, int[] shape, int[] stride)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.gempak
 

Methods in ucar.nc2.iosp.gempak that throw InvalidRangeException
 Array GempakSurfaceIOSP.readData(Variable v2, Section section)
          Read the data for the variable
 

Uses of InvalidRangeException in ucar.nc2.iosp.gini
 

Methods in ucar.nc2.iosp.gini that throw InvalidRangeException
 Array Giniiosp.readCompressedData(Variable v2, long dataPos, int[] origin, int[] shape, int[] stride, int[] levels)
           
 Array Giniiosp.readCompressedZlib(Variable v2, long dataPos, int nx, int ny, int[] origin, int[] shape, int[] stride, int[] levels)
           
 Array Giniiosp.readData(Variable v2, Section section)
           
 Array Giniiosp.readDataOld(Variable v2, long dataPos, int[] origin, int[] shape, int[] stride)
           
 Array Giniiosp.readNestedData(Variable v2, java.util.List section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.grib
 

Methods in ucar.nc2.iosp.grib that throw InvalidRangeException
 boolean GribServiceProvider.isMissingXY(Variable v2, int timeIdx, int levIdx)
          Deprecated.  
 Array GribServiceProvider.readData(Variable v2, Section section)
          Deprecated.  
 void GribServiceProvider.readLevel(Variable v2, int timeIdx, Range levelRange, Range yRange, Range xRange, IndexIterator ii)
          Deprecated.  
 void GribServiceProvider.readXY(Variable v2, int timeIdx, int levIdx, Range yRange, Range xRange, IndexIterator ii)
          Deprecated.  
 

Uses of InvalidRangeException in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid that throw InvalidRangeException
 boolean GridServiceProvider.isMissingXY(Variable v2, int timeIdx, int levIdx)
          Is this XY level missing?
 Array GridServiceProvider.readData(Variable v2, Section section)
          Read the data for the variable
 

Uses of InvalidRangeException in ucar.nc2.iosp.hdf4
 

Methods in ucar.nc2.iosp.hdf4 that throw InvalidRangeException
 Array H4iosp.readData(Variable v, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.hdf5
 

Methods in ucar.nc2.iosp.hdf5 that throw InvalidRangeException
 Array H5iosp.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas that throw InvalidRangeException
 Array AreaServiceProvider.readData(Variable v2, Section section)
          Read the data for the variable
 Array AreaReader.readVariable(Variable v2, Section section)
          Read the values for a variable
 

Uses of InvalidRangeException in ucar.nc2.iosp.misc
 

Methods in ucar.nc2.iosp.misc that throw InvalidRangeException
static void NmcObsLegacy.main(java.lang.String[] args)
           
 Array Uspln.readData(Variable v2, Section section)
           
 Array NmcObsLegacy.readData(Variable v, Section section)
           
 Array Nldn.readData(Variable v2, Section section)
           
 Array GtopoIosp.readData(Variable v2, Section wantSection)
           
 Array Uspln.readNestedData(Variable v2, Section section)
           
 Array NmcObsLegacy.readReport(Variable v, Section section)
           
 Array NmcObsLegacy.readReportIndex(Variable v, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.netcdf3
 

Methods in ucar.nc2.iosp.netcdf3 that throw InvalidRangeException
protected  void N3iosp.fillRecordVariables(int recStart, int recEnd)
           
 Array N3iosp.readData(Variable v2, Section section)
           
 Array N3iosp.readNestedData(Variable v2, Section section)
           
 long N3iosp.readToByteChannel(Variable v2, Section section, java.nio.channels.WritableByteChannel channel)
           
protected  void N3iosp.setNumrecs(int n)
           
 void N3iosp.writeData(Variable v2, Section section, Array values)
           
 void N3channelWriter.writeDataAll(java.nio.channels.WritableByteChannel channel)
           
static void N3channelWriter.writeFromFile(NetcdfFile fileIn, java.lang.String fileOutName)
           
static void N3channelWriter.writeToChannel(NetcdfFile ncfile, java.nio.channels.WritableByteChannel wbc)
          Write ncfile to a WritableByteChannel.
 

Uses of InvalidRangeException in ucar.nc2.iosp.nexrad2
 

Methods in ucar.nc2.iosp.nexrad2 that throw InvalidRangeException
 Array Nexrad2IOServiceProvider.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.iosp.nids
 

Methods in ucar.nc2.iosp.nids that throw InvalidRangeException
 ArrayStructure Nidsiosp.readCircleStructData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read data
 Array Nidsiosp.readData(Variable v2, Section section)
          Read the data for each variable passed in
 java.lang.Object Nidsiosp.readDistance(ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
           
 ArrayStructure Nidsiosp.readGraphicSymbolData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read graphic sysmbol structure data
 ArrayStructure Nidsiosp.readLinkedVectorData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read linked vector sturcture data
 Array Nidsiosp.readNestedCircleStructData(java.lang.String name, java.lang.String memberName, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested data
 Array Nidsiosp.readNestedData(Variable v2, Section section)
          Read nested structure data
 Array Nidsiosp.readNestedDataUnlinkVector(java.lang.String name, java.lang.String memberName, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested data
 Array Nidsiosp.readNestedGraphicSymbolData(java.lang.String name, StructureMembers.Member m, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested graphic symbolic structure data
 Array Nidsiosp.readNestedLinkedVectorData(java.lang.String name, java.lang.String memberName, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested structure data
 Array Nidsiosp.readNestedTextStringData(java.lang.String name, java.lang.String memberName, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested data
 Array Nidsiosp.readNestedVectorArrowData(java.lang.String name, java.lang.String memberName, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested data
 Array Nidsiosp.readNestedWindBarbData(java.lang.String name, java.lang.String memberName, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List section)
          Read nested data
 java.lang.Object Nidsiosp.readOneArrayData(java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.lang.String vName)
           
 java.lang.Object Nidsiosp.readOneArrayData1(java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read data
 byte[] Nidsiosp.readOneBeamData(byte[] ddata, int rLen, int xt, int level)
          read one radial beam data
 short[] Nidsiosp.readOneBeamShortData(byte[] ddata, int rLen, int xt, int level)
          read one radial beam data
 byte[] Nidsiosp.readOneRowData(byte[] ddata, int rLen, int xt)
          Read data from encoded values and run len into regular data array
 byte[] Nidsiosp.readOneRowData1(byte[] ddata, int rLen, int xt)
          Read data from encoded values and run len into regular data array
 java.lang.Object Nidsiosp.readOneScanData(java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.lang.String vName)
          Read one scan radar data
 java.lang.Object Nidsiosp.readRadialDataAzi(java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
           
 java.lang.Object Nidsiosp.readRadialDataEle(java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          read radail elevation array
 java.lang.Object Nidsiosp.readRadialDataGate(ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
           
 java.lang.Object Nidsiosp.readRadialDataLatLonAlt(double t, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          read radial data
 java.lang.Object Nidsiosp.readTabAlphaNumData(java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read data
 ArrayStructure Nidsiosp.readTextStringData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read data
 ArrayStructure Nidsiosp.readUnlinkedVectorData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read data
 ArrayStructure Nidsiosp.readVectorArrowData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo)
          Read data
 ArrayStructure Nidsiosp.readWindBarbData(java.lang.String name, java.nio.ByteBuffer bos, ucar.nc2.iosp.nids.Nidsheader.Vinfo vinfo, java.util.List sList)
          Read data
 

Uses of InvalidRangeException in ucar.nc2.iosp.uamiv
 

Methods in ucar.nc2.iosp.uamiv that throw InvalidRangeException
 Array UAMIVServiceProvider.readData(Variable v2, Section wantSection)
          Read data from a top level Variable and return a memory resident Array.
 

Uses of InvalidRangeException in ucar.nc2.iosp.uf
 

Methods in ucar.nc2.iosp.uf that throw InvalidRangeException
 Array UFiosp.readData(Variable v2, Section section)
           
 

Uses of InvalidRangeException in ucar.nc2.ncml
 

Methods in ucar.nc2.ncml that throw InvalidRangeException
protected  Array Aggregation.Dataset.read(Variable mainv, CancelTask cancelTask, java.util.List<Range> section)
          Read a section of the local Variable.
 Array AggregationUnion.read(Variable mainv, Section section, CancelTask cancelTask)
           
 Array AggregationOuterDimension.read(Variable mainv, Section section, CancelTask cancelTask)
          Read a section of an aggregation variable.
 Array AggregationFmrc.read(Variable mainv, Section section, CancelTask cancelTask)
          Read a section of an aggregation variable.
abstract  Array Aggregation.read(Variable mainv, Section section, CancelTask cancelTask)
          Read a section of an aggregation variable.
 Array Aggregation.DatasetProxyReader.read(Variable mainV, Section section, CancelTask cancelTask)
           
 

Uses of InvalidRangeException in ucar.nc2.stream
 

Methods in ucar.nc2.stream that throw InvalidRangeException
protected  Array NcStreamRemote.readData(Variable v, Section section)
           
 Array NcStreamIosp.readData(Variable v, Section section)
           
 long NcStreamWriter.sendData(Variable v, Section section, java.nio.channels.WritableByteChannel wbc)
           
 void NcStreamWriter.streamAll(java.nio.channels.WritableByteChannel wbc)
           
 

Uses of InvalidRangeException in ucar.unidata.geoloc.vertical
 

Methods in ucar.unidata.geoloc.vertical that throw InvalidRangeException
 ArrayDouble.D3 VTfromExistingData.getCoordinateArray(int timeIndex)
           
 ArrayDouble.D3 VerticalTransformSubset.getCoordinateArray(int subsetIndex)
           
abstract  ArrayDouble.D3 VerticalTransformImpl.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 VerticalTransform.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 OceanSigma.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 OceanSG2.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 OceanSG1.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 OceanS.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 HybridSigmaPressure.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 HybridHeight.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 AtmosSigma.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D3 AtmosLnPressure.getCoordinateArray(int timeIndex)
          Get the 3D vertical coordinate array for this time step.
 ArrayDouble.D1 OceanSG2.getCoordinateArray1D(int timeIndex, int xIndex, int yIndex)
          Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
 ArrayDouble.D1 OceanSG1.getCoordinateArray1D(int timeIndex, int xIndex, int yIndex)
          Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
 ArrayDouble.D1 OceanS.getCoordinateArray1D(int timeIndex, int xIndex, int yIndex)
          Get the 1D vertical coordinate array for this time step and the specified X,Y index for Lat-Lon point.
protected  Array VerticalTransformImpl.readArray(Variable v, int timeIndex)
          Read the data Array from the variable, at the specified time index if applicable.
 VerticalTransform VerticalTransformImpl.subset(Range t_range, Range z_range, Range y_range, Range x_range)
          Create a subset of this VerticalTransform.
 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.