congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
NcMLReader.readGroup
Code IndexAdd Tabnine to your IDE (free)

How to use
readGroup
method
in
ucar.nc2.ncml.NcMLReader

Best Java code snippets using ucar.nc2.ncml.NcMLReader.readGroup (Showing top 12 results out of 315)

origin: edu.ucar/cdm

/**
 * Use NCML to directly modify the dataset
 *
 * @param targetDS   referenced dataset
 * @param parentElem parent element - usually the aggregation element of the ncml
 * @return new dataset with the merged info
 * @throws IOException on read error
 */
static public NetcdfDataset mergeNcMLdirect(NetcdfDataset targetDS, Element parentElem) throws IOException {
 NcMLReader reader = new NcMLReader();
 reader.readGroup(targetDS, targetDS, null, null, parentElem);
 targetDS.finish();
 return targetDS;
}
origin: edu.ucar/netcdf

/**
 * Use NCML to directly modify the dataset
 *
 * @param targetDS   referenced dataset
 * @param parentElem parent element - usually the aggregation element of the ncml
 * @return new dataset with the merged info
 * @throws IOException on read error
 */
static public NetcdfDataset mergeNcMLdirect(NetcdfDataset targetDS, Element parentElem) throws IOException {
 NcMLReader reader = new NcMLReader();
 reader.readGroup(targetDS, targetDS, null, null, parentElem);
 targetDS.finish();
 return targetDS;
}
origin: Unidata/thredds

/**
 * Use NCML to directly modify the dataset
 *
 * @param targetDS   referenced dataset
 * @param parentElem parent element - usually the aggregation element of the ncml
 * @return new dataset with the merged info
 * @throws IOException on read error
 */
static public NetcdfDataset mergeNcMLdirect(NetcdfDataset targetDS, Element parentElem) throws IOException {
 NcMLReader reader = new NcMLReader();
 reader.readGroup(targetDS, targetDS, null, null, parentElem);
 targetDS.finish();
 return targetDS;
}
origin: edu.ucar/netcdf

/**
 * 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
 *
 * @param ref        referenced dataset
 * @param parentElem parent element - usually the aggregation element of the ncml
 * @return new dataset with the merged info
 * @throws IOException on read error
 */
static public NetcdfDataset mergeNcML(NetcdfFile ref, Element parentElem) throws IOException {
 NetcdfDataset targetDS = new NetcdfDataset(ref, null); // no enhance
 NcMLReader reader = new NcMLReader();
 reader.readGroup(targetDS, targetDS, null, null, parentElem);
 targetDS.finish();
 return targetDS;
}
origin: Unidata/thredds

/**
 * 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
 *
 * @param ref        referenced dataset
 * @param parentElem parent element - usually the aggregation element of the ncml
 * @return new dataset with the merged info
 * @throws IOException on read error
 */
static public NetcdfDataset mergeNcML(NetcdfFile ref, Element parentElem) throws IOException {
 NetcdfDataset targetDS = new NetcdfDataset(ref, null); // no enhance
 NcMLReader reader = new NcMLReader();
 reader.readGroup(targetDS, targetDS, null, null, parentElem);
 targetDS.finish();
 return targetDS;
}
origin: edu.ucar/cdm

/**
 * 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
 *
 * @param ref        referenced dataset
 * @param parentElem parent element - usually the aggregation element of the ncml
 * @return new dataset with the merged info
 * @throws IOException on read error
 */
static public NetcdfDataset mergeNcML(NetcdfFile ref, Element parentElem) throws IOException {
 NetcdfDataset targetDS = new NetcdfDataset(ref, null); // no enhance
 NcMLReader reader = new NcMLReader();
 reader.readGroup(targetDS, targetDS, null, null, parentElem);
 targetDS.finish();
 return targetDS;
}
origin: edu.ucar/cdm

readGroup(targetDS, refds, null, null, netcdfElem);
String errors = errlog.toString();
if (errors.length() > 0)
origin: Unidata/thredds

readGroup(targetDS, refds, null, null, netcdfElem);
String errors = errlog.toString();
if (errors.length() > 0)
origin: edu.ucar/netcdf

readGroup(targetDS, refds, null, null, netcdfElem);
String errors = errlog.toString();
if (errors.length() > 0)
origin: edu.ucar/netcdf

readGroup(newds, refds, g, refg, gElem);
if (debugConstruct) System.out.println(" add group = " + g.getFullName());
origin: edu.ucar/cdm

readGroup(newds, refds, g, refg, gElem);
if (debugConstruct) System.out.println(" add group = " + g.getFullName());
origin: Unidata/thredds

readGroup(newds, refds, g, refg, gElem);
if (debugConstruct) System.out.println(" add group = " + g.getFullName());
ucar.nc2.ncmlNcMLReaderreadGroup

Javadoc

Read the NcML group element, and nested elements.

Popular methods of NcMLReader

  • readNcML
    Read an NcML file from a URL location, and construct a NetcdfDataset.
  • wrapNcML
    Use NCML to modify the dataset, getting NcML from a URL
  • wrapNcMLresource
    Use NCML to modify a dataset, getting the NcML document as a resource stream. Uses ClassLoader.getRe
  • <init>
  • addAttribute
  • cmdRemove
  • findAttribute
  • mergeNcML
    Use NCML to modify the referenced dataset, create a new dataset with the merged info Used to wrap ea
  • mergeNcMLdirect
    Use NCML to directly modify the dataset
  • readAgg
  • readAtt
    Read an NcML attribute element.
  • readAttributeValues
    Parse the values element
  • readAtt,
  • readAttributeValues,
  • readDim,
  • readNetcdf,
  • readValues,
  • readVariable,
  • readVariableNested,
  • readVariableNew,
  • removeAttribute

Popular in Java

  • Reactive rest calls using spring rest template
  • onCreateOptionsMenu (Activity)
  • startActivity (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Kernel (java.awt.image)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now