Uses of Class
ucar.nc2.dataset.NetcdfDataset

Packages that use NetcdfDataset
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
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 Scientific data types package. 
ucar.nc2.dt.fmrc Support classes for Forecast Model Run Collections. 
ucar.nc2.dt.grid Scientific data type "Grid", uses cartesian coordinate system. 
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.dt.trajectory Scientific data type "Trajectory". 
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.fmrc   
ucar.nc2.ft.grid   
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
ucar.nc2.ft.point.standard.plug package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets 
ucar.nc2.ft.radial   
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.iosp.bufr.writer   
ucar.nc2.iosp.mcidas   
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
 

Uses of NetcdfDataset in thredds.catalog
 

Methods in thredds.catalog that return NetcdfDataset
 NetcdfDataset InvDatasetFmrc.getDataset(String path)
          Deprecated. Get the dataset named by the path
 NetcdfDataset InvDatasetFeatureCollection.getNetcdfDataset(String matchPath)
          Get the dataset named by the path.
 

Uses of NetcdfDataset in ucar.nc2.dataset
 

Fields in ucar.nc2.dataset declared as NetcdfDataset
 NetcdfDataset CoordSysBuilder.VarProcess.ds
           
protected  NetcdfDataset CoordinateSystem.ds
           
protected  NetcdfDataset CoordinateAxis.ncd
           
 

Methods in ucar.nc2.dataset that return NetcdfDataset
static NetcdfDataset NetcdfDataset.acquireDataset(FileFactory fac, String location, Set<NetcdfDataset.Enhance> enhanceMode, int buffer_size, CancelTask cancelTask, Object iospMessage)
          Same as openDataset, but file is acquired through the File Cache.
static NetcdfDataset NetcdfDataset.acquireDataset(String location, boolean enhance, CancelTask cancelTask)
           
static NetcdfDataset NetcdfDataset.acquireDataset(String location, CancelTask cancelTask)
          Same as openDataset, but file is acquired through the File Cache, with defaultEnhanceMode.
 NetcdfDataset CoordinateSystem.getNetcdfDataset()
          Get the underlying NetcdfDataset
static NetcdfDataset NetcdfDataset.openDataset(String location)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfDataset NetcdfDataset.openDataset(String location, boolean enhance, CancelTask cancelTask)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfDataset NetcdfDataset.openDataset(String location, boolean enhance, int buffer_size, CancelTask cancelTask, Object spiObject)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfDataset NetcdfDataset.openDataset(String location, Set<NetcdfDataset.Enhance> enhanceMode, int buffer_size, CancelTask cancelTask, Object spiObject)
          Factory method for opening a dataset through the netCDF API, and identifying its coordinate variables.
static NetcdfDataset NetcdfDataset.wrap(NetcdfFile ncfile, Set<NetcdfDataset.Enhance> mode)
          Make NetcdfFile into NetcdfDataset with given enhance mode
 

Methods in ucar.nc2.dataset with parameters of type NetcdfDataset
protected  void CoordSysBuilder.assignCoordinateSystemsExplicit(NetcdfDataset ncDataset)
          Assign explicit CoordinateSystem objects to variables.
protected  void CoordSysBuilder.assignCoordinateTransforms(NetcdfDataset ncDataset)
          Assign CoordinateTransform objects to Coordinate Systems.
 void CoordSysBuilder.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
           
 void CoordSysBuilderIF.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
          Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset.
 void CoordSysBuilder.buildCoordinateSystems(NetcdfDataset ncDataset)
          Heres where the work is to identify coordinate axes and coordinate systems.
 void CoordSysBuilderIF.buildCoordinateSystems(NetcdfDataset ncDataset)
          Create the coordinate system objects: coordinate axes, coordinate systems, coordinate transforms.
static void NetcdfDataset.debugDump(PrintStream out, NetcdfDataset ncd)
          Debugging
static CoordSysBuilderIF CoordSysBuilder.factory(NetcdfDataset ds, CancelTask cancelTask)
          Get a CoordSysBuilder whose job it is to add Coordinate information to a NetcdfDataset.
static CoordinateAxis CoordinateAxis.factory(NetcdfDataset ncd, VariableDS vds)
          Create a coordinate axis from an existing Variable.
static CoordinateAxis1DTime CoordinateAxis1DTime.factory(NetcdfDataset ncd, VariableDS org, Formatter errMessages)
           
protected  void CoordSysBuilder.findCoordinateAxes(NetcdfDataset ncDataset)
          Identify coordinate axes, set VarProcess.isCoordinateAxis = true.
protected  void CoordSysBuilder.findCoordinateSystems(NetcdfDataset ncDataset)
          Identify coordinate systems, set VarProcess.isCoordinateSystem = true.
protected  void CoordSysBuilder.findCoordinateTransforms(NetcdfDataset ncDataset)
          Identify coordinate transforms, set VarProcess.isCoordinateTransform = true.
protected  AxisType CoordSysBuilder.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          Identify what kind of AxisType the named variable is.
protected  void CoordSysBuilder.makeCoordinateAxes(NetcdfDataset ncDataset)
          Take previously identified Coordinate Axis and Coordinate Variables and make them into a CoordinateAxis.
