Codota Logo
NcMLReader.readVariableNew
Code IndexAdd Codota to your IDE (free)

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

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

  • Common ways to obtain NcMLReader
private void myMethod () {
NcMLReader n =
  • Codota Iconnew NcMLReader()
  • Smart code suggestions by Codota
}
origin: edu.ucar/netcdf

if (refv == null) { // new
 if (debugConstruct) System.out.println(" add new var = " + name);
 g.addVariable(readVariableNew(ds, g, null, varElem));
 return;
origin: edu.ucar/cdm

if (refv == null) { // new
 if (debugConstruct) System.out.println(" add new var = " + name);
 g.addVariable(readVariableNew(ds, g, null, varElem));
 return;
origin: Unidata/thredds

if (refv == null) { // new
 if (debugConstruct) System.out.println(" add new var = " + name);
 g.addVariable(readVariableNew(ds, g, null, varElem));
 return;
origin: edu.ucar/cdm

if (refv == null) { // new
 if (debugConstruct) System.out.println(" add new var = " + name);
 Variable nested = readVariableNew(ds, parentS.getParentGroup(), parentS, varElem);
 if (nested != null) parentS.addMemberVariable(nested);
 return;
origin: edu.ucar/netcdf

if (refv == null) { // new
 if (debugConstruct) System.out.println(" add new var = " + name);
 Variable nested = readVariableNew(ds, parentS.getParentGroup(), parentS, varElem);
 parentS.addMemberVariable(nested);
 return;
origin: Unidata/thredds

if (refv == null) { // new
 if (debugConstruct) System.out.println(" add new var = " + name);
 Variable nested = readVariableNew(ds, parentS.getParentGroup(), parentS, varElem);
 if (nested != null) parentS.addMemberVariable(nested);
 return;
ucar.nc2.ncmlNcMLReaderreadVariableNew

Javadoc

Read a NcML variable element, and nested elements, when it creates a new Variable.

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,
  • readGroup,
  • readNetcdf,
  • readValues,
  • readVariable,
  • readVariableNested,
  • removeAttribute

Popular in Java

  • Making http requests using okhttp
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setRequestProperty (URLConnection)
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Point (java.awt)
    A point representing a location in (x, y) coordinate space, specified in integer precision.
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Collectors (java.util.stream)
  • JButton (javax.swing)
  • LogFactory (org.apache.commons.logging)
    A minimal incarnation of Apache Commons Logging's LogFactory API, providing just the common Log look
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now