Class StructurePseudo2Dim

All Implemented Interfaces:
Comparable<VariableSimpleIF>, Iterable<Attribute>, AttributeContainer, Enhancements, VariableEnhanced, ProxyReader, VariableSimpleIF

public class StructurePseudo2Dim extends StructurePseudoDS
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
Since:
Oct 21, 2009
  • Constructor Details

    • StructurePseudo2Dim

      @Deprecated public StructurePseudo2Dim(NetcdfDataset ncfile, Group group, String shortName, List<String> varNames, Dimension outer, Dimension inner)
      Deprecated.
      Use StructureDS.builder()
      Make a Structure out of named Variables which have var(outer, inner, ...)
      Parameters:
      ncfile - the containing file
      group - the containing group, if null use root group
      shortName - short name of this Structure
      varNames - limited to these variables. all must var(outer, inner, ...). If null, then find all such variables.
      outer - the outer dimension, may not be null
      inner - the inner dimension, may not be null
  • Method Details