protected  void CoordSysBuilder.makeCoordinateSystems(NetcdfDataset ncDataset)
          Take all previously identified Coordinate Systems and create a CoordinateSystem object.
protected  void CoordSysBuilder.makeCoordinateSystemsImplicit(NetcdfDataset ncDataset)
          Make implicit CoordinateSystem objects for variables that dont already have one, by using the variables' list of coordinate axes, and any coordinateVariables for it.
protected  void CoordSysBuilder.makeCoordinateSystemsMaximal(NetcdfDataset ncDataset)
          If a variable still doesnt have a coordinate system, use hueristics to try to find one that was probably forgotten.
protected  CoordinateTransform CoordSysBuilder.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform CoordTransBuilderIF.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
          Make a CoordinateTransform from a Coordinate Transform Variable.
static CoordinateTransform CoordTransBuilder.makeCoordinateTransform(NetcdfDataset ds, Variable ctv, Formatter parseInfo, Formatter errInfo)
          Make a CoordinateTransform object from the parameters in a Coordinate Transform Variable, using an intrinsic or registered CoordTransBuilder.
protected  void CoordSysBuilder.makeCoordinateTransforms(NetcdfDataset ncDataset)
          Take all previously identified Coordinate Transforms and create a CoordinateTransform object by calling CoordTransBuilder.makeCoordinateTransform().
protected  VariableDS CoordSysBuilder.makeCoordinateTransformVariable(NetcdfDataset ds, CoordinateTransform ct)
           
static VariableDS CoordSysBuilder.makeDummyTransformVariable(NetcdfDataset ds, CoordinateTransform ct)
          Deprecated. use CoordTransBuilder.makeDummyTransformVariable
static VariableDS CoordTransBuilder.makeDummyTransformVariable(NetcdfDataset ds, CoordinateTransform ct)
          Create a "dummy" Coordinate Transform Variable based on the given CoordinateTransform.
 VerticalTransform CoordTransBuilderIF.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
          Make a VerticalTransform.
 VerticalTransform VerticalCT.makeVerticalTransform(NetcdfDataset ds, Dimension timeDim)
          Use the builder to make the Vertical Transform function
static void DatasetConstructor.transferDataset(NetcdfFile src, NetcdfDataset target, ReplaceVariableCheck replaceCheck)
          Copy contents of "src" to "target".
 

Constructors in ucar.nc2.dataset with parameters of type NetcdfDataset
CoordinateAxis(NetcdfDataset ds, Group group, String shortName, DataType dataType, String dims, String units, String desc)
          Constructor when theres no underlying variable.
CoordinateAxis(NetcdfDataset ncd, VariableDS vds)
          Create a coordinate axis from an existing Variable.
CoordinateAxis1D(NetcdfDataset ds, Group group, String shortName, DataType dataType, String dims, String units, String desc)
          Constructor when theres no underlying variable.
CoordinateAxis1D(NetcdfDataset ncd, VariableDS vds)
          Create a 1D coordinate axis from an existing Variable
CoordinateAxis2D(NetcdfDataset ncd, VariableDS vds)
          Create a 2D coordinate axis from an existing VariableDS
CoordinateSystem(NetcdfDataset ds, Collection<CoordinateAxis> axes, Collection<CoordinateTransform> coordTrans)
          Constructor.
CoordSysBuilder.VarProcess(NetcdfDataset ds)
           
StructureDS(NetcdfDataset ds, Group group, Structure parentStructure, String shortName, String dims, String units, String desc)
          Constructor when theres no underlying variable.
StructureDS(NetcdfDataset ds, Group group, Structure parent, String shortName, Structure orgVar)
          Wrap the given Structure, making it into a StructureDS.
StructurePseudo2Dim(NetcdfDataset ncfile, Group group, String shortName, List<String> varNames, Dimension outer, Dimension inner)
          Make a Structure out of named Variables which have var(outer, inner, ...)
StructurePseudoDS(NetcdfDataset ncfile, Group group, String shortName)
           
StructurePseudoDS(NetcdfDataset ncfile, Group group, String shortName, List<String> varNames, Dimension outerDim)
          Make a Structure out of all Variables with the named dimension as their outermost dimension, or from a list named Variables, each has the same named outermost dimension.
VariableDS(NetcdfDataset ds, Group group, Structure parentStructure, String shortName, DataType dataType, String dims, String units, String desc)
          Constructor when there's no underlying variable.
 

Uses of NetcdfDataset in ucar.nc2.dataset.conv
 

Methods in ucar.nc2.dataset.conv with parameters of type NetcdfDataset
protected  void WRFConvention.assignCoordinateTransforms(NetcdfDataset ncDataset)
          Assign CoordinateTransform objects to Coordinate Systems.
protected  void ADASConvention.assignCoordinateTransforms(NetcdfDataset ncDataset)
          Assign CoordinateTransform objects to Coordinate Systems.
 void Nimbus.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void CSMConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void ModisSatellite.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void WRFConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void AvhrrConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void CF1Convention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void UnidataObsConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
 void ADASConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
 void FslWindProfiler.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void BUFRConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          create a NetcdfDataset out of this NetcdfFile, adding coordinates etc.
 void EpicInsitu.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void Suomi.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void MADISStation.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void M3IOConvention.augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
           
 void DefaultConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void NppConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void ZebraConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void AWIPSsatConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void ATDRadarConvention.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
           
 void NUWGConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void M3IOVGGridConvention.augmentDataset(NetcdfDataset ncd, CancelTask cancelTask)
           
 void CEDRICRadarConvention.augmentDataset(NetcdfDataset ncDataset, CancelTask cancelTask)
           
 void IFPSConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void GDVConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void AWIPSConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void NsslRadarMosaicConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void GIEFConvention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
           
 void Cosmic1Convention.augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          _more_
