Tabnine Logo
NcMLReader.readVariableNew
Code IndexAdd Tabnine 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)

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

  • Parsing JSON documents to java classes using gson
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • findViewById (Activity)
  • Menu (java.awt)
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for Android Studio
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