protected  void M3IOConvention.constructCoordAxes(NetcdfDataset ds)
           
protected  void M3IOVGGridConvention.constructCoordAxes(NetcdfDataset ds)
           
protected  void CSMConvention.findCoordinateAxes(NetcdfDataset ds)
          The attribute "coordinates" is an alias for _CoordinateAxes.
protected  void DefaultConvention.findCoordinateAxes(NetcdfDataset ds)
           
protected  void GDVConvention.findCoordinateAxes(NetcdfDataset ds)
          look for aliases.
protected  AxisType CSMConvention.getAxisType(NetcdfDataset ncd, VariableEnhanced v)
           
protected  AxisType WRFConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType CF1Convention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          Augment CSM axis type identification with "projection_x_coordinate", "projection_y_coordinate" and the various dimensionless vertical coordinates
protected  AxisType ADASConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType Suomi.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
           
protected  AxisType COARDSConvention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
           
protected  AxisType M3IOConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType Jason2Convention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          _more_
protected  AxisType DefaultConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType AWIPSsatConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType NUWGConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType M3IOVGGridConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType GDVConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType AWIPSConvention.getAxisType(NetcdfDataset ds, VariableEnhanced ve)
           
protected  AxisType Cosmic1Convention.getAxisType(NetcdfDataset ncDataset, VariableEnhanced v)
          _more_
protected  String IFPSConvention.getZisPositive(NetcdfDataset ds, CoordinateAxis v)
           
protected  CoordinateTransform CSMConvention.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
protected  void WRFConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void ADASConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void M3IOConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void DefaultConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void AWIPSsatConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void NUWGConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void GDVConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
protected  void AWIPSConvention.makeCoordinateTransforms(NetcdfDataset ds)
           
 

Uses of NetcdfDataset in ucar.nc2.dataset.transform
 

Methods in ucar.nc2.dataset.transform with parameters of type NetcdfDataset
static double AbstractCoordTransBuilder.getFalseEastingScaleFactor(NetcdfDataset ds, Variable ctv)
           
protected  String AbstractCoordTransBuilder.getFormula(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VAtmHybridSigmaPressure.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform RotatedLatLon.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VOceanSG2.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform LambertConformalConic.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform Mercator.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform MSGnavigation.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform Orthographic.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VerticalPerspective.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VAtmLnPressure.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VOceanS.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VOceanSigma.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform FlatEarth.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform AlbersEqualArea.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform WRFEtaTransformBuilder.makeCoordinateTransform(NetcdfDataset ds, Variable v)
           
 CoordinateTransform UTM.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VAtmHybridHeight.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
          Make the CoordinateTransform from the dataset
 CoordinateTransform TransverseMercator.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform LambertAzimuthal.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform RotatedPole.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VExplicitField.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform Stereographic.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform PolarStereographic.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VAtmSigma.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 CoordinateTransform VOceanSG1.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
           
 VerticalTransform VAtmHybridSigmaPressure.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanSG2.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VAtmLnPressure.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanS.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanSigma.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform WRFEtaTransformBuilder.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VAtmHybridHeight.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
          Make the vertical transform transform
 VerticalTransform VExplicitField.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform AbstractCoordTransBuilder.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VAtmSigma.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 VerticalTransform VOceanSG1.makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT)
           
 

Uses of NetcdfDataset in ucar.nc2.dt
 

Fields in ucar.nc2.dt declared as NetcdfDataset
protected  NetcdfDataset TypedDatasetImpl.ncfile
           
 

Methods in ucar.nc2.dt with parameters of type NetcdfDataset
 boolean TypedDatasetFactoryIF.isMine(NetcdfDataset ncd)
          Determine if this dataset belongs to you
static TypedDataset TypedDatasetFactory.open(FeatureType datatype, NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Deprecated. Open a dataset as a TypedDataset.
 TypedDataset TypedDatasetFactoryIF.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Open a NetcdfDataset as a TypedDataset.
 

Constructors in ucar.nc2.dt with parameters of type NetcdfDataset
TypedDatasetImpl(NetcdfDataset ncfile)
          Construtor when theres a NetcdfFile underneath
 

Uses of NetcdfDataset in ucar.nc2.dt.fmrc
 

Methods in ucar.nc2.dt.fmrc that return NetcdfDataset
 NetcdfDataset FmrcImpl.getBestTimeSeries()
           
 NetcdfDataset ForecastModelRunCollection.getBestTimeSeries()
          Get a NetcdfDataset that has the "best" time series, across model runs.
 NetcdfDataset FmrcImpl.getFmrcDataset()
           
 NetcdfDataset ForecastModelRunCollection.getFmrcDataset()
          Get a NetcdfDataset that is the underlying datasets with the "2d time"
 NetcdfDataset FmrcImpl.getForecastOffsetDataset(double hours)
           
 NetcdfDataset ForecastModelRunCollection.getForecastOffsetDataset(double hours)
          Get a NetcdfDataset that has all the data for a fixed forecast offset, across model runs.
 NetcdfDataset FmrcImpl.getForecastTimeDataset(Date forecastTime)
           
 NetcdfDataset ForecastModelRunCollection.getForecastTimeDataset(Date forecastTime)
          Get a NetcdfDataset that has all the data for a fixed forecast time, across model runs.
 NetcdfDataset FmrcImpl.getRunTimeDataset(Date wantRuntime)
           
 NetcdfDataset ForecastModelRunCollection.getRunTimeDataset(Date runTime)
          Get a NetcdfDataset that has all the data for a model run.
 

Constructors in ucar.nc2.dt.fmrc with parameters of type NetcdfDataset
FmrcImpl(NetcdfDataset ncd)
           
 

Uses of NetcdfDataset in ucar.nc2.dt.grid
 

Methods in ucar.nc2.dt.grid that return NetcdfDataset
 NetcdfDataset GridDataset.getNetcdfDataset()
           
 

Constructors in ucar.nc2.dt.grid with parameters of type NetcdfDataset
GridDataset(NetcdfDataset ds)
          Create a GridDataset from a NetcdfDataset.
GridDataset(NetcdfDataset ds, Formatter parseInfo)
          Create a GridDataset from a NetcdfDataset.
 

Uses of NetcdfDataset in ucar.nc2.dt.point
 

Fields in ucar.nc2.dt.point declared as NetcdfDataset
protected  NetcdfDataset RecordDatasetHelper.ncfile
          Deprecated.  
 

Methods in ucar.nc2.dt.point with parameters of type NetcdfDataset
static PointObsDataset DapperDataset.factory(NetcdfDataset ds)
           
static LatLonRect UnidataObsDatasetHelper.getBoundingBox(NetcdfDataset ds)
           
static Variable UnidataObsDatasetHelper.getCoordinate(NetcdfDataset ds, AxisType a)
          Tries to find the coordinate variable of the specified type.
static Date UnidataObsDatasetHelper.getEndDate(NetcdfDataset ds)
           
static Date UnidataObsDatasetHelper.getStartDate(NetcdfDataset ds)
           
 boolean NdbcDataset.isMine(NetcdfDataset ds)
           
 boolean UnidataPointObsDataset.isMine(NetcdfDataset ds)
           
 boolean MadisPointObsDataset.isMine(NetcdfDataset ds)
           
 boolean UnidataStationObsDataset2.isMine(NetcdfDataset ds)
          Deprecated.  
 boolean OldUnidataStationObsDataset.isMine(NetcdfDataset ds)
           
 boolean UnidataStationObsDataset.isMine(NetcdfDataset ds)
           
 boolean SequenceObsDataset.isMine(NetcdfDataset ds)
           
 boolean UnidataStationObsMultidimDataset.isMine(NetcdfDataset ds)
           
 boolean DapperDataset.isMine(NetcdfDataset ds)
           
 boolean OldUnidataPointObsDataset.isMine(NetcdfDataset ds)
           
 boolean CFstationObsDataset.isMine(NetcdfDataset ds)
           
 boolean MadisStationObsDataset.isMine(NetcdfDataset ds)
           
 TypedDataset NdbcDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset MadisPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsDataset2.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          Deprecated.  
 TypedDataset OldUnidataStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset SequenceObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataStationObsMultidimDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset DapperDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset OldUnidataPointObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset CFstationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset MadisStationObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 

Constructors in ucar.nc2.dt.point with parameters of type NetcdfDataset
CFstationObsDataset(NetcdfDataset ds)
           
DapperDataset(NetcdfDataset ds)
           
MadisPointObsDataset(NetcdfDataset ds)
           
MadisStationObsDataset(NetcdfDataset ds)
           
NdbcDataset(NetcdfDataset ds)
           
OldUnidataPointObsDataset(NetcdfDataset ds)
           
OldUnidataStationObsDataset(NetcdfDataset ds)
           
OldUnidataStationObsDataset(NetcdfDataset ds, String ncmlURL)
           
PointObsDatasetImpl(NetcdfDataset ncfile)
           
RecordDatasetHelper(NetcdfDataset ncfile, String obsTimeVName, String nomTimeVName, List typedDataVariables)
          Deprecated. Constructor.
RecordDatasetHelper(NetcdfDataset ncfile, String obsTimeVName, String nomTimeVName, List typedDataVariables, StringBuffer errBuffer)
          Deprecated.  
RecordDatasetHelper(NetcdfDataset ncfile, String obsTimeVName, String nomTimeVName, List typedDataVariables, String recDimName, StringBuffer errBuffer)
          Deprecated. Constructor.
SequenceHelper(NetcdfDataset ncfile, boolean isProfile, StructureDS sequenceOuter, StructureDS sequenceInner, Variable latVar, Variable lonVar, Variable altVar, Variable timeVar, List typedDataVariables, StringBuffer errBuffer)
          Constructor.
SequenceObsDataset(NetcdfDataset ds, CancelTask task)
           
StationObsDatasetImpl(NetcdfDataset ncfile)
           
UnidataPointObsDataset(NetcdfDataset ds)
           
UnidataStationObsDataset(NetcdfDataset ds)
           
UnidataStationObsDataset2(NetcdfDataset ds)
          Deprecated.  
UnidataStationObsMultidimDataset(NetcdfDataset ds)
           
 

Uses of NetcdfDataset in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial with parameters of type NetcdfDataset
protected  void Dorade2Dataset.addRadialVariable(NetcdfDataset nds, Variable var)
           
protected  void CFnetCDF2Dataset.addRadialVariable(NetcdfDataset nds, Variable var)
          _more_
protected  void Nids2Dataset.addRadialVariable(NetcdfDataset nds, Variable var)
           
protected  void LevelII2Dataset.addRadialVariable(NetcdfDataset nds, Variable var)
           
protected abstract  void RadialDatasetSweepAdapter.addRadialVariable(NetcdfDataset ds, Variable var)
           
protected  void UF2Dataset.addRadialVariable(NetcdfDataset nds, Variable var)
           
protected  void Netcdf2Dataset.addRadialVariable(NetcdfDataset nds, Variable var)
           
 boolean CFnetCDF2Dataset.isHighResolution(NetcdfDataset nds)
          _more_
 boolean LevelII2Dataset.isHighResolution(NetcdfDataset nds)
           
 boolean Dorade2Dataset.isMine(NetcdfDataset ds)
           
 boolean CFnetCDF2Dataset.isMine(NetcdfDataset ds)
          _more_
 boolean Nids2Dataset.isMine(NetcdfDataset ds)
           
 boolean LevelII2Dataset.isMine(NetcdfDataset ds)
           
 boolean UF2Dataset.isMine(NetcdfDataset ds)
           
 boolean Netcdf2Dataset.isMine(NetcdfDataset ds)
           
protected  RadialDatasetSweep.RadialVariable Dorade2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable CFnetCDF2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
          _more_
protected  RadialDatasetSweep.RadialVariable Nids2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable LevelII2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected abstract  RadialDatasetSweep.RadialVariable RadialDatasetSweepAdapter.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable UF2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
protected  RadialDatasetSweep.RadialVariable Netcdf2Dataset.makeRadialVariable(NetcdfDataset nds, VariableSimpleIF v, Variable v0)
           
 RadialDatasetSweep RadialDatasetSweepFactory.open(NetcdfDataset ncd)
          Deprecated.  
 TypedDataset Dorade2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset CFnetCDF2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
          _more_
 TypedDataset Nids2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset LevelII2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UF2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset Netcdf2Dataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 void Netcdf2Dataset.setIsVolume(NetcdfDataset nds)
           
 

Constructors in ucar.nc2.dt.radial with parameters of type NetcdfDataset
CFnetCDF2Dataset(NetcdfDataset ds)
          Constructor.
Dorade2Dataset(NetcdfDataset ds)
          Constructor.
LevelII2Dataset(NetcdfDataset ds)
          Constructor.
Netcdf2Dataset(NetcdfDataset ds)
          Constructor.
Nids2Dataset(NetcdfDataset ds)
          Constructor.
RadialDatasetSweepAdapter(NetcdfDataset ds)
           
UF2Dataset(NetcdfDataset ds)
          Constructor.
 

Uses of NetcdfDataset in ucar.nc2.dt.trajectory
 

Methods in ucar.nc2.dt.trajectory with parameters of type NetcdfDataset
 boolean SimpleTrajectoryObsDataset.isMine(NetcdfDataset ds)
           
 boolean UnidataTrajectoryObsDataset2.isMine(NetcdfDataset ds)
           
 boolean ARMTrajectoryObsDataset.isMine(NetcdfDataset ds)
           
 boolean Float10TrajectoryObsDataset.isMine(NetcdfDataset ds)
           
 boolean ZebraClassTrajectoryObsDataset.isMine(NetcdfDataset ds)
           
 boolean RafTrajectoryObsDataset.isMine(NetcdfDataset ds)
           
 boolean UnidataTrajectoryObsDataset.isMine(NetcdfDataset ds)
           
 boolean COSMICTrajectoryObsDataset.isMine(NetcdfDataset ds)
           
static boolean SimpleTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
           
static boolean ARMTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
           
static boolean Float10TrajectoryObsDataset.isValidFile(NetcdfDataset ds)
           
static boolean ZebraClassTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
           
static boolean RafTrajectoryObsDataset.isValidFile(NetcdfDataset ds)
           
static boolean COSMICTrajectoryObsDataset.isValidFile(NetcdfDataset ncd)
           
 TypedDataset SimpleTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset ARMTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset Float10TrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset RafTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset UnidataTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 TypedDataset COSMICTrajectoryObsDataset.open(NetcdfDataset ncd, CancelTask task, StringBuilder errlog)
           
 

Constructors in ucar.nc2.dt.trajectory with parameters of type NetcdfDataset
ARMTrajectoryObsDataset(NetcdfDataset ncd)
           
COSMICTrajectoryObsDataset(NetcdfDataset ncd)
           
Float10TrajectoryObsDataset(NetcdfDataset ncd)
           
MultiTrajectoryObsDataset(NetcdfDataset ncfile)
          Deprecated.  
RafTrajectoryObsDataset(NetcdfDataset ncf)
           
SimpleTrajectoryObsDataset(NetcdfDataset ncd)
           
SingleTrajectoryObsDataset(NetcdfDataset ncfile)
          Deprecated.  
TrajectoryObsDatasetImpl(NetcdfDataset ncfile)
          Deprecated. _more_
UnidataTrajectoryObsDataset(NetcdfDataset ncd)
           
UnidataTrajectoryObsDataset2(NetcdfDataset ncd)
           
ZebraClassTrajectoryObsDataset(NetcdfDataset ncd)
           
 

Uses of NetcdfDataset in ucar.nc2.ft
 

Fields in ucar.nc2.ft declared as NetcdfDataset
protected  NetcdfDataset FeatureDatasetImpl.ncfile
           
 

Methods in ucar.nc2.ft with parameters of type NetcdfDataset
static FeatureType FeatureDatasetFactoryManager.findFeatureType(NetcdfDataset ncd)
          Try to determine the feature type of the dataset, by looking at its metadata.
 Object FeatureDatasetFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ncd, Formatter errlog)
          Determine if the factory can open this dataset as an instance of the given feature type
 FeatureDataset FeatureDatasetFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
          Open a NetcdfDataset as a FeatureDataset.
static FeatureDataset FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType, NetcdfDataset ncd, CancelTask task, Formatter errlog)
          Wrap a NetcdfDataset as a FeatureDataset.
 

Constructors in ucar.nc2.ft with parameters of type NetcdfDataset
FeatureDatasetImpl(NetcdfDataset ncfile)
          Constructor when theres a NetcdfFile underneath
 

Uses of NetcdfDataset in ucar.nc2.ft.fmrc
 

Methods in ucar.nc2.ft.fmrc with parameters of type NetcdfDataset
 GridDataset Fmrc.getDataset2D(NetcdfDataset result)
           
 

Uses of NetcdfDataset in ucar.nc2.ft.grid
 

Methods in ucar.nc2.ft.grid with parameters of type NetcdfDataset
 Object GridDatasetStandardFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ncd, Formatter errlog)
           
 FeatureDataset GridDatasetStandardFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
           
 

Uses of NetcdfDataset in ucar.nc2.ft.point
 

Fields in ucar.nc2.ft.point declared as NetcdfDataset
protected  NetcdfDataset RecordDatasetHelper.ncfile
           
 

Constructors in ucar.nc2.ft.point with parameters of type NetcdfDataset
PointDatasetImpl(NetcdfDataset ds, FeatureType featureType)
           
RecordDatasetHelper(NetcdfDataset ncfile, String obsTimeVName, String nomTimeVName, List<VariableSimpleIF> typedDataVariables, String recDimName, Formatter errBuffer)
          Constructor.
 

Uses of NetcdfDataset in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard that return NetcdfDataset
 NetcdfDataset TableAnalyzer.getNetcdfDataset()
           
 

Methods in ucar.nc2.ft.point.standard with parameters of type NetcdfDataset
static Table Table.factory(NetcdfDataset ds, TableConfig config)
           
static TableAnalyzer TableAnalyzer.factory(TableConfigurer tc, FeatureType wantFeatureType, NetcdfDataset ds)
          Create a TableAnalyser for this dataset with the given TableConfigurer
static CoordinateAxis CoordSysEvaluator.findCoordByType(NetcdfDataset ds, AxisType atype)
          Look for Axis by Type.
static CoordinateAxis CoordSysEvaluator.findCoordByType(NetcdfDataset ds, AxisType atype, CoordSysEvaluator.Predicate p)
          Look for Axis by Type and test against a predicate
static String CoordSysEvaluator.findCoordNameByType(NetcdfDataset ds, AxisType atype)
          Look for Axis by Type.
static void CoordSysEvaluator.findCoords(TableConfig nt, NetcdfDataset ds)
          Look for Axis by Type, assign to TableConfig if found.
static String CoordSysEvaluator.findCoordShortNameByType(NetcdfDataset ds, AxisType atype)
           
static void CoordSysEvaluator.findCoordWithDimension(TableConfig nt, NetcdfDataset ds, Dimension outer)
           
static Dimension CoordSysEvaluator.findDimensionByType(NetcdfDataset ds, AxisType atype)
          Look for Axis by Type.
protected  String TableConfigurerImpl.findNameVariableWithStandardNameAndDimension(NetcdfDataset ds, String standard_name, Dimension outer, Formatter errlog)
           
protected  Variable TableConfigurerImpl.findVariableWithStandardNameAndDimension(NetcdfDataset ds, String standard_name, Dimension outer, Formatter errlog)
           
protected  Variable TableConfigurerImpl.findVariableWithStandardNameAndNotDimension(NetcdfDataset ds, String standard_name, Dimension outer, Formatter errlog)
           
protected  CoordinateAxis TableConfigurerImpl.findZAxisNotStationAlt(NetcdfDataset ds)
           
 TableConfig TableConfigurer.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Create a TableConfig for this dataset.
static Dimension Evaluator.getDimension(NetcdfDataset ds, String key, Formatter errlog)
           
static String Evaluator.getDimensionName(NetcdfDataset ds, String key, Formatter errlog)
           
static FeatureType Evaluator.getFeatureType(NetcdfDataset ds, String key, Formatter errlog)
          Turn the key into a String and return the corresponding featureType, if any.
static String Evaluator.getLiteral(NetcdfDataset ds, String key, Formatter errlog)
          Translate key to value
static String Evaluator.getNameOfVariableWithAttribute(NetcdfDataset ds, String attName, String attValue)
           
static Structure Evaluator.getStructureWithDimensions(NetcdfDataset ds, Dimension dim0, Dimension dim1)
           
static TableConfigurer TableAnalyzer.getTableConfigurer(FeatureType wantFeatureType, NetcdfDataset ds)
          Find a TableConfigurer for this dataset, if there is one.
static String Evaluator.getVariableAttributeValue(NetcdfDataset ds, String attName)
           
static String Evaluator.getVariableName(NetcdfDataset ds, String key, Formatter errlog)
           
static Variable Evaluator.getVariableWithAttribute(NetcdfDataset ds, String attName)
           
static Variable Evaluator.getVariableWithAttributeValue(NetcdfDataset ds, String attName, String attValue)
           
static boolean Evaluator.hasRecordStructure(NetcdfDataset ds)
           
 boolean TableConfigurer.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
          Determine if this is a dataset that can be opened as a point obs dataset.
 Object PointDatasetStandardFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Check if this is a POINT datatype.
protected  String TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds, AxisType type, Dimension outer)
           
protected  String TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds, AxisType type, Dimension outer, Dimension inner)
           
protected  String TableConfigurerImpl.matchAxisTypeAndDimension(NetcdfDataset ds, AxisType type, Dimension outer, Dimension middle, Dimension inner)
           
 FeatureDataset PointDatasetStandardFactory.open(FeatureType wantFeatureType, NetcdfDataset ncd, Object analyser, CancelTask task, Formatter errlog)
           
 TableConfig PointConfigXML.readConfigXML(String fileLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig PointConfigXML.readConfigXMLfromResource(String resourceLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 

Constructors in ucar.nc2.ft.point.standard with parameters of type NetcdfDataset
Table(NetcdfDataset ds, TableConfig config)
           
 

Uses of NetcdfDataset in ucar.nc2.ft.point.standard.plug
 

Methods in ucar.nc2.ft.point.standard.plug with parameters of type NetcdfDataset
static LatLonRect UnidataPointDatasetHelper.getBoundingBox(NetcdfDataset ds)
           
 TableConfig BufrCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig FslRaob.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Madis.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig MadisAcars.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig UnidataPointFeature.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Deprecated.  
 TableConfig FslWindProfiler.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig BuoyShipSynop.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Jason.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig UnidataPointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Suomi.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig CFpointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig GempakCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig CdmDirect.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig RafNimbus.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Cosmic.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Iridl.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Ndbc.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Nldn.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
static Variable UnidataPointDatasetHelper.getCoordinate(NetcdfDataset ds, AxisType a)
          Tries to find the coordinate variable of the specified type.
static String UnidataPointDatasetHelper.getCoordinateName(NetcdfDataset ds, AxisType a)
          Tries to find the coordinate variable of the specified type.
static String UnidataPointDatasetHelper.getCoordinateName(NetcdfDataset ds, AxisType a, Dimension dim)
          Tries to find the coordinate variable of the specified type, which has the specified dimension as its firsst dimension
static Date UnidataPointDatasetHelper.getEndDate(NetcdfDataset ds, DateUnit timeUnit)
           
protected  TableConfig BufrCdm.getPointConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getProfileConfig(NetcdfDataset ds, Formatter errlog)
           
static Date UnidataPointDatasetHelper.getStartDate(NetcdfDataset ds, DateUnit timeUnit)
           
protected  TableConfig GempakCdm.getStationAsPointConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getStationConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig GempakCdm.getStationConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig CdmDirect.getStationConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig GempakCdm.getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig CdmDirect.getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getTrajectoryConfig(NetcdfDataset ds, Formatter errlog)
           
protected  Madis.VNames Madis.getVariableNames(NetcdfDataset ds, Formatter errlog)
           
 boolean BufrCdm.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean FslRaob.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Madis.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean MadisAcars.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean UnidataPointFeature.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
          Deprecated.  
 boolean FslWindProfiler.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean BuoyShipSynop.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Jason.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean UnidataPointObs.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Suomi.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean CFpointObs.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean GempakCdm.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean CdmDirect.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean RafNimbus.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Cosmic.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Iridl.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Ndbc.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
 boolean Nldn.isMine(FeatureType wantFeatureType, NetcdfDataset ds)
           
protected  TableConfig GempakCdm.makeStationTable(NetcdfDataset ds, Formatter errlog)
           
protected  String CFpointObs.matchAxisTypeAndDimension(NetcdfDataset ds, AxisType type, Dimension outer)
           
 

Uses of NetcdfDataset in ucar.nc2.ft.radial
 

Methods in ucar.nc2.ft.radial with parameters of type NetcdfDataset
 Object RadialDatasetStandardFactory.isMine(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 FeatureDataset RadialDatasetStandardFactory.open(FeatureType ftype, NetcdfDataset ncd, Object analysis, CancelTask task, Formatter errlog)
           
 

Uses of NetcdfDataset in ucar.nc2.iosp.adde
 

Constructors in ucar.nc2.iosp.adde with parameters of type NetcdfDataset
AddeVariable(NetcdfDataset ncfile, Structure parentStructure, String shortName, DataType dataType, String dims, String units, String desc, int nparam)
           
 

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

Constructors in ucar.nc2.iosp.bufr.writer with parameters of type NetcdfDataset
Bufr2Xml(Message message, NetcdfDataset ncfile, OutputStream os, boolean skipMissing)
           
 

Uses of NetcdfDataset in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas with parameters of type NetcdfDataset
 CoordinateTransform McIDASAreaTransformBuilder.makeCoordinateTransform(NetcdfDataset ds, Variable ctv)
          Make the coordinate transform
 

Uses of NetcdfDataset in ucar.nc2.ncml
 

Fields in ucar.nc2.ncml declared as NetcdfDataset
protected  NetcdfDataset Aggregation.ncDataset
           
 

Methods in ucar.nc2.ncml that return NetcdfDataset
static NetcdfDataset NcMLReader.mergeNcML(NetcdfFile ref, org.jdom.Element parentElem)
          Use NCML to modify the referenced dataset, create a new dataset with the merged info Used to wrap each dataset of an aggregation before its aggregated
static NetcdfDataset NcMLReader.mergeNcMLdirect(NetcdfDataset targetDS, org.jdom.Element parentElem)
          Use NCML to directly modify the dataset
static NetcdfDataset NcMLReader.readNcML(InputStream ins, CancelTask cancelTask)
          Read NcML doc from an InputStream, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(Reader r, CancelTask cancelTask)
          Read NcML doc from a Reader, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(Reader r, String ncmlLocation, CancelTask cancelTask)
          Read NcML doc from a Reader, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(String ncmlLocation, CancelTask cancelTask)
          Read an NcML file from a URL location, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(String ncmlLocation, org.jdom.Element netcdfElem, CancelTask cancelTask)
          Read NcML from a JDOM Document, and construct a NetcdfDataset.
static NetcdfDataset NcMLReader.readNcML(String ncmlLocation, String referencedDatasetUri, CancelTask cancelTask)
          Read an NcML file from a URL location, and construct a NetcdfDataset.
 

Methods in ucar.nc2.ncml with parameters of type NetcdfDataset
static NetcdfDataset NcMLReader.mergeNcMLdirect(NetcdfDataset targetDS, org.jdom.Element parentElem)
          Use NCML to directly modify the dataset
 void NcMLReader.readNetcdf(String ncmlLocation, NetcdfDataset targetDS, NetcdfFile refds, org.jdom.Element netcdfElem, CancelTask cancelTask)
          parse a netcdf JDOM Element, and add contents to the targetDS NetcdfDataset.
protected  void Aggregation.setDatasetAcquireProxy(Aggregation.Dataset typicalDataset, NetcdfDataset newds)
           
static void NcMLReader.wrapNcML(NetcdfDataset ncDataset, String ncmlLocation, CancelTask cancelTask)
          Use NCML to modify the dataset, getting NcML from a URL
static void NcMLReader.wrapNcMLresource(NetcdfDataset ncDataset, String ncmlResourceLocation, CancelTask cancelTask)
          Use NCML to modify a dataset, getting the NcML document as a resource stream.
 void NcMLGWriter.writeXML(NetcdfDataset ncd, OutputStream os, boolean showCoords, String uri)
          Write a NetcdfDataset as an NcML-G document to the specified stream.
 

Constructors in ucar.nc2.ncml with parameters of type NetcdfDataset
Aggregation(NetcdfDataset ncd, String dimName, Aggregation.Type type, String recheckS)
          Create an Aggregation for the given NetcdfDataset.
AggregationExisting(NetcdfDataset ncd, String dimName, String recheckS)
           
AggregationFmrc(NetcdfDataset ncd, String dimName, String recheckS)
           
AggregationNew(NetcdfDataset ncd, String dimName, String recheckS)
           
AggregationOuterDimension(NetcdfDataset ncd, String dimName, Aggregation.Type type, String recheckS)
          Create an Aggregation for the given NetcdfDataset.
AggregationTiled(NetcdfDataset ncd, String dimName, String recheckS)
           
AggregationUnion(NetcdfDataset ncd, String dimName, String recheckS)
           
 

Uses of NetcdfDataset in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds that return NetcdfDataset
 NetcdfDataset ThreddsDataFactory.openDataset(InvAccess access, boolean acquire, CancelTask task, Formatter log)
          Try to open invAccess as a NetcdfDataset.
 NetcdfDataset ThreddsDataFactory.openDataset(InvDataset invDataset, boolean acquire, CancelTask task, Formatter log)
          Try to open as a NetcdfDataset.
 NetcdfDataset ThreddsDataFactory.openDataset(String location, boolean acquire, CancelTask task, Formatter log)
          Open a NetcdfDataset from a URL location string.
 

Methods in ucar.nc2.thredds with parameters of type NetcdfDataset
static void ThreddsDataFactory.annotate(InvDataset ds, NetcdfDataset ncDataset)
          Add information from the InvDataset to the NetcdfDataset.
 



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